Age | Commit message (Expand) | Author |
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 |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-05-22 | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Torok Edwin |
2009-05-22 | Verify that calling conventions match function prototype. | Torok Edwin |
2009-04-27 | Make this test slightly more strict. | Dan Gohman |
2009-04-26 | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta |
2009-04-25 | add testcase for strange types of gep indices | Chris Lattner |
2009-04-25 | testcase and asmparser fix for PR4066 | Chris Lattner |
2009-04-25 | Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: | Torok Edwin |
2009-03-25 | Fix a bug in our autoupgrade support: in an argument list to a function | Chris Lattner |
2009-03-14 | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman |