aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-261-1/+1
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-231-1/+1
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-231-1/+1
* Let invoke return aggregate value.Devang Patel2008-02-211-0/+10
* Let function call return aggregate.Devang Patel2008-02-212-1/+12
* XFAIL for now.Devang Patel2008-02-201-1/+2
* Now functions can return aggregate values.Devang Patel2008-02-201-2/+1
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-191-0/+6
* this test isn't useful since we added @ notation for globals.Chris Lattner2008-02-171-21/+0
* this line was commented out.Chris Lattner2008-02-171-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-162-31/+8
* Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...Tanya Lattner2008-02-1627-13270/+13054
* upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...Chris Lattner2008-02-151-7/+7
* rename llx -> llChris Lattner2008-02-151-0/+0
* Remove llvm-upgradeTanya Lattner2008-02-1447-346/+267
* Two occurrences on one line count as one...Duncan Sands2008-01-111-2/+2
* If there are attributes on the varargs part of aDuncan Sands2008-01-111-0/+10
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-141-5/+5
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-141-0/+29
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-2/+2
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-112-2/+2
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-112-2/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-0/+25
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-101-3/+0
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-0/+12
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-2820-26/+25
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-274-4/+9
* Don't redirect llvm-as's stderr to llvm-dis.Dan Gohman2007-11-271-1/+1
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-101-0/+9
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-152-2/+2
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-061-0/+7
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+52
* For PR1553:Reid Spencer2007-07-311-0/+12
* For PR1553:Reid Spencer2007-07-191-0/+9
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* new testcase for a recent regressionChris Lattner2007-05-221-0/+22
* Remove bogus testcase, PR409 is wontfixChris Lattner2007-05-051-14/+0
* new testcaseChris Lattner2007-04-261-0/+6
* For PR1146:Reid Spencer2007-04-221-0/+2
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-212-0/+14
* Test check inChristopher Lamb2007-04-201-1/+0
* For PR1319:Reid Spencer2007-04-162-2/+2
* For PR1319:Reid Spencer2007-04-164-5/+4
* Fix the syntax for these tests. Noticed by Duncan Sands.Reid Spencer2007-04-1617-18/+20
* Syntax upgrade and fix for PR1336.Reid Spencer2007-04-161-4/+5
* Test case for PR1328.Reid Spencer2007-04-161-0/+9
* For PR1336:Reid Spencer2007-04-163-3/+0
* For PR1336:Reid Spencer2007-04-153-0/+3
* For PR1319:Reid Spencer2007-04-1520-34/+39