summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Fix spacing.Daniel Dunbar2009-09-06
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-12
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-27
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-24
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-22
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Apparently Darwin doesn't have /dev/full :-(.Dan Gohman2009-07-15
* Add a testcase for raw_ostream error checking.Dan Gohman2009-07-15
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-22
* Verify that calling conventions match function prototype.Torok Edwin2009-05-22
* Make this test slightly more strict.Dan Gohman2009-04-27
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-26
* add testcase for strange types of gep indicesChris Lattner2009-04-25
* testcase and asmparser fix for PR4066Chris Lattner2009-04-25
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-25
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-25
* 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