summaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)Author
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-11Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie
2018-03-02[ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.Ekaterina Romanova
2017-11-27Rename CommandFlags.h -> CommandFlags.defDavid Blaikie
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-09-15This reverts r313381Vivek Pandya
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-28Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini
2016-12-28[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTOMehdi Amini
2016-12-14[ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini
2016-11-18[CMake] LTO depends on intrinsics_genChris Bieneman
2016-11-11Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-07Recommit "Use StringRef in LTOModule implementation (NFC)""Mehdi Amini
2016-10-06Revert "Use StringRef in LTOModule implementation (NFC)"Mehdi Amini
2016-10-01Use StringRef in LTOModule implementation (NFC)Mehdi Amini
2016-07-14Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne
2016-07-12Fix libdeps in r275125. LTO tools require BitReader.NAKAMURA Takumi
2016-07-11Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-04-16LTO: Use a common LibLTOCodeGenerator::init, NFCDuncan P. N. Exon Smith
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-01Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini
2016-03-19Const-correctness in libLTOMehdi Amini
2016-03-19Fix a const_cast related warning in GCC in the C API for libLTOMehdi Amini
2016-03-09void foo() is not a valid C prototype, one has to write void foo(void)Mehdi Amini
2016-03-09libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini
2016-03-01[LTO] Fix error reporting from lto_module_create_in_local_context()Petr Pavlu
2016-02-26[CMake] Assigning the LTO component to lto.hChris Bieneman
2016-01-29Add missing raw_ostream includeReid Kleckner
2016-01-26Remove autoconf supportChris Bieneman
2016-01-20[LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...Petr Pavlu
2015-12-09Fix the order of destructors in LibLTOCodeGeneratorSteven Wu
2015-12-04Modernize the C++ APIs for creating LTO modules.Rafael Espindola
2015-12-04Move a call to getGlobalContext out of lib/LTO.Rafael Espindola
2015-11-17Switch lto codegen to using diagnostic handlers.Yunzhong Gao
2015-11-11Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao
2015-10-14[CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman
2015-10-13[CMake] Add compatibility and current versioning to libLTO to match autoconf ...Chris Bieneman
2015-09-15Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith
2015-09-15Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith
2015-09-15LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith
2015-08-24LTO: Simplify merged module ownership.Peter Collingbourne
2015-08-21LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...Peter Collingbourne
2015-06-29lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne
2015-06-29Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne
2015-06-23Adding the missing LTO API to lto.exportsSteven Wu
2015-06-03add missing dependency on Target lib for toolsSanjay Patel