Rename variables to reflect linker split (NFC)
[oota-llvm.git] / lib / LTO / LTOCodeGenerator.cpp
2015-12-18 Teresa JohnsonRename variables to reflect linker split (NFC)
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-04 Rafael EspindolaMSVC complains about this being ambiguous.
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-04 Rafael EspindolaMove a call to getGlobalContext out of lib/LTO.
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Rafael EspindolaDelete the setModule method from the Linker.
2015-11-19 Tobias Edler von... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-11 Yunzhong GaoAdd a libLTO diagnostic handler that supports lto_get_e...
2015-09-15 Duncan P. N. Exon... Reapply "LTO: Disable extra verify runs in release...
2015-09-15 Duncan P. N. Exon... Revert "LTO: Disable extra verify runs in release builds"
2015-09-15 Duncan P. N. Exon... LTO: Disable extra verify runs in release builds
2015-09-12 Chandler Carruth[PM] Port SROA to the new pass manager.
2015-09-11 Yunzhong GaoAdd a non-exiting diagnostic handler for LTO.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-01 Yaron KerenFix typo.
2015-08-31 Duncan P. N. Exon... LTO: Cleanup parameter names and header docs, NFC
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-24 Peter CollingbourneLTO: Rename mergedModule variables to MergedModule...
2015-08-22 Peter CollingbourneLTO: Maintain target triple, FeatureStr and CGOptLevel...
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::TargetMach.
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::CodegenOpt...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-01 Peter CollingbourneMake the C++ LTO API easier to use from C++ clients.
2015-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-27 Duncan P. N. Exon... LTO: Simplify code generator initialization
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-04-08 Manman Ren[LTO] do not run internalize pass from compileOptimized.
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-25 Manman Ren[LTO API] fix memory leakage introduced at r230290.
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-30 Chandler Carruth[PM] Sink the population of the pass manager with targe...
2015-01-30 Akira Hatanaka[LTO] Scan all per-function subtargets when collecting...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-20 Chandler Carruth[PM] Separate the InstCombiner from its pass.
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2014-11-11 Duncan P. N. Exon... libLTO: Assert if LTOCodeGenerator and LTOModule are...
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOCodeGenerator to own a context
2014-10-26 Arnold SchwaighoferAdd an option to the LTO code generator to disable...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-02 Duncan P. N. Exon... LTO: Document the Boolean argument from r218784
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-02 David Blaikieunique_ptrify LTOCodeGenerator::NativeObjectFile
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-21 Rafael EspindolaMove some logic to populateLTOPassManager.
2014-08-21 Rafael EspindolaRespect LibraryInfo in populateLTOPassManager and use...
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 Rafael EspindolaUse the assignment operator.
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-07 Alp TokerBuild fix: remove initializeJumpInstrTablesPass() call...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-05 Rafael EspindolaUse a range loop.
2014-05-03 Rafael EspindolaRename member variable to try to fix the bots.
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
next