Fix typo.
[oota-llvm.git] / test / LTO /
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-24 David BlaikieRevert changes to LTO test case since llvm-lto can...
2015-04-24 David BlaikieSkip extra LLVM IR assemble/disassemble steps in some...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-01-30 NAKAMURA TakumiIntroduce llvm/test/LTO/X86. LTO tests may be assumed...
2015-01-30 NAKAMURA TakumiIntroduce llvm/test/LTO/ARM for arm-specific LTO test(s).
2015-01-30 Akira Hatanaka[LTO] Scan all per-function subtargets when collecting...
2015-01-12 Richard SmithPut this test's input in the Inputs directory where...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Rafael EspindolaAdd a testcase of llvm-lto error handling.
2014-12-17 Duncan P. N. Exon... llvm-lto: Add testing coverage for local contexts
2014-12-08 Rafael EspindolaLazily link GlobalVariables and GlobalAliases.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-10-01 Duncan P. N. Exon... LTO: Add missing target triple from r218784
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-09-18 Peter CollingbourneTry to fix i686-cygming bots.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-03-31 Tom RoederThis patch fixes LTO's RecordStreamer so that it record...
2014-03-10 Duncan P. N. Exon... Module: Don't rename in getOrInsertFunction()
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-07 Rafael EspindolaDon't internalize linkonce_odr non constant variables.
2014-01-22 Rafael EspindolaProvide a dummy section to fix a crash with inline...
2013-12-12 Yi JiangResubmit r196544: Apply transformation on OS X 10.9...
2013-12-12 Yi JiangAdd TargetLibraryInfo in LTO passes builder
2013-11-12 Justin BognerProtect user-supplied runtime library functions in LTO
2013-11-02 Rafael EspindolaA better fix that also works on ppc: add a target tripple.
2013-11-02 Rafael EspindolaFix this test to pass on darwin now that llvm-nm is...
2013-11-01 Rafael EspindolaUse \01 to disable the mangler. Should fix the 32 bit...
2013-10-31 Rafael EspindolaRelax check line to match what llvm-nm prints for COFF.
2013-10-31 Rafael EspindolaXFAIL on ppc64 too.
2013-10-31 Rafael EspindolaXFAIL this for now.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-09 NAKAMURA Takumillvm/test/LTO should run also on cygwin.
2013-10-04 Rafael EspindolaFix object file writing in llvm-lto on Windows.
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-02 Rafael EspindolaTry harder to disable the LTO tests on windows.
2013-10-02 Rafael EspindolaDisable this test on Win32 for now.
2013-10-02 Rafael EspindolaAdd a -exported-symbol option to llvm-lto.
2013-10-02 Rafael EspindolaEnable building LTO on WIN32.
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...