2008-10-01 |
Devang Patel | Attributes noinline alwaysinline are incompatible |
tree | commitdiff |
2008-10-01 |
Dan Gohman | Don't leave an output file in the test directory. |
tree | commitdiff |
2008-09-29 |
Devang Patel | Support inreg, zext and sext as return value attributes. |
tree | commitdiff |
2008-09-27 |
Devang Patel | Update tests. |
tree | commitdiff |
2008-09-16 |
Dan Gohman | Re-enables the new vector select in the bitcode reader... |
tree | commitdiff |
2008-09-09 |
Dan Gohman | Temporarily disable vector select in the bitcode reader... |
tree | commitdiff |
2008-09-09 |
Dan Gohman | Extend the vcmp/fcmp LLVM IR instructions to take vecto... |
tree | commitdiff |
2008-09-02 |
Devang Patel | Read and write function notes. |
tree | commitdiff |
2008-09-02 |
Devang Patel | Function notes tests. |
tree | commitdiff |
2008-08-29 |
Chris Lattner | Add support for parsing .ll files that have numbers... |
tree | commitdiff |
2008-08-05 |
Dan Gohman | Fix the AsmWriter to not print extra spaces after param... |
tree | commitdiff |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
tree | commitdiff |
2008-07-14 |
Chris Lattner | Fix a bunch of bugs handling vector compare constant... |
tree | commitdiff |
2008-07-11 |
Chris Lattner | Implement PR2538 |
tree | commitdiff |
2008-06-10 |
Matthijs Kooijman | Fix some escaping and quoting in RUN lines, mainly... |
tree | commitdiff |
2008-06-10 |
Matthijs Kooijman | For all RUN lines starting with "not", redirect stderr... |
tree | commitdiff |
2008-06-09 |
Dan Gohman | Re-apply 52002, allowing the verifier to accept non... |
tree | commitdiff |
2008-06-05 |
Dan Gohman | Revert 52002. |
tree | commitdiff |
2008-06-05 |
Matthijs Kooijman | Change the Verifier to support returning first class... |
tree | commitdiff |
2008-06-03 |
Dan Gohman | nounwindify. |
tree | commitdiff |
2008-06-03 |
Dan Gohman | Constant folding for insertvalue and extractvalue. |
tree | commitdiff |
2008-05-31 |
Dan Gohman | IR, bitcode reader, bitcode writer, and asmparser chang... |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Don't silently truncate array extents to 32 bits. |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Eliminate questionable syntax for stdin redirection... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | sabre brings to my attention that the 'tr' suffix is... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Rename the last test with .llx extension to .ll, resolv... |
tree | commitdiff |
2008-04-23 |
Chris Lattner | returning an empty multiple return list is not valid. |
tree | commitdiff |
2008-04-19 |
Chris Lattner | rename *.llx -> *.ll |
tree | commitdiff |
2008-04-19 |
Chris Lattner | Implement PR2206. |
tree | commitdiff |
2008-04-19 |
Dan Gohman | Teach llvm-as to accept function types with multiple... |
tree | commitdiff |
2008-02-26 |
Devang Patel | Update bitcode reader and writer to handle multiple... |
tree | commitdiff |
2008-02-23 |
Evan Cheng | Backing out r47521 for now. This has broken a number... |
tree | commitdiff |
2008-02-23 |
Devang Patel | Properly read and write bitcodes for multiple return... |
tree | commitdiff |
2008-02-21 |
Devang Patel | Let invoke return aggregate value. |
tree | commitdiff |
2008-02-21 |
Devang Patel | Let function call return aggregate. |
tree | commitdiff |
2008-02-20 |
Devang Patel | XFAIL for now. |
tree | commitdiff |
2008-02-20 |
Devang Patel | Now functions can return aggregate values. |
tree | commitdiff |
2008-02-19 |
Chris Lattner | Fix PR2060 by rejecting invalid types for integer const... |
tree | commitdiff |
2008-02-17 |
Chris Lattner | this test isn't useful since we added @ notation for... |
tree | commitdiff |
2008-02-17 |
Chris Lattner | this line was commented out. |
tree | commitdiff |
2008-02-16 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
tree | commitdiff |
2008-02-16 |
Tanya Lattner | Removing llvm upgrade, so remove tests specific to... |
tree | commitdiff |
2008-02-15 |
Chris Lattner | upgrade this test, which wasn't testing the right thing... |
tree | commitdiff |
2008-02-15 |
Chris Lattner | rename llx -> ll |
tree | commitdiff |
2008-02-14 |
Tanya Lattner | Remove llvm-upgrade |
tree | commitdiff |
2008-01-11 |
Duncan Sands | Two occurrences on one line count as one... |
tree | commitdiff |
2008-01-11 |
Duncan Sands | If there are attributes on the varargs part of a |
tree | commitdiff |
2007-12-14 |
Dan Gohman | Don't redirect stderr when it isn't needed. |
tree | commitdiff |
2007-12-14 |
Anders Carlsson | All MMX shift instructions took a <2 x i32> vector... |
tree | commitdiff |
2007-12-12 |
Christopher Lamb | Implement part of review feedback for address spaces. |
tree | commitdiff |
2007-12-11 |
Dan Gohman | Use not instead of ignore when an exit status is expect... |
tree | commitdiff |
2007-12-11 |
Dan Gohman | Don't redirect stderr when it isn't needed. |
tree | commitdiff |
2007-12-11 |
Christopher Lamb | Implement address space attribute for LLVM pointer... |
tree | commitdiff |
2007-12-10 |
Chris Lattner | Fix PR1850 by removing an unsafe transformation from... |
tree | commitdiff |
2007-12-10 |
Gordon Henriksen | Adding a collector name attribute to Function in the... |
tree | commitdiff |
2007-11-28 |
Tanya Lattner | Fix bug in regression tests that ignored stderr output... |
tree | commitdiff |
2007-11-27 |
Duncan Sands | Fix PR1146: parameter attributes are longer part of |
tree | commitdiff |
2007-11-27 |
Dan Gohman | Don't redirect llvm-as's stderr to llvm-dis. |
tree | commitdiff |
2007-09-10 |
Chris Lattner | Fix PR1645 by resolving forward alias references. |
tree | commitdiff |
2007-09-05 |
Dale Johannesen | Change all floating constants that are not exactly |
tree | commitdiff |
2007-08-15 |
Dan Gohman | Convert tests using "| wc -l | grep ..." to use the... |
tree | commitdiff |
2007-08-06 |
Chris Lattner | Fix PR1577, a crash on invalid bug. |
tree | commitdiff |
2007-08-04 |
Chandler Carruth | This is the patch to provide clean intrinsic function... |
tree | commitdiff |
2007-07-31 |
Reid Spencer | For PR1553: |
tree | commitdiff |
2007-07-19 |
Reid Spencer | For PR1553: |
tree | commitdiff |
2007-06-29 |
John Criswell | Convert .cvsignore files |
tree | commitdiff |
2007-05-22 |
Chris Lattner | new testcase for a recent regression |
tree | commitdiff |
2007-05-05 |
Chris Lattner | Remove bogus testcase, PR409 is wontfix |
tree | commitdiff |
2007-04-26 |
Chris Lattner | new testcase |
tree | commitdiff |
2007-04-22 |
Reid Spencer | For PR1146: |
tree | commitdiff |
2007-04-21 |
Christopher Lamb | add support for alignment attributes on load/store... |
tree | commitdiff |
2007-04-20 |
Christopher Lamb | Test check in |
tree | commitdiff |
2007-04-16 |
Reid Spencer | For PR1319: |
tree | commitdiff |
2007-04-16 |
Reid Spencer | For PR1319: |
tree | commitdiff |
2007-04-16 |
Reid Spencer | Fix the syntax for these tests. Noticed by Duncan Sands. |
tree | commitdiff |
2007-04-16 |
Reid Spencer | Syntax upgrade and fix for PR1336. |
tree | commitdiff |
2007-04-16 |
Reid Spencer | Test case for PR1328. |
tree | commitdiff |
2007-04-16 |
Reid Spencer | For PR1336: |
tree | commitdiff |
2007-04-15 |
Reid Spencer | For PR1336: |
tree | commitdiff |
2007-04-15 |
Reid Spencer | For PR1319: |
tree | commitdiff |
2007-04-11 |
Reid Spencer | Make the llvm-runtest function much more amenable by... |
tree | commitdiff |
2007-03-30 |
Reid Spencer | For PR1289: |
tree | commitdiff |
2007-03-29 |
Reid Spencer | checkpoint -> implementation. This really needs to... |
tree | commitdiff |
2007-03-28 |
Reid Spencer | Delete the remanant of an obsolete comment. |
tree | commitdiff |
2007-03-28 |
Reid Spencer | Remove use of implementation keyword. |
tree | commitdiff |
2007-03-28 |
Reid Spencer | The implementation keyword was replaced with checkpoint. |
tree | commitdiff |
2007-03-20 |
Reid Spencer | Break up huge line so that this file is almost readable. |
tree | commitdiff |
2007-03-19 |
Reid Spencer | Test case noticed by Sheng that fails because negative... |
tree | commitdiff |
2007-03-19 |
Reid Spencer | For PR1258: |
tree | commitdiff |
2007-03-14 |
Reid Spencer | Test case for PR1256. |
tree | commitdiff |
2007-02-08 |
Reid Spencer | New test cases for PR1187 |
tree | commitdiff |
2007-02-08 |
Reid Spencer | Make this legal input. |
tree | commitdiff |
2007-02-08 |
Reid Spencer | Add some more interesting cases to this test. |
tree | commitdiff |
2007-02-08 |
Reid Spencer | For PR1187: |
tree | commitdiff |
2007-02-07 |
Reid Spencer | For PR1187: |
tree | commitdiff |
2007-02-07 |
Reid Spencer | For PR1187: |
tree | commitdiff |
2007-02-05 |
Reid Spencer | Assembler no longer prints ! at the end of its error... |
tree | commitdiff |
2007-02-02 |
Reid Spencer | Changes to support making the shift instructions be... |
tree | commitdiff |
2007-01-29 |
Reid Spencer | Update this test case to look for sret parameter attrib... |
tree | commitdiff |
next |