Remove extra lines
[oota-llvm.git] / test / Assembler /
2008-07-14 Chris LattnerFix a bunch of bugs handling vector compare constant...
2008-07-11 Chris LattnerImplement PR2538
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
2008-06-05 Dan GohmanRevert 52002.
2008-06-05 Matthijs KooijmanChange the Verifier to support returning first class...
2008-06-03 Dan Gohmannounwindify.
2008-06-03 Dan GohmanConstant folding for insertvalue and extractvalue.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-23 Dan GohmanDon't silently truncate array extents to 32 bits.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
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-04-23 Chris Lattnerreturning an empty multiple return list is not valid.
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Chris LattnerImplement PR2206.
2008-04-19 Dan GohmanTeach llvm-as to accept function types with multiple...
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-20 Devang PatelXFAIL for now.
2008-02-20 Devang PatelNow functions can return aggregate values.
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-02-17 Chris Lattnerthis test isn't useful since we added @ notation for...
2008-02-17 Chris Lattnerthis line was commented out.
2008-02-16 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-16 Tanya LattnerRemoving llvm upgrade, so remove tests specific to...
2008-02-15 Chris Lattnerupgrade this test, which wasn't testing the right thing...
2008-02-15 Chris Lattnerrename llx -> ll
2008-02-14 Tanya LattnerRemove llvm-upgrade
2008-01-11 Duncan SandsTwo occurrences on one line count as one...
2008-01-11 Duncan SandsIf there are attributes on the varargs part of a
2007-12-14 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-12-11 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Dan GohmanDon't redirect llvm-as's stderr to llvm-dis.
2007-09-10 Chris LattnerFix PR1645 by resolving forward alias references.
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-06 Chris LattnerFix PR1577, a crash on invalid bug.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-31 Reid SpencerFor PR1553:
2007-07-19 Reid SpencerFor PR1553:
2007-06-29 John CriswellConvert .cvsignore files
2007-05-22 Chris Lattnernew testcase for a recent regression
2007-05-05 Chris LattnerRemove bogus testcase, PR409 is wontfix
2007-04-26 Chris Lattnernew testcase
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-20 Christopher LambTest check in
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFix the syntax for these tests. Noticed by Duncan Sands.
2007-04-16 Reid SpencerSyntax upgrade and fix for PR1336.
2007-04-16 Reid SpencerTest case for PR1328.
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-30 Reid SpencerFor PR1289:
2007-03-29 Reid Spencercheckpoint -> implementation. This really needs to...
2007-03-28 Reid SpencerDelete the remanant of an obsolete comment.
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-28 Reid SpencerThe implementation keyword was replaced with checkpoint.
2007-03-20 Reid SpencerBreak up huge line so that this file is almost readable.
2007-03-19 Reid SpencerTest case noticed by Sheng that fails because negative...
2007-03-19 Reid SpencerFor PR1258:
2007-03-14 Reid SpencerTest case for PR1256.
2007-02-08 Reid SpencerNew test cases for PR1187
2007-02-08 Reid SpencerMake this legal input.
2007-02-08 Reid SpencerAdd some more interesting cases to this test.
2007-02-08 Reid SpencerFor PR1187:
2007-02-07 Reid SpencerFor PR1187:
2007-02-07 Reid SpencerFor PR1187:
2007-02-05 Reid SpencerAssembler no longer prints ! at the end of its error...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-29 Reid SpencerUpdate this test case to look for sret parameter attrib...
2007-01-28 Reid SpencerTest case for PR1137. This makes sure that we don't...
2007-01-26 Reid SpencerFor PR1122:
2007-01-26 Reid SpencerFor PR761:
2007-01-20 Owen AndersonFix incorrect run line.
2007-01-17 Reid SpencerTest cases for PR1117.
2007-01-13 Reid SpencerFor PR1043:
2007-01-13 Reid SpencerTest case for PR1093 for llvm.va_* intrinsics upgrade.
2007-01-06 Reid SpencerCurrently, there is no fix for this.
2007-01-06 Reid SpencerTest case for PR1082, an llvm-upgrade bug.
2007-01-06 Reid SpencerTest Case for PR1080.
2007-01-05 Reid SpencerFix this to check for the correct error message.
2007-01-05 Reid SpencerThis tests for something that will become illegal soon...
next