OSDN Git Service

[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
[android-x86/external-llvm.git] / tools / lto /
2019-06-12 Ben Dunbobbin[Legacy LTO] Fix build bots: r363140: Fix export name
2019-06-12 Ben Dunbobbin[ThinLTO]LTO]Legacy] Fix dependent libraries support...
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-09-26 Steven Wu[libLTO] Expose LLVMCreateDisasmCPUFeatures from libLTO
2018-09-17 James HendersonReland r342233: [ThinLTO] Allow setting of maximum...
2018-09-14 James HendersonRevert r342233.
2018-09-14 James Henderson[ThinLTO]Allow setting of maximum cache size with 64...
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-03-02 Ekaterina Romanova[ThinLTO] Added a couple of C LTO API interfaces to...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Vivek PandyaThis reverts r313381
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-28 Mehdi AminiAdd support for -fno-builtin to LTO and ThinLTO to...
2016-12-28 Mehdi Amini[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO...
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-11-18 Chris Bieneman[CMake] LTO depends on intrinsics_gen
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-07 Mehdi AminiRecommit "Use StringRef in LTOModule implementation...
2016-10-06 Mehdi AminiRevert "Use StringRef in LTOModule implementation ...
2016-10-01 Mehdi AminiUse StringRef in LTOModule implementation (NFC)
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.
2016-07-12 NAKAMURA TakumiFix libdeps in r275125. LTO tools require BitReader.
2016-07-11 Mehdi AminiAdd a libLTO API to query a memory buffer and check...
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2016-04-16 Duncan P. N. Exon... LTO: Use a common LibLTOCodeGenerator::init, NFC
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-01 Mehdi AminiAdd a libLTO API to stop/restart ThinLTO between optimi...
2016-03-19 Mehdi AminiConst-correctness in libLTO
2016-03-19 Mehdi AminiFix a const_cast related warning in GCC in the C API...
2016-03-09 Mehdi Aminivoid foo() is not a valid C prototype, one has to write...
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-01 Petr Pavlu[LTO] Fix error reporting from lto_module_create_in_loc...
2016-02-26 Chris Bieneman[CMake] Assigning the LTO component to lto.h
2016-01-29 Reid KlecknerAdd missing raw_ostream include
2016-01-26 Chris BienemanRemove autoconf support
2016-01-20 Petr Pavlu[LTO] Fix error reporting when a file passed to libLTO...
2015-12-09 Steven WuFix the order of destructors in LibLTOCodeGenerator
2015-12-04 Rafael EspindolaModernize the C++ APIs for creating LTO modules.
2015-12-04 Rafael EspindolaMove a call to getGlobalContext out of lib/LTO.
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-10-14 Chris Bieneman[CMake] Add LLVM_VERSION_PATCH to the -current_version...
2015-10-13 Chris Bieneman[CMake] Add compatibility and current versioning to...
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-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-23 Steven WuAdding the missing LTO API to lto.exports
2015-06-03 Sanjay Pateladd missing dependency on Target lib for tools
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-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-03-19 Peter CollingbourneFix build failure.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-01-29 Michael J. Spencer[lto] Disable dialog boxes on crash on Windows.
2014-12-20 Matthias BraunUnbreak cmake build with shared libraries enabled.
2014-12-19 Duncan P. N. Exon... LTO: Export local context symbols
2014-11-11 Duncan P. N. Exon... libLTO: Allow linker to choose context of modules and...
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-09-26 Richard SmithRemove definition of LLVM_VERSION_INFO; this macro...
2014-08-01 Rafael EspindolaRemove lto_codegen_set_attr.
2014-07-24 NAKAMURA Takumi[CMake] tools/lto: Prune redundant libdep(s).
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-04 Rafael EspindolaChange LTOModule`s getTargetTriple and setTargetTriple...
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-06-27 Rafael EspindolaDon't force the build of toos/lto as a static lib.
2014-06-19 Alp TokerRemove unused includes following r211294
2014-06-19 Rafael EspindolaUse the c++ APIs.
2014-05-05 Patrik HagglundFix gcc -pedantic warning in lto.cpp.
2014-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle update: don't duplicate comments, they were getti...
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-02-21 NAKAMURA Takumi[CMake] llvm-c/lto.h should be installed if libLTO...
2014-02-21 NAKAMURA Takumi[CMake] libLTO: Use (SHARED|STATIC) to build both share...
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-01-31 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-16 Quentin ColombetRevert r199361: Now, the sanitizer got the change
2014-01-16 Quentin Colombet[LTO] Modify lto.exports to force the sanitizer to...
2014-01-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
next