aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+3
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-061-0/+25
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-041-0/+2
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-12/+17
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-151-9/+11
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-11/+9
* Extend testcase to also test llvm.dbg.value intrinsicVictor Hernandez2010-01-141-0/+7
* Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ...Victor Hernandez2010-01-141-8/+16
* Re-add parsing of function-local metadata; this time with testcase.Victor Hernandez2010-01-051-0/+22
* Delete useless trailing semicolons.Dan Gohman2010-01-051-3/+3
* add some basic named MD tests.Chris Lattner2009-12-311-0/+3
* reimplement insertvalue/extractvalue metadata handling to not blindly Chris Lattner2009-12-301-1/+3
* fix parsing of mdstring values.Chris Lattner2009-12-301-0/+8
* Each instruction is allowed to have *multiple* different Chris Lattner2009-12-291-3/+4
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-291-0/+8
* Adjust testcases for msasm -> alignstack.Dale Johannesen2009-10-211-6/+6
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-0/+36
* Clean up the usage of evaluateICmpRelation's return value.Nick Lewycky2009-09-201-0/+1
* fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner2009-09-151-0/+6
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-111-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-114-4/+4
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-111-1/+1
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-111-1/+11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-086-6/+6
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-086-6/+6
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-075-82/+68
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-065-68/+82
* Fix spacing.Daniel Dunbar2009-09-061-1/+1
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-045-82/+68
* Remove obsolete -f flags.Dan Gohman2009-08-2541-41/+41
* 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