summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-14
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-01
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-01
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-18
* Remove now-incorrect test.Nate Begeman2009-02-04
* Fix PR3372Chris Lattner2009-02-02
* Add the private linkage.Rafael Espindola2009-01-15
* this testcase is huge and hasn't regressed ever, I don't think it is worth ke...Chris Lattner2009-01-08
* Don't spew bitcode to standard out if this testDuncan Sands2009-01-05
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Fix the .ll grammar rules to allow any type before an 'i32', not just anChris Lattner2008-10-15
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-14
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-01
* Don't leave an output file in the test directory.Dan Gohman2008-10-01
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-29
* Update tests.Devang Patel2008-09-27
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Temporarily disable vector select in the bitcode reader. TheDan Gohman2008-09-09
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Read and write function notes.Devang Patel2008-09-02
* Function notes tests.Devang Patel2008-09-02
* Add support for parsing .ll files that have numbers in front ofChris Lattner2008-08-29
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-05
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-29
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-14
* Implement PR2538Chris Lattner2008-07-11
* 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