Make the indirect branch optimization deterministic. No functionality change.
[oota-llvm.git] / test / Linker /
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-07-02 Chandler CarruthSwitch a bunch of Linker tests from using elaborate...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-02-27 Bill WendlingAdd back removed code. It still causes LLVM to miscompi...
2012-02-27 Bill WendlingXFAIL test until <rdar://problem/10913281> is fixed.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-15 Bill WendlingRemove extraneous tests.
2012-02-15 Bill WendlingAdd a test for the Objective-C garbage collection metad...
2012-02-14 Bill WendlingChange error tests to coincide with message changes.
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-01-05 Rafael EspindolaLink symbols with different visibilities according...
2011-12-20 Chris LattnerNow that PR11464 is fixed, reapply the patch to fix...
2011-12-20 Chris Lattnerfix PR11464 by preventing the linker from mapping two...
2011-12-17 Chad RosierRevert 146728 as it's causing failures on some of the...
2011-12-16 Chris LattnerBy popular demand, link up types by name if they are...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-15 Nico WeberLet this test pass even if 'int' is somewhere in its...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-22 Duncan SandsTestcase for PR10663.
2011-08-18 Devang PatelAdd another test.
2011-08-18 Devang PatelAdd test to check type uniquing.
2011-08-04 Devang PatelWe need to map DebugLoc. It leads to Fuction * (through...
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-07-15 Chris Lattnerfix rdar://9776316 - type remapping needed for inline...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnerremove a test that doesn't make sense in the new world.
2011-07-02 Chandler CarruthQuote two greps which contain parentheses.
2011-02-01 Rafael EspindolaCorrectly merge available_externally and regular defini...
2011-01-24 Chris Lattnerfix PR9015, a crash linking recursive metadata.
2011-01-16 Michael J. SpencerMake everyone happy this time.
2011-01-16 Michael J. SpencerTry and fix this test. For some reason llvm-ar thinks...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-16 Chris Lattnerone of michael's recent patches broke this, temporarily...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Rafael EspindolaKeep unnamed_addr when linking.
2010-10-19 Rafael EspindolaFix PR8300 by remembering to keep the bitcast in all...
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Dan GohmanUse llvm-link -S instead of using llvm-dis.
2009-09-05 Daniel DunbarRename %S metavar to %M (clang uses %S for the basename...
2009-09-03 Devang PatelThere is not any need to copy metadata while merging...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Devang PatelLink metadata.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-10-15 Anton KorobeynikovAdd global variable to test for consistency
2008-10-15 Anton KorobeynikovThis is not failing anymore
2008-07-14 Chris LattnerReimplement LinkFunctionProtos in terms of GetLinkageRe...
2008-07-14 Chris Lattnerimplement linking of globals to functions, in one direction
2008-07-05 Anton KorobeynikovTestcase for PR2463
2008-07-05 Anton KorobeynikovTestcase for PR2146
2008-06-27 Duncan SandsUse the c modifier to tell llvm-ar not to issue a
2008-06-27 Chris Lattnerwhen linking globals, make sure to preserve the address...
2008-06-20 Chris LattnerFix an error handling redefinition of linkonce function...
2008-06-12 Evan ChengFix some tests.
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-03-10 Anton KorobeynikovThis passes now
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-09 Anton KorobeynikovTemporary XFAIL the test, until I'll commit a fix
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-08 Andrew Lenharthmuch simpler test case
2008-03-07 Andrew Lenharthadd dropped section test case for PR2123
2008-03-05 Anton KorobeynikovFix test not to emit junk into source directory
2008-03-05 Anton KorobeynikovTestcase for PR2054
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-08-16 Reid SpencerAdd a test to ensure that obvious link messages are...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-18 Reid SpencerAdd a test case for PR1434
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR411:
2007-01-27 Reid SpencerUse -f option so test is repeatable.
2007-01-27 Reid SpencerAdd a test case for PR411.
2007-01-27 Reid SpencerMake this really do nothing.
2007-01-26 Reid SpencerFor PR761:
2007-01-05 Reid SpencerGlobal variables are not renamed by llvm-upgrade any...
2007-01-03 Reid SpencerUpdate test cases that grepped for register names that...
2007-01-02 Reid SpencerFor PR1070:
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-19 Reid SpencerMake sure linker output is overwritten so this test...
2006-12-19 Reid SpencerFor PR950:
2006-12-15 Andrew Lenharthextern_weak link test
2006-12-02 Reid SpencerThese files need llvm-upgrade.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-06-16 Chris LattnerNew testcase, the linker is not merging alignments...
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-01-20 Reid SpencerAdd a test case for PR697, ensuring the linker works...
2005-12-06 Chris Lattnernew testcase for PR662
2005-02-12 Chris LattnerNew test, adjust other test.
next