aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-06Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez
2010-02-04Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-14Extend testcase to also test llvm.dbg.value intrinsicVictor Hernandez
2010-01-14Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ...Victor Hernandez
2010-01-05Re-add parsing of function-local metadata; this time with testcase.Victor Hernandez
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-12-31add some basic named MD tests.Chris Lattner
2009-12-30reimplement insertvalue/extractvalue metadata handling to not blindly Chris Lattner
2009-12-30fix parsing of mdstring values.Chris Lattner
2009-12-29Each instruction is allowed to have *multiple* different Chris Lattner
2009-12-29Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner
2009-10-21Adjust testcases for msasm -> alignstack.Dale Johannesen
2009-10-13Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen
2009-09-20Clean up the usage of evaluateICmpRelation's return value.Nick Lewycky
2009-09-15fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner
2009-09-11Fix this test to test what it was originally intended to test.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-11fix test to not get a moduleid that matches 'br'Chris Lattner
2009-09-11Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-07Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-06Fix spacing.Daniel Dunbar
2009-09-04Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
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