summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionImport/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-108-8/+8
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-288-8/+8
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-278-8/+8
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1714-0/+422
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1714-422/+0
* Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT le...Teresa Johnson2019-01-311-0/+10
* Revert "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader"Teresa Johnson2019-01-311-10/+0
* [ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leaderTeresa Johnson2019-01-311-0/+10
* [ThinLTO] Update handling of vararg functions to match inlinerTeresa Johnson2018-11-141-3/+14
* [ThinLTO] Fix test to require assertsTeresa Johnson2018-10-171-0/+3
* [ThinLTO] Add importing stats to thin linkTeresa Johnson2018-10-161-0/+13
* Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-163-42/+40
* Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-142-40/+0
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2018-07-132-0/+40
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [ThinLTO] Add an import cutoff for debugging/triagingTeresa Johnson2018-04-011-0/+9
* [ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson2018-03-311-0/+4
* Reland r327041: [ThinLTO] Keep available_externally symbols liveVlad Tsyrklevich2018-03-131-0/+6
* Revert "[ThinLTO] Keep available_externally symbols live"Eric Christopher2018-03-091-6/+0
* [ThinLTO] Keep available_externally symbols liveVlad Tsyrklevich2018-03-081-0/+6
* [ThinLTO] Fix ThinLTO crashTeresa Johnson2017-08-191-0/+3
* [PGO] Fix ThinLTO crash Xinliang David Li2017-08-161-0/+7
* Revert "Restore with fix "[ThinLTO] Ensure we always select the same function...Teresa Johnson2017-07-172-40/+0
* Restore with fix "[ThinLTO] Ensure we always select the same function copy to...Teresa Johnson2017-07-152-0/+40
* Revert r308078 (and subsequent tweak in r308079) which introduces a testChandler Carruth2017-07-152-40/+0
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2017-07-152-0/+40
* [ThinLTO] Ensure callees get hot threshold when first seen on cold pathTeresa Johnson2016-12-151-0/+42
* [thinlto] Don't decay threshold for hot callsitesPiotr Padlewski2016-09-301-15/+53
* [thinlto] Basic thinlto fdo heuristicPiotr Padlewski2016-09-261-0/+43
* Don't import variadic functionsPiotr Padlewski2016-08-111-0/+5
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-031-0/+5
* Revert "ThinLTO: do not import function whose linkage prevents inlining."Mehdi Amini2016-05-021-5/+0
* ThinLTO: do not import function whose linkage prevents inlining.Mehdi Amini2016-05-021-0/+5
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-0/+42
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-0/+11
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* FunctionImport: add a progressive heuristic to limit importing too deep in th...Mehdi Amini2016-02-101-0/+37
* [ThinLTO] Handle an external call from an import to an alias in destTeresa Johnson2016-01-121-0/+7
* [IRMover] Don't copy personality, etc unless creating defTeresa Johnson2016-01-121-0/+15
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-0/+27
* [ThinLTO] Fix FunctionImport alias checking and testTeresa Johnson2015-11-241-6/+0
* Add a FunctionImporter helper to perform summary-based cross-module function ...Mehdi Amini2015-11-241-0/+93
OpenPOWER on IntegriCloud