summaryrefslogtreecommitdiff
path: root/test/LTO
Commit message (Expand)AuthorAge
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-23
* Set missing options in LTOCodeGenerator::setTargetOptions.Rafael Espindola2014-06-19
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-07
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-25
* This patch fixes LTO's RecordStreamer so that it records symbols in the MCExprTom Roeder2014-03-31
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-10
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Don't internalize linkonce_odr non constant variables.Rafael Espindola2014-02-07
* Provide a dummy section to fix a crash with inline assembly in LTO.Rafael Espindola2014-01-22
* Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...Yi Jiang2013-12-12
* Add TargetLibraryInfo in LTO passes builderYi Jiang2013-12-12
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-12
* A better fix that also works on ppc: add a target tripple.Rafael Espindola2013-11-02
* Fix this test to pass on darwin now that llvm-nm is working.Rafael Espindola2013-11-02
* Use \01 to disable the mangler. Should fix the 32 bit windows bots.Rafael Espindola2013-11-01
* Relax check line to match what llvm-nm prints for COFF.Rafael Espindola2013-10-31
* XFAIL on ppc64 too.Rafael Espindola2013-10-31
* XFAIL this for now.Rafael Espindola2013-10-31
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* llvm/test/LTO should run also on cygwin.NAKAMURA Takumi2013-10-09
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-04
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Try harder to disable the LTO tests on windows.Rafael Espindola2013-10-02
* Disable this test on Win32 for now.Rafael Espindola2013-10-02
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-02
* Enable building LTO on WIN32.Rafael Espindola2013-10-02
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-30
* Enable building LTO on WIN32.Rafael Espindola2013-09-30
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24