Age | Commit message (Expand) | Author |
2012-07-02 | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth |
2012-07-02 | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
2012-07-02 | Make tests which first provide a negative assertion via 'not', then | Chandler Carruth |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
2012-05-24 | Add half support to LLVM (for OpenCL) | Tobias Grosser |
2012-04-08 | Remove old 'grep' lines. | Bill Wendling |
2012-04-08 | FileCheckize these testcases. | Bill Wendling |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-12-12 | Add an explicit test of the auto-upgrade functionality for the new | Chandler Carruth |
2011-11-27 | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner |
2011-11-27 | remove some old autoupgrade logic | Chris Lattner |
2011-09-19 | Fix a typo in the bitcode reader in the handling of atomic stores. Reported ... | Eli Friedman |
2011-09-06 | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands |
2011-08-25 | Update to the new EH scheme. | Bill Wendling |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-07-09 | more tests not making the jump into the brave new world. | Chris Lattner |
2011-07-09 | remove some crufy old tests that aren't adding much value | Chris Lattner |
2011-06-19 | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
2011-06-17 | remove parser support for the obsolete "multiple return values" syntax, which | Chris Lattner |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-06-16 | Add testcase for r133050 which added support for printing and parsing escaped | Nick Lewycky |
2011-06-14 | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes |
2011-05-18 | Tighten up checking of the validity of casts. (1) The IR parser would | Duncan Sands |
2011-05-03 | Replace the "movnt" intrinsics with a native store + nontemporal metadata bit. | Bill Wendling |
2011-04-13 | Reapply r129401 with patch for clang. | Bill Wendling |
2011-04-12 | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling |
2011-04-12 | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling |
2011-04-04 | Remove some support for ReturnInsts with multiple operands, and for | Jay Foad |
2011-03-17 | Reapply: Add type output to llvm-dis annotations. Patch by Yuri! | Stuart Hastings |
2011-02-07 | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner |
2011-02-06 | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner |
2011-01-25 | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola |
2011-01-15 | Allow unnamed_addr on declarations. | Rafael Espindola |
2011-01-13 | Reject uses of unnamed_addr in declarations. | Rafael Espindola |
2011-01-08 | First step in fixing PR8927: | Rafael Espindola |
2010-12-05 | Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds... | Frits van Bommel |
2010-10-04 | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling |
2010-10-03 | Auto-upgrade tests for the new MMX intrinsic calls. | Bill Wendling |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-13 | Basic smoke test for new x86mmx type. | Dale Johannesen |
2010-09-02 | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner |
2010-09-02 | remove some noise from tests. | Chris Lattner |
2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
2010-07-28 | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman |
2010-07-28 | Define a maximum supported alignment value for load, store, and | Dan Gohman |
2010-04-07 | add newlines at the end of files. | Chris Lattner |