aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
2008-04-19rename *.llx -> *.llChris Lattner
2008-04-19Implement PR2206.Chris Lattner
2008-04-19Teach llvm-as to accept function types with multiple return types.Dan Gohman
2008-02-26Update bitcode reader and writer to handle multiple return values. Devang Patel
2008-02-23Backing out r47521 for now. This has broken a number of tests.Evan Cheng
2008-02-23Properly read and write bitcodes for multiple return values.Devang Patel
2008-02-21Let invoke return aggregate value.Devang Patel
2008-02-21Let function call return aggregate.Devang Patel
2008-02-20XFAIL for now.Devang Patel
2008-02-20Now functions can return aggregate values.Devang Patel
2008-02-19Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner
2008-02-17this test isn't useful since we added @ notation for globals.Chris Lattner
2008-02-17this line was commented out.Chris Lattner
2008-02-16Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-16Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...Tanya Lattner
2008-02-15upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...Chris Lattner
2008-02-15rename llx -> llChris Lattner
2008-02-14Remove llvm-upgradeTanya Lattner
2008-01-11Two occurrences on one line count as one...Duncan Sands
2008-01-11If there are attributes on the varargs part of aDuncan Sands
2007-12-14Don't redirect stderr when it isn't needed.Dan Gohman
2007-12-14All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Use not instead of ignore when an exit status is expected to alwaysDan Gohman
2007-12-11Don't redirect stderr when it isn't needed.Dan Gohman
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-27Don't redirect llvm-as's stderr to llvm-dis.Dan Gohman
2007-09-10Fix PR1645 by resolving forward alias references.Chris Lattner
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-06Fix PR1577, a crash on invalid bug.Chris Lattner
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-31For PR1553:Reid Spencer
2007-07-19For PR1553:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-22new testcase for a recent regressionChris Lattner
2007-05-05Remove bogus testcase, PR409 is wontfixChris Lattner
2007-04-26new testcaseChris Lattner
2007-04-22For PR1146:Reid Spencer
2007-04-21add support for alignment attributes on load/store instructionsChristopher Lamb
2007-04-20Test check inChristopher Lamb
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16Fix the syntax for these tests. Noticed by Duncan Sands.Reid Spencer
2007-04-16Syntax upgrade and fix for PR1336.Reid Spencer
2007-04-16Test case for PR1328.Reid Spencer