| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the usage of evaluateICmpRelation's return value. | Nick Lewycky | 2009-09-20 | 1 | -0/+1 |
* | fix PR4963: folding insertvalue would sometimes turn a packed struct into | Chris Lattner | 2009-09-15 | 1 | -0/+6 |
* | Fix this test to test what it was originally intended to test. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 4 | -4/+4 |
* | fix test to not get a moduleid that matches 'br' | Chris Lattner | 2009-09-11 | 1 | -1/+1 |
* | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman | 2009-09-11 | 1 | -1/+11 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 6 | -6/+6 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 6 | -6/+6 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 5 | -82/+68 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 5 | -68/+82 |
* | Fix spacing. | Daniel Dunbar | 2009-09-06 | 1 | -1/+1 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 5 | -82/+68 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 41 | -41/+41 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -3/+12 |
* | Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." | Dan Gohman | 2009-08-12 | 1 | -0/+42 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 2 | -0/+24 |
* | Change the assembly syntax for nsw, nuw, and exact, putting them | Dan Gohman | 2009-07-27 | 4 | -52/+52 |
* | Fix assert assembling zero-argument constant GEP. | Eli Friedman | 2009-07-24 | 1 | -0/+5 |
* | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 4 | -54/+54 |
* | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman | 2009-07-20 | 5 | -0/+202 |
* | Apparently Darwin doesn't have /dev/full :-(. | Dan Gohman | 2009-07-15 | 1 | -3/+0 |
* | Add a testcase for raw_ostream error checking. | Dan Gohman | 2009-07-15 | 1 | -0/+3 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -6/+6 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 2 | -2/+2 |
* | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Torok Edwin | 2009-05-22 | 1 | -9/+0 |
* | Verify that calling conventions match function prototype. | Torok Edwin | 2009-05-22 | 1 | -0/+9 |
* | Make this test slightly more strict. | Dan Gohman | 2009-04-27 | 1 | -1/+1 |
* | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta | 2009-04-26 | 1 | -0/+12 |
* | add testcase for strange types of gep indices | Chris Lattner | 2009-04-25 | 1 | -0/+12 |
* | testcase and asmparser fix for PR4066 | Chris Lattner | 2009-04-25 | 1 | -0/+8 |
* | Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: | Torok Edwin | 2009-04-25 | 1 | -0/+9 |
* | Fix a bug in our autoupgrade support: in an argument list to a function | Chris Lattner | 2009-03-25 | 1 | -0/+11 |
* | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman | 2009-03-14 | 1 | -3/+14 |
* | Fix a pretty awesome bug that only happened in a strange case with anonymous | Chris Lattner | 2009-03-01 | 1 | -0/+8 |
* | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner | 2009-03-01 | 1 | -0/+6 |
* | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner | 2009-02-18 | 1 | -0/+26 |
* | Remove now-incorrect test. | Nate Begeman | 2009-02-04 | 1 | -9/+0 |
* | Fix PR3372 | Chris Lattner | 2009-02-02 | 1 | -0/+6 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+9 |
* | this testcase is huge and hasn't regressed ever, I don't think it is worth ke... | Chris Lattner | 2009-01-08 | 1 | -24452/+0 |
* | Don't spew bitcode to standard out if this test | Duncan Sands | 2009-01-05 | 1 | -1/+1 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 14 | -20/+20 |
* | Fix the .ll grammar rules to allow any type before an 'i32', not just an | Chris Lattner | 2008-10-15 | 1 | -0/+6 |
* | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar | 2008-10-14 | 1 | -0/+3 |
* | Attributes noinline alwaysinline are incompatible | Devang Patel | 2008-10-01 | 1 | -2/+1 |
* | Don't leave an output file in the test directory. | Dan Gohman | 2008-10-01 | 1 | -1/+1 |
* | Support inreg, zext and sext as return value attributes. | Devang Patel | 2008-09-29 | 3 | -2/+15 |
* | Update tests. | Devang Patel | 2008-09-27 | 2 | -4/+4 |
* | Re-enables the new vector select in the bitcode reader, by modifying the | Dan Gohman | 2008-09-16 | 1 | -1/+0 |
* | Temporarily disable vector select in the bitcode reader. The | Dan Gohman | 2008-09-09 | 1 | -0/+1 |