aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
2010-12-05Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...Frits van Bommel
2010-10-04The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling
2010-10-03Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-13Basic smoke test for new x86mmx type.Dale Johannesen
2010-09-02add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner
2010-09-02remove some noise from tests.Chris Lattner
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-07-28Make GlobalValue alignment consistent with load, store, and allocaDan Gohman
2010-07-28Define a maximum supported alignment value for load, store, andDan Gohman
2010-04-07add newlines at the end of files.Chris Lattner
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