2014-05-05 |
Patrik Hagglund | Fix gcc -pedantic warning in lto.cpp. |
tree | commitdiff |
2014-05-03 |
Rafael Espindola | Move LTOModule and LTOCodeGenerator to the llvm namespace. |
tree | commitdiff |
2014-05-03 |
Rafael Espindola | Style update: don't duplicate comments, they were getti... |
tree | commitdiff |
2014-04-25 |
Tom Roeder | Add an -mattr option to the gold plugin to support... |
tree | commitdiff |
2014-04-02 |
Duncan P. N. Exon... | Revert "Reapply "LTO: add API to set strategy for ... |
tree | commitdiff |
2014-02-28 |
Rafael Espindola | Centralize the handling of install_name and rpath. |
tree | commitdiff |
2014-02-21 |
NAKAMURA Takumi | [CMake] llvm-c/lto.h should be installed if libLTO... |
tree | commitdiff |
2014-02-21 |
NAKAMURA Takumi | [CMake] libLTO: Use (SHARED|STATIC) to build both share... |
tree | commitdiff |
2014-02-19 |
Eli Bendersky | Refactor TargetOptions initialization into a single... |
tree | commitdiff |
2014-02-10 |
Manman Ren | LTO API: add lto_module_create_from_memory_with_path. |
tree | commitdiff |
2014-01-31 |
NAKAMURA Takumi | Revert r200560, "LTO itself hasn't depended on MCDisass... |
tree | commitdiff |
2014-01-31 |
NAKAMURA Takumi | LTO itself hasn't depended on MCDisassembler any more. |
tree | commitdiff |
2014-01-21 |
Yunzhong Gao | Adding new LTO APIs to parse metadata nodes and extract... |
tree | commitdiff |
2014-01-16 |
Quentin Colombet | Revert r199361: Now, the sanitizer got the change |
tree | commitdiff |
2014-01-16 |
Quentin Colombet | [LTO] Modify lto.exports to force the sanitizer to... |
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-13 |
Chandler Carruth | Re-sort #include lines again, prior to moving headers... |
tree | commitdiff |
2013-12-28 |
Nico Weber | EXPORTED_SYMBOL_FILE support for cmake |
tree | commitdiff |
2013-12-27 |
Nico Weber | Strip dead code when linking by default with BFD ld... |
tree | commitdiff |
2013-12-10 |
NAKAMURA Takumi | [CMake] Add MCDisassembler to tools/lto. (has been... |
tree | commitdiff |
2013-12-10 |
NAKAMURA Takumi | [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists... |
tree | commitdiff |
2013-11-11 |
Bob Wilson | Change libLTO back to linking with @executable_path... |
tree | commitdiff |
2013-10-31 |
Rafael Espindola | Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead... |
tree | commitdiff |
2013-10-24 |
Reid Kleckner | lto.h: Use lto_bool_t instead of int to restore the ABI |
tree | commitdiff |
2013-10-23 |
NAKAMURA Takumi | llvm-c/lto.h: Avoid use of bool. |
tree | commitdiff |
2013-10-08 |
Rafael Espindola | Only modify lto.exports.def when contents have changed. |
tree | commitdiff |
2013-10-04 |
Rafael Espindola | Add lto_codegen_add_dso_symbol to the export list. |
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-10-02 |
Rafael Espindola | Enable building LTO on WIN32. |
tree | commitdiff |
2013-09-30 |
Rafael Espindola | Move command line options to the users of libLTO. Fixes... |
tree | commitdiff |
2013-09-30 |
Rafael Espindola | Revert "Enable building LTO on WIN32." |
tree | commitdiff |
2013-09-30 |
Rafael Espindola | Enable building LTO on WIN32. |
tree | commitdiff |
2013-09-24 |
Peter Collingbourne | Move LTO support library to a component, allowing it... |
tree | commitdiff |
2013-09-19 |
Peter Collingbourne | Fix LTO handling of module-level assembly (PR14152). |
tree | commitdiff |
2013-09-12 |
Joey Gouly | [LTO] Fix the LTO tool, after my API breakage. |
tree | commitdiff |
2013-09-04 |
Rafael Espindola | Rename some variables to match the style guide. |
tree | commitdiff |
2013-09-04 |
Rafael Espindola | Rename variables to match the style guide and clang... |
tree | commitdiff |
2013-08-27 |
Shuxin Yang | Revert 189297, the original commit message is following. |
tree | commitdiff |
2013-08-27 |
Shuxin Yang | Add new API lto_codegen_compile_parallel(). |
tree | commitdiff |
2013-08-26 |
Hans Wennborg | CMake: move lto.h install to tools/lto/CMakeLists.txt |
tree | commitdiff |
2013-08-23 |
NAKAMURA Takumi | lto/CMakeLists.txt: Cut the dep to intrinsics_gen.... |
tree | commitdiff |
2013-08-12 |
Shuxin Yang | Revert r188188 and r188200. |
tree | commitdiff |
2013-08-12 |
Eric Christopher | Fix warning about unused member. |
tree | commitdiff |
2013-08-12 |
Shuxin Yang | Misc enhancements to LTO: |
tree | commitdiff |
2013-08-09 |
Saleem Abdulrasool | [CodeGen] prevent abnormal on invalid attributes |
tree | commitdiff |
2013-08-08 |
Bill Wendling | Revert r185882. This is causing problems with the gold... |
tree | commitdiff |
2013-08-07 |
Shuxin Yang | Change public functions of LTOCodeGenerator from ret... |
tree | commitdiff |
2013-08-06 |
Shuxin Yang | Change private functions of LTOCodeGenerator from ret... |
tree | commitdiff |
2013-08-06 |
Tom Stellard | Factor FlattenCFG out from SimplifyCFG |
tree | commitdiff |
2013-08-06 |
Shuxin Yang | Add some comment to LTOCodeGenerator class |
tree | commitdiff |
2013-08-02 |
Eric Christopher | Use @rpath for libraries rather than @executable_path... |
tree | commitdiff |
2013-08-01 |
Bill Wendling | Use function attributes to indicate that we don't want... |
tree | commitdiff |
2013-07-27 |
Tom Stellard | SimplifyCFG: Use parallel-and and parallel-or mode... |
tree | commitdiff |
2013-07-25 |
Bill Wendling | Replace the "NoFramePointerElimNonLeaf" target option... |
tree | commitdiff |
2013-07-23 |
Rafael Espindola | Split getOpenFile into getOpenFile and getOpenFileSlice. |
tree | commitdiff |
2013-07-23 |
Shuxin Yang | remove unnecessary space |
tree | commitdiff |
2013-07-22 |
Bill Wendling | Recommit r186217 with testcase fix: |
tree | commitdiff |
2013-07-22 |
Shuxin Yang | Initialize/Register LTO passes to enable flags like... |
tree | commitdiff |
2013-07-16 |
Rafael Espindola | Add a wrapper for open. |
tree | commitdiff |
2013-07-13 |
Chandler Carruth | Revert commit r186217 -- this is breaking bots: |
tree | commitdiff |
2013-07-12 |
Bill Wendling | Use the function attributes to pass along the stack... |
tree | commitdiff |
2013-07-08 |
Bill Wendling | Don't run internalize if we're outputing bit-code and... |
tree | commitdiff |
2013-07-05 |
Rafael Espindola | Use sys::fs::createTemporaryFile. |
tree | commitdiff |
2013-07-02 |
Rafael Espindola | Remove address spaces from MC. |
tree | commitdiff |
2013-06-18 |
Bill Wendling | Use pointers to the MCAsmInfo and MCRegInfo. |
tree | commitdiff |
2013-06-17 |
Rafael Espindola | Don't use PathV1.h in LTOCodeGenerator.cpp |
tree | commitdiff |
2013-06-13 |
Rafael Espindola | Don't use PathV1.h in Signals.h. |
tree | commitdiff |
2013-06-12 |
Rafael Espindola | Inline Path::isBitcodeFile into only use and remove it. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Include PathV1.h in files that use it. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Convert another use of sys::identifyFileType. |
tree | commitdiff |
2013-06-10 |
Rafael Espindola | Pass a StringRef to sys::identifyFileType. |
tree | commitdiff |
2013-06-04 |
Bob Wilson | Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. |
tree | commitdiff |
2013-05-29 |
Bill Wendling | Don't reach into the middle of TargetMachine and cache... |
tree | commitdiff |
2013-05-24 |
Michael J. Spencer | Replace Count{Leading,Trailing}Zeros_{32,64} with count... |
tree | commitdiff |
2013-05-23 |
Bill Wendling | The command line options need to be processed before... |
tree | commitdiff |
2013-05-04 |
Rafael Espindola | Last batch of cleanups to Linker.h. |
tree | commitdiff |
2013-05-04 |
Rafael Espindola | Don't construct or delete a module on the Linker. |
tree | commitdiff |
2013-05-04 |
Rafael Espindola | Remove unused members and constructor arguments. |
tree | commitdiff |
2013-05-04 |
Rafael Espindola | Add missing header. |
tree | commitdiff |
2013-05-02 |
Bill Wendling | Remove redundant flag. |
tree | commitdiff |
2013-05-02 |
Bill Wendling | We don't want FP elimination when doing an Apple-style... |
tree | commitdiff |
2013-04-24 |
Rafael Espindola | Don't produce an empty llvm.compiler.used in LTO. |
tree | commitdiff |
2013-04-17 |
Peter Collingbourne | Add support for subsections to the ELF assembler. Fixes... |
tree | commitdiff |
2013-03-29 |
Bob Wilson | Run the ObjCARCContract pass for LTO. <rdar://problem... |
tree | commitdiff |
2013-03-13 |
Lang Hames | Make LTO codegen use a PassManager, rather than a Funct... |
tree | commitdiff |
2013-02-28 |
Bill Wendling | Add the -disable-opt option to LTO. This adds: |
tree | commitdiff |
2013-02-13 |
Bill Wendling | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times... |
tree | commitdiff |
2013-01-31 |
Chandler Carruth | Fix a copy/paste-o that got missed because 'check'... |
tree | commitdiff |
2013-01-31 |
Chandler Carruth | Give the MCStreamer class hierarchy LLVM RTTI facilitie... |
tree | commitdiff |
2013-01-15 |
Nadav Rotem | LTO: Also init TTI for codegen passes. |
tree | commitdiff |
2013-01-14 |
Eli Bendersky | Expose an InitToTextSection through MCStreamer. |
tree | commitdiff |
2013-01-07 |
Eli Bendersky | Add the align_to_end option to .bundle_lock in the... |
tree | commitdiff |
2013-01-07 |
Chandler Carruth | Switch TargetTransformInfo from an immutable analysis... |
tree | commitdiff |
2013-01-05 |
Chandler Carruth | Fix another place where we build the TTI pass to the... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Sort a few more #include lines in tools/... unittests... |
tree | commitdiff |
next |