summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/Resolution
Commit message (Expand)AuthorAgeFilesLines
...
* LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.Peter Collingbourne2017-11-012-1/+17
* Reland r313157, "ThinLTO: Correctly follow aliasee references when dead strip...Peter Collingbourne2017-09-143-1/+36
* Revert r313157 "ThinLTO: Correctly follow aliasee references when dead stripp...Hans Wennborg2017-09-142-24/+0
* ThinLTO: Correctly follow aliasee references when dead stripping.Peter Collingbourne2017-09-132-0/+24
* Emit only A Single Opt Remark When InliningSam Elliott2017-08-212-0/+10
* Revert "Emit only A Single Opt Remark When Inlining"Sam Elliott2017-08-202-10/+0
* Emit only A Single Opt Remark When InliningSam Elliott2017-08-202-0/+10
* Linker: Create a function declaration when moving a non-prevailing alias of f...Peter Collingbourne2017-08-101-0/+17
* Update the new PM pipeline to make ICP aware if it is SamplePGO build.Dehao Chen2017-08-022-0/+48
* [LTO] llvm-lto2: Add option to load sample profileTobias Edler von Koch2017-07-282-0/+39
* LTO: Export functions referenced by the CFI jump table.Peter Collingbourne2017-07-191-0/+32
* [LTO] Fix the interaction between linker redefined symbols and ThinLTODavide Italiano2017-07-061-0/+16
* [LTO] Remove values from non-prevailing comdatsTeresa Johnson2017-06-302-0/+65
* Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne2017-06-152-0/+53
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-122-4/+4
* Symbols re-defined with -wrap and -defsym need to be excluded from inter-Dmitry Mikulin2017-06-051-0/+16
* PMB: Run the whole-program-devirt pass during LTO at --lto-O0.Peter Collingbourne2017-05-261-0/+16
* LTO: Do summary-based prevailing symbol resolution at --lto-O0.Peter Collingbourne2017-05-251-0/+11
* Add support for handling ifuncs to GlobalValue::getBaseObjectTeresa Johnson2017-05-151-0/+15
* LTO: Mark undefined module asm symbols as used.Peter Collingbourne2017-04-262-0/+14
* Object, LTO: Add target triple to irsymtab and LTO API.Peter Collingbourne2017-04-142-1/+17
* LTO: Pass SF_Executable flag through to InputFile::SymbolTobias Edler von Koch2017-04-131-10/+15
* llvm-lto2: Add a dump-symtab subcommand.Peter Collingbourne2017-04-121-0/+47
* llvm-lto2: Move the LTO::run() action behind a subcommand.Peter Collingbourne2017-04-1113-28/+28
* [LTO] Add ability to emit assembly to new LTO APITobias Edler von Koch2017-02-151-0/+19
* [LTO] Remove useless redirection from test. NFCI.Davide Italiano2017-02-121-1/+1
* [lib/LTO] Add support for hotness optremarks in the new API.Davide Italiano2017-02-121-0/+37
* [lib/LTO] Initial support for optimization remarks in the new API.Davide Italiano2017-02-121-0/+33
* Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."Eric Christopher2017-02-107-7/+7
* For X86-64 linux and PPC64 linux align int128 to 16 bytes.Eric Christopher2017-02-107-7/+7
* LTO: Link non-prevailing weak_odr or linkonce_odr globals into the combined m...Peter Collingbourne2017-02-022-0/+19
* Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne2017-02-022-0/+31
* IPO, LTO: Plumb the summary from the LTO API into the pass manager.Peter Collingbourne2017-01-201-0/+21
* [LTO] Add the missing datalayout in a test.Davide Italiano2016-12-141-0/+1
* [LTO] Reject modules without datalayout.Davide Italiano2016-12-144-5/+7
* LTO: Add support for multi-module bitcode files.Peter Collingbourne2016-12-143-0/+15
* Don't drop the llvm. prefix when renaming.Rafael Espindola2016-10-032-0/+12
* [LTO] Use llvm-nm instead of nm in new testsTeresa Johnson2016-09-161-2/+2
* [LTO] Fix handling of mixed (regular and thin) mode LTOTeresa Johnson2016-09-162-0/+25
* [LTO] Move tests from test/tools to test/LTO, as they're testing the API func...Mehdi Amini2016-09-142-0/+96
* [LTO] Fix commons handlingMehdi Amini2016-09-142-0/+16
* [LTO] Change addSaveTemps API: do not add dot to the supplied prefix pathMehdi Amini2016-08-182-2/+2
* Restore "Resolution-based LTO API."Teresa Johnson2016-08-115-0/+142
* Revert "Resolution-based LTO API."Teresa Johnson2016-08-115-142/+0
* Resolution-based LTO API.Teresa Johnson2016-08-115-0/+142
OpenPOWER on IntegriCloud