OSDN Git Service

Apply changes to migrate to upstream Oct 20th 2011.
[android-x86/external-llvm.git] / test / Linker /
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
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-16 Nowar GuMerge upstream to r135343 at Sat. 16th July 2011.
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-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
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-10-19 Rafael EspindolaFix PR8300 by remembering to keep the bitcast in all...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
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-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
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-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-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-09-03 Devang PatelThere is not any need to copy metadata while merging...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Devang PatelLink metadata.
2009-08-11 Devang PatelLink metadata.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
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 KorobeynikovAdd global variable to test for consistency
2008-10-15 Anton KorobeynikovThis is not failing anymore
2008-10-15 Anton KorobeynikovThis is not failing anymore
2008-07-14 Chris LattnerReimplement LinkFunctionProtos in terms of GetLinkageRe...
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-14 Chris Lattnerimplement linking of globals to functions, in one direction
2008-07-05 Anton KorobeynikovTestcase for PR2463
2008-07-05 Anton KorobeynikovTestcase for PR2463
2008-07-05 Anton KorobeynikovTestcase for PR2146
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 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-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-20 Chris LattnerFix an error handling redefinition of linkonce function...
2008-06-12 Evan ChengFix some tests.
2008-06-12 Evan ChengFix some tests.
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
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 GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
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-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-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-03-10 Anton KorobeynikovThis passes now
2008-03-10 Anton KorobeynikovThis passes now
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
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 Anton KorobeynikovTemporary XFAIL the test, until I'll commit a fix
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-08 Andrew Lenharthmuch simpler test case
2008-03-08 Andrew Lenharthmuch simpler test case
2008-03-07 Andrew Lenharthadd dropped section test case for PR2123
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 KorobeynikovFix test not to emit junk into source directory
2008-03-05 Anton KorobeynikovTestcase for PR2054
2008-03-05 Anton KorobeynikovTestcase for PR2054
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
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-08-16 Reid SpencerAdd a test to ensure that obvious link messages are...
next