Test cleanup -- remove duplicate run lines
[oota-llvm.git] / test / tools / gold /
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-11-29 Rafael EspindolaAdd a passing test.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-27 Rafael EspindolaTest both input file orders.
2015-11-27 Rafael EspindolaAdd missing file.
2015-11-27 Rafael EspindolaMake the test a bit more interesting.
2015-11-26 Rafael EspindolaAdd a few passing lto tests.
2015-11-24 Rafael EspindolaMake this test a bit more strict.
2015-11-24 Rafael EspindolaAdd an already passing test.
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-18 James Molloy[LTO] Appease buildbots take 3
2015-11-18 James Molloy[LTO] Buildbot appeasing take 2
2015-11-18 James Molloy[LTO] Fix up test/tools/gold/X86/remarks.ll
2015-10-08 Teresa JohnsonSupport for llvm-bcanalyzer dumping of record array...
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-09-16 Teresa JohnsonDisable the second verification run when performing...
2015-09-11 Arnaud A. de Grand... Tweak 2 x86 gold tests so they can run on non-x86 platforms
2015-09-11 NAKAMURA TakumiFix llvm/test/tools/gold/X86/bad-alias.ll.
2015-09-11 David BlaikieFix the gold test cases after alias changes
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-03 NAKAMURA TakumiTweak llvm/test/tools/gold/X86/parallel.ll to run with...
2015-09-02 NAKAMURA TakumiSuppress llvm/test/tools/gold/X86/parallel.ll while...
2015-09-01 Peter Collingbournegold-plugin: Implement parallel LTO code generation...
2015-08-28 Rafael EspindolaSplit the gold tests into X86 and PowerPC directories.
2015-06-23 Rafael EspindolaPass -m to the linker in this test.
2015-06-22 Rafael EspindolaAdd a triple to the test to fix it on some hosts.
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-03-24 Rafael EspindolaAdd -m -m elf_x86_64 to gold invocations.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Peter Collingbournegold: Make powerpc support optional for the tests.
2015-03-04 Rafael EspindolaBring r231132 back with a fix.
2015-03-04 NAKAMURA TakumiRevert r231132, "Correctly handle -pass-remarks in...
2015-03-03 Rafael EspindolaCorrectly handle -pass-remarks in the gold plugin.
2015-03-02 Rafael EspindolaAdd r230655 back with a fix.
2015-03-01 NAKAMURA TakumiRevert r230655, "gold-plugin: "Upgrade" debug info...
2015-02-28 Eric ChristopherRemove option.ll as part of the Forward Control Flow...
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-26 Rafael Espindolagold-plugin: "Upgrade" debug info and handle its warnings.
2015-02-15 Michael Kupersteingold-plugin: fix test to allow default visibility on...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-11 Jan Wen VoungGold-plugin: Broaden scope of get/release_input_file...
2015-01-14 Rafael EspindolaFix linking of shared libraries.
2015-01-14 Rafael EspindolaFix handling of extern_weak. This was broken by r225983.
2015-01-14 Rafael EspindolaHandle a symbol being undefined.
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-09 Rafael EspindolaRemember the unmangled name in the plugin.
2014-11-25 Rafael EspindolaThis test requires asserts because of -stats.
2014-11-25 Rafael Espindolagold plugin: call llvm_shutdown so that -stats works.
2014-11-24 Rafael EspindolaAdd a disable-output option to the gold plugin.
2014-11-12 Rafael EspindolaFix the test.
2014-10-30 Rafael EspindolaEnable the slp vectorizer in the gold plugin.
2014-10-30 Rafael EspindolaEnable the loop vectorizer in the gold plugin.
2014-10-29 Rafael EspindolaReplace also-emit-llvm with save-temps.
2014-10-07 Rafael Espindolagold plugin: Handle gold selecting a linkonce GV when...
2014-10-07 Rafael Espindolagold plugin: create internal replacement with original...
2014-10-07 Rafael Espindolagold plugin: Remap function arguments when creating...
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-17 Rafael EspindolaInternalize common symbols when we can.
2014-09-10 Rafael EspindolaRemember to eraseFromParent after replaceAllUsesWith.
2014-09-09 Rafael EspindolaHandle common linkage correctly in the gold plugin.
2014-09-05 Rafael EspindolaThe gold tests also require ppc to be compiled in.
2014-09-03 Rafael EspindolaUpdate to not depend on "llvm-objdump -d -symbolize".
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-21 Rafael EspindolaRewrite the gold plugin to fix pr19901.
2014-08-12 Rafael EspindolaMake the test a bit more strict.
2014-08-12 Rafael EspindolaAdd a plugin testcase for merging weak variables.
2014-08-11 Rafael EspindolaFix using -plugin-opt=apiflie when also using -plugin...
2014-08-07 Rafael EspindolaFix test failure on ARM.
2014-08-05 Rafael EspindolaAdd a test showing the interaction of linker scripts...
2014-07-30 Rafael EspindolaAdd a small test showing when a linkonce_odr symbol...
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Rafael EspindolaAdd a test for the mtriple plugin option.
2014-07-28 Rafael EspindolaTest the linker plugin handling of llvm.used.
2014-07-28 Rafael EspindolaAdd tests for the various emit-llvm plugin options.
2014-07-28 Rafael EspindolaTest the mcpu option.
2014-07-27 Rafael EspindolaStart adding some tests for the gold plugin.