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