projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories...
[oota-llvm.git]
/
include
/
llvm
/
LTO
/
2015-09-15
Duncan P. N. Exon...
Reapply "LTO: Disable extra verify runs in release...
tree
|
commitdiff
2015-09-15
Duncan P. N. Exon...
Revert "LTO: Disable extra verify runs in release builds"
tree
|
commitdiff
2015-09-15
Duncan P. N. Exon...
LTO: Disable extra verify runs in release builds
tree
|
commitdiff
2015-08-31
Duncan P. N. Exon...
LTO: Cleanup parameter names and header docs, NFC
tree
|
commitdiff
2015-08-27
Peter Collingbourne
CodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
tree
|
commitdiff
2015-08-24
Peter Collingbourne
LTO: Simplify merged module ownership.
tree
|
commitdiff
2015-08-22
Peter Collingbourne
LTO: Maintain target triple, FeatureStr and CGOptLevel...
tree
|
commitdiff
2015-08-21
Peter Collingbourne
LTO: Change signature of LTOCodeGenerator::setCodePICMo...
tree
|
commitdiff
2015-08-21
Peter Collingbourne
LTO: Simplify ownership of LTOCodeGenerator::TargetMach.
tree
|
commitdiff
2015-08-21
Peter Collingbourne
LTO: Simplify ownership of LTOCodeGenerator::CodegenOpt...
tree
|
commitdiff
2015-06-29
Peter Collingbourne
Teach LTOModule to emit linker flags for dllexported...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-18
Peter Collingbourne
LTO: Introduce LTOModule::getSymbolGV().
tree
|
commitdiff
2015-06-01
Peter Collingbourne
Make the C++ LTO API easier to use from C++ clients.
tree
|
commitdiff
2015-04-27
Duncan P. N. Exon...
LTO: Add API to choose whether to embed uselists
tree
|
commitdiff
2015-04-27
Duncan P. N. Exon...
LTO: Simplify code generator initialization
tree
|
commitdiff
2015-04-17
Manman Ren
[LTO API] add lto_codegen_set_should_internalize.
tree
|
commitdiff
2015-04-14
Rafael Espindola
Use raw_pwrite_stream in the object writer/streamer.
tree
|
commitdiff
2015-03-19
Peter Collingbourne
libLTO, llvm-lto, gold: Introduce flag for controlling...
tree
|
commitdiff
2015-02-25
Manman Ren
[LTO API] fix memory leakage introduced at r230290.
tree
|
commitdiff
2015-02-24
Manman Ren
[LTO API] add lto_codegen_set_module to set the destina...
tree
|
commitdiff
2015-02-03
Manman Ren
[LTO API] split lto_codegen_compile to lto_codegen_opti...
tree
|
commitdiff
2014-11-19
David Blaikie
Remove StringMap::GetOrCreateValue in favor of StringMa...
tree
|
commitdiff
2014-11-11
Duncan P. N. Exon...
libLTO: Allow LTOModule to own a context
tree
|
commitdiff
2014-11-11
Duncan P. N. Exon...
libLTO: Allow LTOCodeGenerator to own a context
tree
|
commitdiff
2014-10-26
Arnold Schwaighofer
Add an option to the LTO code generator to disable...
tree
|
commitdiff
2014-10-25
Rafael Espindola
Update the error handling of lib/Linker.
tree
|
commitdiff
2014-09-02
David Blaikie
unique_ptrify LTOCodeGenerator::NativeObjectFile
tree
|
commitdiff
2014-08-27
Craig Topper
Fix some cases were ArrayRefs were being passed by...
tree
|
commitdiff
2014-08-21
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-18
Craig Topper
Revert "Repace SmallPtrSet with SmallPtrSetImpl in...
tree
|
commitdiff
2014-08-17
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Return a std::uinque_ptr. Every caller was already...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Implement LTOModule on top of IRObjectFile.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Avoid mangling names twice. No functionality change.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Change LTOModule`s getTargetTriple and setTargetTriple...
tree
|
commitdiff
2014-07-04
Alp Toker
Sink undesirable LTO functions into the old C API
tree
|
commitdiff
2014-07-03
Peter Collingbourne
Modify LTOModule::isTargetMatch to take a StringRef...
tree
|
commitdiff
2014-07-03
Peter Collingbourne
LTO: rename the various makeLTOModule overloads.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Use std::unique_ptr to manage memory. No functionality...
tree
|
commitdiff
2014-05-03
Rafael Espindola
Rename member variable to try to fix the bots.
tree
|
commitdiff
2014-05-03
Rafael Espindola
Move LTOModule and LTOCodeGenerator to the llvm namespace.
tree
|
commitdiff
2014-05-03
Rafael Espindola
Style fix: don't duplicate the method names.
tree
|
commitdiff
2014-04-25
Tom Roeder
Add an -mattr option to the gold plugin to support...
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-02
Duncan P. N. Exon...
Revert "Reapply "LTO: add API to set strategy for ...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Sink Linker.h into a Linker subdirectory...
tree
|
commitdiff
2014-02-10
Manman Ren
LTO API: add lto_module_create_from_memory_with_path.
tree
|
commitdiff
2014-01-21
Yunzhong Gao
Adding new LTO APIs to parse metadata nodes and extract...
tree
|
commitdiff
2014-01-15
Quentin Colombet
[LTO] Add a hook to map LLVM diagnostics into the clien...
tree
|
commitdiff
2014-01-14
Duncan P. N. Exon...
Reapply "LTO: add API to set strategy for -internalize"
tree
|
commitdiff
2014-01-14
NAKAMURA Takumi
Revert r199191, "LTO: add API to set strategy for ...
tree
|
commitdiff
2014-01-14
Duncan P. N. Exon...
LTO: add API to set strategy for -internalize
tree
|
commitdiff
2014-01-10
Duncan P. N. Exon...
LTO: whitespace changes
tree
|
commitdiff
2014-01-07
Rafael Espindola
Move the llvm mangler to lib/IR.
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2013-12-09
Rafael Espindola
Use a more direct check for finding out the file type.
tree
|
commitdiff
2013-11-12
Justin Bogner
Protect user-supplied runtime library functions in LTO
tree
|
commitdiff
2013-10-31
Rafael Espindola
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
tree
|
commitdiff
2013-10-03
Rafael Espindola
Optimize linkonce_odr unnamed_addr functions during...
tree
|
commitdiff
2013-10-02
Rafael Espindola
Fix option parsing in the gold plugin.
tree
|
commitdiff
2013-09-30
Rafael Espindola
Move command line options to the users of libLTO. Fixes...
tree
|
commitdiff
2013-09-24
Peter Collingbourne
Move LTO support library to a component, allowing it...
tree
|
commitdiff