| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman | 2008-09-09 | 2 | -0/+26 |
* | Read and write function notes. | Devang Patel | 2008-09-02 | 1 | -1/+4 |
* | Function notes tests. | Devang Patel | 2008-09-02 | 2 | -0/+18 |
* | Add support for parsing .ll files that have numbers in front of | Chris Lattner | 2008-08-29 | 1 | -0/+16 |
* | Fix the AsmWriter to not print extra spaces after parameter attributes. | Dan Gohman | 2008-08-05 | 1 | -1/+1 |
* | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman | 2008-07-29 | 1 | -0/+21 |
* | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner | 2008-07-14 | 1 | -0/+16 |
* | Implement PR2538 | Chris Lattner | 2008-07-11 | 1 | -0/+9 |
* | Fix some escaping and quoting in RUN lines, mainly involving { and <. In two | Matthijs Kooijman | 2008-06-10 | 1 | -1/+1 |
* | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman | 2008-06-10 | 2 | -2/+2 |
* | Re-apply 52002, allowing the verifier to accept non-MRV struct return | Dan Gohman | 2008-06-09 | 2 | -0/+41 |
* | Revert 52002. | Dan Gohman | 2008-06-05 | 1 | -22/+0 |
* | Change the Verifier to support returning first class aggregrates. | Matthijs Kooijman | 2008-06-05 | 1 | -0/+22 |
* | nounwindify. | Dan Gohman | 2008-06-03 | 1 | -4/+4 |
* | Constant folding for insertvalue and extractvalue. | Dan Gohman | 2008-06-03 | 1 | -1/+11 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -9/+9 |
* | Don't silently truncate array extents to 32 bits. | Dan Gohman | 2008-05-23 | 1 | -0/+5 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -0/+13 |
* | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 2008-05-20 | 39 | -39/+39 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | returning an empty multiple return list is not valid. | Chris Lattner | 2008-04-23 | 1 | -2/+2 |
* | rename *.llx -> *.ll | Chris Lattner | 2008-04-19 | 36 | -0/+0 |
* | Implement PR2206. | Chris Lattner | 2008-04-19 | 1 | -0/+4 |
* | Teach llvm-as to accept function types with multiple return types. | Dan Gohman | 2008-04-19 | 1 | -0/+13 |
* | Update bitcode reader and writer to handle multiple return values. | Devang Patel | 2008-02-26 | 1 | -1/+1 |
* | Backing out r47521 for now. This has broken a number of tests. | Evan Cheng | 2008-02-23 | 1 | -1/+1 |
* | Properly read and write bitcodes for multiple return values. | Devang Patel | 2008-02-23 | 1 | -1/+1 |
* | Let invoke return aggregate value. | Devang Patel | 2008-02-21 | 1 | -0/+10 |
* | Let function call return aggregate. | Devang Patel | 2008-02-21 | 2 | -1/+12 |
* | XFAIL for now. | Devang Patel | 2008-02-20 | 1 | -1/+2 |
* | Now functions can return aggregate values. | Devang Patel | 2008-02-20 | 1 | -2/+1 |
* | Fix PR2060 by rejecting invalid types for integer constants. | Chris Lattner | 2008-02-19 | 1 | -0/+6 |
* | this test isn't useful since we added @ notation for globals. | Chris Lattner | 2008-02-17 | 1 | -21/+0 |
* | this line was commented out. | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-16 | 2 | -31/+8 |
* | Removing llvm upgrade, so remove tests specific to llvm-upgrade and update th... | Tanya Lattner | 2008-02-16 | 27 | -13270/+13054 |
* | upgrade this test, which wasn't testing the right thing since llvm-upgrade ca... | Chris Lattner | 2008-02-15 | 1 | -7/+7 |