summaryrefslogtreecommitdiff
path: root/tools/lto
Commit message (Expand)AuthorAge
* [CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)NAKAMURA Takumi2013-12-10
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Change libLTO back to linking with @executable_path instead of @rpath.Bob Wilson2013-11-11
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-24
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-23
* Only modify lto.exports.def when contents have changed.Rafael Espindola2013-10-08
* Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola2013-10-04
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02
* Enable building LTO on WIN32.Rafael Espindola2013-10-02
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-30
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-30
* Enable building LTO on WIN32.Rafael Espindola2013-09-30
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* [LTO] Fix the LTO tool, after my API breakage.Joey Gouly2013-09-12
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Rename variables to match the style guide and clang-format.Rafael Espindola2013-09-04
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-27
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-27
* CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg2013-08-26
* lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it a...NAKAMURA Takumi2013-08-23
* Revert r188188 and r188200.Shuxin Yang2013-08-12
* Fix warning about unused member.Eric Christopher2013-08-12
* Misc enhancements to LTO:Shuxin Yang2013-08-12
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-08
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-07
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-06
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-02
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* remove unnecessary spaceShuxin Yang2013-07-23
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-22
* Add a wrapper for open.Rafael Espindola2013-07-16
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling2013-07-08
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12