Age | Commit message (Expand) | Author |
2010-12-05 | Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds... | Frits van Bommel |
2010-10-04 | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling |
2010-10-03 | Auto-upgrade tests for the new MMX intrinsic calls. | Bill Wendling |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-13 | Basic smoke test for new x86mmx type. | Dale Johannesen |
2010-09-02 | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner |
2010-09-02 | remove some noise from tests. | Chris Lattner |
2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
2010-07-28 | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman |
2010-07-28 | Define a maximum supported alignment value for load, store, and | Dan Gohman |
2010-04-07 | add newlines at the end of files. | Chris Lattner |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
2010-02-06 | Function-local metadata whose operands had been optimized to no longer refer ... | Victor Hernandez |
2010-02-04 | Fix (and test) function-local metadata that occurs before the instruction tha... | Victor Hernandez |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-15 | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-14 | Extend testcase to also test llvm.dbg.value intrinsic | Victor Hernandez |
2010-01-14 | Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ... | Victor Hernandez |
2010-01-05 | Re-add parsing of function-local metadata; this time with testcase. | Victor Hernandez |
2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
2009-12-31 | add some basic named MD tests. | Chris Lattner |
2009-12-30 | reimplement insertvalue/extractvalue metadata handling to not blindly | Chris Lattner |
2009-12-30 | fix parsing of mdstring values. | Chris Lattner |
2009-12-29 | Each instruction is allowed to have *multiple* different | Chris Lattner |
2009-12-29 | Do not crash when .ll printing metadata that smells like debug info, but isn't. | Chris Lattner |
2009-10-21 | Adjust testcases for msasm -> alignstack. | Dale Johannesen |
2009-10-13 | Add an "msasm" flag to inline asm as suggested in PR 5125. | Dale Johannesen |
2009-09-20 | Clean up the usage of evaluateICmpRelation's return value. | Nick Lewycky |
2009-09-15 | fix PR4963: folding insertvalue would sometimes turn a packed struct into | Chris Lattner |
2009-09-11 | Fix this test to test what it was originally intended to test. | Dan Gohman |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-11 | fix test to not get a moduleid that matches 'br' | Chris Lattner |
2009-09-11 | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
2009-09-06 | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar |
2009-09-06 | Fix spacing. | Daniel Dunbar |
2009-09-04 | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman |
2009-08-25 | Remove obsolete -f flags. | Dan Gohman |
2009-08-13 | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman |
2009-08-12 | Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." | Dan Gohman |
2009-07-27 | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman |
2009-07-27 | Change the assembly syntax for nsw, nuw, and exact, putting them | Dan Gohman |
2009-07-24 | Fix assert assembling zero-argument constant GEP. | Eli Friedman |
2009-07-22 | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman |
2009-07-20 | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman |
2009-07-15 | Apparently Darwin doesn't have /dev/full :-(. | Dan Gohman |
2009-07-15 | Add a testcase for raw_ostream error checking. | Dan Gohman |