summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-10
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-10
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-09
* Revert 52002.Dan Gohman2008-06-05
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-05
* nounwindify.Dan Gohman2008-06-03
* Constant folding for insertvalue and extractvalue.Dan Gohman2008-06-03
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* Don't silently truncate array extents to 32 bits.Dan Gohman2008-05-23
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* returning an empty multiple return list is not valid.Chris Lattner2008-04-23
* rename *.llx -> *.llChris Lattner2008-04-19
* Implement PR2206.Chris Lattner2008-04-19
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-19
* Update bitcode reader and writer to handle multiple return values. Devang Patel2008-02-26
* Backing out r47521 for now. This has broken a number of tests.Evan Cheng2008-02-23
* Properly read and write bitcodes for multiple return values.Devang Patel2008-02-23
* Let invoke return aggregate value.Devang Patel2008-02-21
* Let function call return aggregate.Devang Patel2008-02-21
* XFAIL for now.Devang Patel2008-02-20
* Now functions can return aggregate values.Devang Patel2008-02-20
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-19
* this test isn't useful since we added @ notation for globals.Chris Lattner2008-02-17
* this line was commented out.Chris Lattner2008-02-17
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-16
* Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th...Tanya Lattner2008-02-16
* upgrade this test, which wasn't testing the right thing since llvm-upgrade ca...Chris Lattner2008-02-15
* rename llx -> llChris Lattner2008-02-15
* Remove llvm-upgradeTanya Lattner2008-02-14
* Two occurrences on one line count as one...Duncan Sands2008-01-11
* If there are attributes on the varargs part of aDuncan Sands2008-01-11
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-14
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-14
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-11
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-11
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Don't redirect llvm-as's stderr to llvm-dis.Dan Gohman2007-11-27
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-10
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-06
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04