aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Revert 52002.Dan Gohman2008-06-051-22/+0
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-051-0/+22
* nounwindify.Dan Gohman2008-06-031-4/+4
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-031-1/+11
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-311-9/+9
* Don't silently truncate array extents to 32 bits.Dan Gohman2008-05-231-0/+5
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-0/+13
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-2039-39/+39
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* returning an empty multiple return list is not valid.Chris Lattner2008-04-231-2/+2
* rename *.llx -> *.llChris Lattner2008-04-1936-0/+0
* Implement PR2206.Chris Lattner2008-04-191-0/+4
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-191-0/+13
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-18102-0/+25681