Age | Commit message (Expand) | Author |
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 |
2009-03-01 | Fix a pretty awesome bug that only happened in a strange case with anonymous | Chris Lattner |
2009-03-01 | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner |
2009-02-18 | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner |
2009-02-04 | Remove now-incorrect test. | Nate Begeman |
2009-02-02 | Fix PR3372 | Chris Lattner |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-08 | this testcase is huge and hasn't regressed ever, I don't think it is worth ke... | Chris Lattner |
2009-01-05 | Don't spew bitcode to standard out if this test | Duncan Sands |
2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner |
2008-10-15 | Fix the .ll grammar rules to allow any type before an 'i32', not just an | Chris Lattner |
2008-10-14 | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar |
2008-10-01 | Attributes noinline alwaysinline are incompatible | Devang Patel |
2008-10-01 | Don't leave an output file in the test directory. | Dan Gohman |
2008-09-29 | Support inreg, zext and sext as return value attributes. | Devang Patel |
2008-09-27 | Update tests. | Devang Patel |
2008-09-16 | Re-enables the new vector select in the bitcode reader, by modifying the | Dan Gohman |
2008-09-09 | Temporarily disable vector select in the bitcode reader. The | Dan Gohman |
2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
2008-09-02 | Read and write function notes. | Devang Patel |
2008-09-02 | Function notes tests. | Devang Patel |
2008-08-29 | Add support for parsing .ll files that have numbers in front of | Chris Lattner |
2008-08-05 | Fix the AsmWriter to not print extra spaces after parameter attributes. | Dan Gohman |
2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
2008-07-14 | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner |
2008-07-11 | Implement PR2538 | Chris Lattner |
2008-06-10 | Fix some escaping and quoting in RUN lines, mainly involving { and <. In two | Matthijs Kooijman |
2008-06-10 | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman |
2008-06-09 | Re-apply 52002, allowing the verifier to accept non-MRV struct return | Dan Gohman |
2008-06-05 | Revert 52002. | Dan Gohman |
2008-06-05 | Change the Verifier to support returning first class aggregrates. | Matthijs Kooijman |