Age | Commit message (Expand) | Author | Files | Lines |
2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 3 | -2/+22 |
2013-01-07 | There was a switch fall-through in the parser for textual LLVM that caused | David Tweed | 1 | -1/+1 |
2012-12-30 | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 1 | -2/+2 |
2012-11-27 | Remove the dependent libraries feature. | Bill Wendling | 1 | -1/+0 |
2012-10-30 | Change ForceSizeOpt attribute into MinSize attribute | Quentin Colombet | 2 | -7/+7 |
2012-10-22 | Add a testcase for the previous commit. | Nadav Rotem | 1 | -0/+7 |
2012-08-17 | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 1 | -1/+0 |
2012-07-02 | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2 | -2/+2 |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 3 | -3/+3 |
2012-05-27 | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner | 1 | -0/+10 |
2012-03-25 | This file is no longer needed (DejaGNU-isms removed from code) | Eli Bendersky | 1 | -3/+0 |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2 | -3/+1 |
2011-12-17 | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 1 | -0/+1 |
2011-12-12 | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 1 | -16/+16 |
2011-12-05 | Add support for vectors of pointers. | Nadav Rotem | 2 | -0/+22 |
2011-11-27 | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner | 1 | -2/+0 |
2011-08-25 | Update tests to the newest EH syntax. | Bill Wendling | 2 | -26/+35 |
2011-08-25 | Add feature test for the new exception handling stuff. | Bill Wendling | 1 | -0/+27 |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 1 | -54/+0 |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 1 | -0/+54 |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2 | -4/+4 |
2011-07-09 | more tests not making the jump into the brave new world. | Chris Lattner | 1 | -52/+0 |
2011-06-19 | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 4 | -11/+8 |
2011-06-17 | Stop accepting and ignoring attributes in function types. Attributes are app... | Chris Lattner | 1 | -3/+3 |
2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2 | -20/+0 |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 4 | -55/+4 |
2011-06-15 | Add a new function attribute, nonlazybind, which inhibits lazy-loading | John McCall | 1 | -0/+2 |
2011-04-10 | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 1 | -29/+0 |
2011-04-10 | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 1 | -0/+29 |
2010-11-29 | test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. | NAKAMURA Takumi | 1 | -1/+3 |
2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 1 | -14/+0 |
2010-08-24 | Extend function-local metadata to be usable as attachments. | Dan Gohman | 1 | -2/+4 |
2010-08-20 | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 1 | -0/+1 |
2010-07-21 | Disallow null as a named metadata operand. | Dan Gohman | 1 | -1/+1 |
2010-07-13 | Add support for empty named metadata too. This isn't particularly | Dan Gohman | 1 | -0/+1 |
2010-07-13 | Add support for empty metadata nodes: !{}. | Dan Gohman | 1 | -1/+2 |
2010-07-01 | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 1 | -0/+6 |
2010-05-10 | fix PR7105 by enumerating MDNodes on all @llvm.foo | Chris Lattner | 1 | -0/+13 |
2010-03-29 | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner | 1 | -0/+2 |
2010-03-16 | Revert r98666 too; it's checkin-without-testing day! | Daniel Dunbar | 1 | -1/+1 |
2010-03-16 | temporarily xfail | Chris Lattner | 1 | -1/+1 |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 1 | -0/+12 |
2010-02-12 | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 1 | -0/+4 |
2010-01-09 | fix bogus test | Chris Lattner | 1 | -1/+1 |
2010-01-07 | Use separate namespace for named metadata. | Devang Patel | 1 | -0/+3 |
2010-01-05 | Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} | Devang Patel | 1 | -1/+1 |
2009-10-28 | add bitcode reader support for blockaddress. We can now fully | Chris Lattner | 1 | -1/+7 |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 1 | -3/+3 |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner | 1 | -0/+11 |
2009-10-27 | change of mind :) | Chris Lattner | 1 | -0/+0 |