aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-3/+12
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-121-0/+42
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-272-0/+24
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-274-52/+52
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-241-0/+5
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-224-54/+54
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-205-0/+202
* Apparently Darwin doesn't have /dev/full :-(.Dan Gohman2009-07-151-3/+0
* Add a testcase for raw_ostream error checking.Dan Gohman2009-07-151-0/+3
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-6/+6
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-042-2/+2
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-221-9/+0
* Verify that calling conventions match function prototype.Torok Edwin2009-05-221-0/+9
* Make this test slightly more strict.Dan Gohman2009-04-271-1/+1
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-261-0/+12
* add testcase for strange types of gep indicesChris Lattner2009-04-251-0/+12
* testcase and asmparser fix for PR4066Chris Lattner2009-04-251-0/+8
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-251-0/+9
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-251-0/+11
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-141-3/+14
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-011-0/+8
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-011-0/+6
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-181-0/+26
* Remove now-incorrect test.Nate Begeman2009-02-041-9/+0
* Fix PR3372Chris Lattner2009-02-021-0/+6
* Add the private linkage.Rafael Espindola2009-01-151-0/+9
* this testcase is huge and hasn't regressed ever, I don't think it is worth ke...Chris Lattner2009-01-081-24452/+0
* Don't spew bitcode to standard out if this testDuncan Sands2009-01-051-1/+1
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-0214-20/+20
* Fix the .ll grammar rules to allow any type before an 'i32', not just anChris Lattner2008-10-151-0/+6
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-0/+3
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-011-2/+1
* Don't leave an output file in the test directory.Dan Gohman2008-10-011-1/+1
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-293-2/+15
* Update tests.Devang Patel2008-09-272-4/+4
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-161-1/+0
* Temporarily disable vector select in the bitcode reader. TheDan Gohman2008-09-091-0/+1
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-092-0/+26
* Read and write function notes.Devang Patel2008-09-021-1/+4
* Function notes tests.Devang Patel2008-09-022-0/+18
* Add support for parsing .ll files that have numbers in front ofChris Lattner2008-08-291-0/+16
* Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman2008-08-051-1/+1
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-291-0/+21
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-141-0/+16
* Implement PR2538Chris Lattner2008-07-111-0/+9
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-101-1/+1
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-102-2/+2
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-092-0/+41
* Revert 52002.Dan Gohman2008-06-051-22/+0
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-051-0/+22