summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
Commit message (Expand)AuthorAgeFilesLines
* LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.Peter Collingbourne2015-07-041-0/+3
* Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne2015-06-291-11/+13
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-1/+1
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-11/+12
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+16
* LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...Peter Collingbourne2015-06-111-0/+3
* Make the C++ LTO API easier to use from C++ clients.Peter Collingbourne2015-06-011-14/+7
* LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith2015-04-271-2/+1
* LTO: Simplify code generator initializationDuncan P. N. Exon Smith2015-04-271-15/+2
* [LTO API] add lto_codegen_set_should_internalize.Manman Ren2015-04-171-1/+2
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-6/+1
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-1/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith2015-04-141-0/+5
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-4/+1
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-1/+4
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-091-4/+1
* [LTO] do not run internalize pass from compileOptimized.Manman Ren2015-04-081-3/+0
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith2015-03-191-1/+0
* libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.Peter Collingbourne2015-03-191-10/+22
* Add a parameter for getLazyBitcodeModule to lazily load Metadata.Manman Ren2015-03-131-1/+2
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-042-5/+2
* [LTO API] fix memory leakage introduced at r230290.Manman Ren2015-02-251-4/+15
* [LTO API] add lto_codegen_set_module to set the destination module.Manman Ren2015-02-241-0/+16
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-4/+4
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* [LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren2015-02-031-26/+53
* Only access TLOF via the TargetMachine, not TargetLowering.Eric Christopher2015-02-031-4/+2
* [multiversion] Implement the old pass manager's TTI wrapper pass inChandler Carruth2015-02-011-1/+2
* [CMake] LLVMLTO requires Intrinsics.gen since r227685 introduced llvm/Analysi...NAKAMURA Takumi2015-02-011-0/+2
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-1/+2
* [PM] Sink the population of the pass manager with target-specificChandler Carruth2015-01-301-1/+4
* [LTO] Scan all per-function subtargets when collecting runtime library names.Akira Hatanaka2015-01-301-12/+22
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-262-3/+3
* [PM] Rework how the TargetLibraryInfo pass integrates with the new passChandler Carruth2015-01-241-2/+3
* [PM] Separate the InstCombiner from its pass.Chandler Carruth2015-01-201-1/+1
* Update libdeps since TLI was moved from Target to Analysis in r226078.NAKAMURA Takumi2015-01-151-1/+1
* Reorder.NAKAMURA Takumi2015-01-151-1/+1
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-14/+32
* LTO: Lazy-load LTOModule in local contextsDuncan P. N. Exon Smith2014-12-171-7/+23
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-1/+1
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-50/+38
* libLTO: Assert if LTOCodeGenerator and LTOModule are from different contextsDuncan P. N. Exon Smith2014-11-111-0/+3
* libLTO: Allow LTOModule to own a contextDuncan P. N. Exon Smith2014-11-111-8/+43
* libLTO: Allow LTOCodeGenerator to own a contextDuncan P. N. Exon Smith2014-11-111-4/+18
* Add an option to the LTO code generator to disable vectorization during LTOArnold Schwaighofer2014-10-261-3/+9
* Update the error handling of lib/Linker.Rafael Espindola2014-10-251-2/+2
* LTO: Document the Boolean argument from r218784Duncan P. N. Exon Smith2014-10-021-1/+2
OpenPOWER on IntegriCloud