summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO
Commit message (Expand)AuthorAgeFilesLines
* ModuleSummaryAnalysis: Correctly handle all function operand references.Peter Collingbourne2017-09-072-0/+47
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-303-3/+3
* [lib/Analysis] - Mark personality functions as live.George Rimar2017-08-224-0/+95
* Emit only A Single Opt Remark When InliningSam Elliott2017-08-212-0/+20
* Revert "Emit only A Single Opt Remark When Inlining"Sam Elliott2017-08-202-20/+0
* Emit only A Single Opt Remark When InliningSam Elliott2017-08-202-0/+20
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-151-6/+6
* Fix thinlto cache key computation for cfi-icall.Evgeniy Stepanov2017-08-092-0/+64
* ThinLTO: Don't import aliases of any kind (even linkonce_odr)David Blaikie2017-07-272-82/+13
* ThinLTO Minimized Bitcode File Size ReductionHaojie Wang2017-07-211-0/+20
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-2/+2
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-1/+1
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-0/+29
* Move summary dead stripping before regular LTO.Evgeniy Stepanov2017-06-021-1/+15
* [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it to -use-new-pm.Tim Shen2017-06-011-1/+1
* [PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.Chandler Carruth2017-06-011-4/+2
* [ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka2017-05-182-0/+11
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-1/+1
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-172-15/+5
* llvm-lto2: Move the LTO::run() action behind a subcommand.Peter Collingbourne2017-04-1117-42/+42
* Add support for -fno-builtin to LTO and ThinLTO to libLTOMehdi Amini2017-03-281-0/+46
* [ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-4/+44
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-2/+8
* Add !associated metadata.Evgeniy Stepanov2017-03-171-3/+3
* LTO: Hash type identifier resolutions for WholeProgramDevirt.Peter Collingbourne2017-03-104-2/+58
* LTO: Hash type identifier resolutions for LowerTypeTests.Peter Collingbourne2017-03-103-0/+37
* LTO: Hash the set of imported symbols for each module.Peter Collingbourne2017-03-033-0/+46
* LTO: When creating a local cache, create the cache directory if it does not a...Peter Collingbourne2017-03-023-5/+5
* Verifier: Disallow a line number without a file in DISubprogramJustin Bogner2017-02-171-2/+1
* [tests] Be explicit about the files we want to remove.Davide Italiano2017-02-101-1/+1
* [ThinLTO] Make this test more robust across multiple runs.Davide Italiano2017-02-101-0/+1
* Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."Eric Christopher2017-02-1011-11/+11
* For X86-64 linux and PPC64 linux align int128 to 16 bytes.Eric Christopher2017-02-1011-11/+11
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-033-34/+3
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-033-3/+34
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-023-34/+3
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-023-3/+34
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-023-34/+3
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-023-3/+34
* [LTO] Add test to show up we don't support ThinLTO yet.Davide Italiano2017-01-241-0/+13
* [ThinLTO] Drop non-prevailing non-ODR weak to declarationsTeresa Johnson2017-01-201-2/+2
* [ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini2017-01-201-3/+7
* [ThinLTO] Add a recursive step in Metadata lazy-loadingMehdi Amini2017-01-181-3/+3
* [ThinLTO] Import static functions from the same module as callerTeresa Johnson2017-01-121-5/+16
* [ThinLTO] Fix assertions on lazy-loading of Metadata TBAA attachmentsMehdi Amini2017-01-072-0/+49
* [ThinLTO] Handle conflicting local names gracefullyTeresa Johnson2017-01-063-0/+63
* ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson2017-01-052-0/+131
* Mark test that is testing statistics output as requiring AssertionsMehdi Amini2017-01-051-1/+1
* Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)Mehdi Amini2017-01-042-0/+66
* [ThinLTO] Rework llvm-link to use the FunctionImporterTeresa Johnson2017-01-041-2/+2
OpenPOWER on IntegriCloud