summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO
Commit message (Expand)AuthorAgeFilesLines
* Make the default triple optional by allowing an empty stringMehdi Amini2015-09-163-0/+4
* Reapply "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-0/+18
* Revert "LTO: Disable extra verify runs in release builds"Duncan P. N. Exon Smith2015-09-151-18/+0
* LTO: Disable extra verify runs in release buildsDuncan P. N. Exon Smith2015-09-151-0/+18
* Add a non-exiting diagnostic handler for LTO.Yunzhong Gao2015-09-111-0/+13
* Add powerpc64 to parallel.ll unsupported architecture list.Peter Collingbourne2015-09-041-1/+1
* Use UNSUPPORTED instead of XFAIL to disable this test, as it passes on one AA...Peter Collingbourne2015-08-281-1/+1
* Tweak XFAIL line for mips.Peter Collingbourne2015-08-281-1/+1
* XFAIL parallel.ll test on MIPS and AArch64 until test failures can be investi...Peter Collingbourne2015-08-281-0/+3
* CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.Peter Collingbourne2015-08-271-0/+22
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+2
* Revert changes to LTO test case since llvm-lto can't handle textual IR inputsDavid Blaikie2015-04-241-1/+2
* Skip extra LLVM IR assemble/disassemble steps in some testsDavid Blaikie2015-04-241-2/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-162-2/+2
* libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.Peter Collingbourne2015-03-192-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-273-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-272-2/+2
* Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher2015-02-271-23/+0
* [LTO API] add lto_codegen_set_module to set the destination module.Manman Ren2015-02-241-0/+36
* Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne2015-02-191-0/+9
* Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.NAKAMURA Takumi2015-01-3020-0/+0
* Introduce llvm/test/LTO/ARM for arm-specific LTO test(s).NAKAMURA Takumi2015-01-302-0/+2
* [LTO] Scan all per-function subtargets when collecting runtime library names.Akira Hatanaka2015-01-301-0/+18
* Put this test's input in the Inputs directory where it belongs, rather thanRichard Smith2015-01-122-2/+2
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-1/+1
* Add a testcase of llvm-lto error handling.Rafael Espindola2015-01-091-0/+4
* llvm-lto: Add testing coverage for local contextsDuncan P. N. Exon Smith2014-12-172-0/+19
* Lazily link GlobalVariables and GlobalAliases.Rafael Espindola2014-12-082-0/+15
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-2/+2
* LTO: Add missing target triple from r218784Duncan P. N. Exon Smith2014-10-011-0/+2
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-0/+38
* Try to fix i686-cygming bots.Peter Collingbourne2014-09-181-3/+3
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-183-0/+25
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-231-1/+1
* Set missing options in LTOCodeGenerator::setTargetOptions.Rafael Espindola2014-06-191-0/+23
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-071-2/+2
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-0/+15
* This patch fixes LTO's RecordStreamer so that it records symbols in the MCExprTom Roeder2014-03-311-0/+16
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-102-0/+76
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-0/+7
* Don't internalize linkonce_odr non constant variables.Rafael Espindola2014-02-071-1/+7
* Provide a dummy section to fix a crash with inline assembly in LTO.Rafael Espindola2014-01-221-0/+4
* Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...Yi Jiang2013-12-121-3/+0
* Add TargetLibraryInfo in LTO passes builderYi Jiang2013-12-121-0/+19
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-0/+27
* A better fix that also works on ppc: add a target tripple.Rafael Espindola2013-11-021-12/+12
* Fix this test to pass on darwin now that llvm-nm is working.Rafael Espindola2013-11-021-6/+2
* Use \01 to disable the mangler. Should fix the 32 bit windows bots.Rafael Espindola2013-11-011-9/+9
* Relax check line to match what llvm-nm prints for COFF.Rafael Espindola2013-10-311-3/+3
OpenPOWER on IntegriCloud