summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lto
Commit message (Expand)AuthorAgeFilesLines
* [LTO][Legacy] Add API for passing LLVM options separatelyFrancis Visoiu Mistrih2019-11-192-1/+13
* [LTO][Legacy] Add new C inferface to query libcall functionsSteven Wu2019-09-162-0/+7
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-1/+1
* [Legacy LTO] Fix build bots: r363140: Fix export nameBen Dunbobbin2019-06-121-1/+1
* [ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...Ben Dunbobbin2019-06-122-4/+25
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+5
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [libLTO] Expose LLVMCreateDisasmCPUFeatures from libLTOSteven Wu2018-09-261-0/+1
* Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit numberJames Henderson2018-09-172-0/+8
* Revert r342233.James Henderson2018-09-142-8/+0
* [ThinLTO]Allow setting of maximum cache size with 64-bit numberJames Henderson2018-09-142-0/+8
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* [ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.Ekaterina Romanova2018-03-022-2/+14
* Rename CommandFlags.h -> CommandFlags.defDavid Blaikie2017-11-271-1/+1
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-15/+20
* This reverts r313381Vivek Pandya2017-09-151-20/+15
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-15/+20
* Spelling mistakes in comments. NFCI.Simon Pilgrim2017-03-301-1/+1
* Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini2017-03-281-3/+9
* [ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTOMehdi Amini2016-12-281-0/+19
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-142-1/+19
* [CMake] LTO depends on intrinsics_genChris Bieneman2016-11-181-1/+1
* Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne2016-11-111-1/+3
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Recommit "Use StringRef in LTOModule implementation (NFC)""Mehdi Amini2016-10-071-16/+17
* Revert "Use StringRef in LTOModule implementation (NFC)"Mehdi Amini2016-10-061-17/+16
* Use StringRef in LTOModule implementation (NFC)Mehdi Amini2016-10-011-16/+17
* Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne2016-07-141-3/+3
* Fix libdeps in r275125. LTO tools require BitReader.NAKAMURA Takumi2016-07-121-0/+1
* Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini2016-07-112-0/+10
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+2
* LTO: Use a common LibLTOCodeGenerator::init, NFCDuncan P. N. Exon Smith2016-04-161-3/+5
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+2
* Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGenMehdi Amini2016-04-012-2/+14
* Const-correctness in libLTOMehdi Amini2016-03-191-1/+1
* Fix a const_cast related warning in GCC in the C API for libLTOMehdi Amini2016-03-191-1/+1
* void foo() is not a valid C prototype, one has to write void foo(void)Mehdi Amini2016-03-091-1/+1
* libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.Mehdi Amini2016-03-092-0/+122
* [LTO] Fix error reporting from lto_module_create_in_local_context()Petr Pavlu2016-03-011-3/+9
* [CMake] Assigning the LTO component to lto.hChris Bieneman2016-02-261-1/+2
* Add missing raw_ostream includeReid Kleckner2016-01-291-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-42/+0
* [LTO] Fix error reporting when a file passed to libLTO is invalid or non-exis...Petr Pavlu2016-01-201-2/+0
* Fix the order of destructors in LibLTOCodeGeneratorSteven Wu2015-12-091-0/+4
* Modernize the C++ APIs for creating LTO modules.Rafael Espindola2015-12-041-13/+57
* Move a call to getGlobalContext out of lib/LTO.Rafael Espindola2015-12-041-2/+3
OpenPOWER on IntegriCloud