summaryrefslogtreecommitdiff
path: root/tools/lto
Commit message (Expand)AuthorAge
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Revert r199361: Now, the sanitizer got the changeQuentin Colombet2014-01-16
* [LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exportsQuentin Colombet2014-01-16
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-28
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* [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