| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement function prefix data as an IR feature. | Peter Collingbourne | 2013-09-16 | 1 | -0/+18 |
* | Add function attribute 'optnone'. | Andrea Di Biagio | 2013-08-23 | 1 | -0/+12 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | Debug Info Finder|Verifier: handle DbgLoc attached to instructions. | Manman Ren | 2013-08-06 | 1 | -2/+4 |
* | Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin. | Bob Wilson | 2013-08-04 | 1 | -1/+0 |
* | Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to | Eric Christopher | 2013-08-02 | 1 | -4/+2 |
* | Debug Info Finder|Verifier: handle DbgLoc attached to instructions. | Manman Ren | 2013-08-01 | 1 | -2/+4 |
* | Temporarily xfail a test that breaks on OS X when building with LTO. | Bob Wilson | 2013-08-01 | 1 | -0/+1 |
* | Add a new function attribute 'cold' to functions. | Diego Novillo | 2013-05-24 | 1 | -0/+9 |
* | Clarify that llvm.used can contain aliases. | Rafael Espindola | 2013-04-22 | 1 | -0/+2 |
* | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 2013-02-20 | 3 | -2/+22 |
* | There was a switch fall-through in the parser for textual LLVM that caused | David Tweed | 2013-01-07 | 1 | -1/+1 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 1 | -2/+2 |
* | Remove the dependent libraries feature. | Bill Wendling | 2012-11-27 | 1 | -1/+0 |
* | Change ForceSizeOpt attribute into MinSize attribute | Quentin Colombet | 2012-10-30 | 2 | -7/+7 |
* | Add a testcase for the previous commit. | Nadav Rotem | 2012-10-22 | 1 | -0/+7 |
* | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 2012-08-17 | 1 | -1/+0 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 2 | -2/+2 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 3 | -3/+3 |
* | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner | 2012-05-27 | 1 | -0/+10 |
* | This file is no longer needed (DejaGNU-isms removed from code) | Eli Bendersky | 2012-03-25 | 1 | -3/+0 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -0/+1 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -16/+16 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 2 | -0/+22 |
* | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner | 2011-11-27 | 1 | -2/+0 |
* | Update tests to the newest EH syntax. | Bill Wendling | 2011-08-25 | 2 | -26/+35 |
* | Add feature test for the new exception handling stuff. | Bill Wendling | 2011-08-25 | 1 | -0/+27 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -54/+0 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+54 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 2 | -4/+4 |
* | more tests not making the jump into the brave new world. | Chris Lattner | 2011-07-09 | 1 | -52/+0 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 4 | -11/+8 |
* | Stop accepting and ignoring attributes in function types. Attributes are app... | Chris Lattner | 2011-06-17 | 1 | -3/+3 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 2 | -20/+0 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 4 | -55/+4 |
* | Add a new function attribute, nonlazybind, which inhibits lazy-loading | John McCall | 2011-06-15 | 1 | -0/+2 |
* | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 2011-04-10 | 1 | -29/+0 |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 1 | -0/+29 |
* | test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. | NAKAMURA Takumi | 2010-11-29 | 1 | -1/+3 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -14/+0 |
* | Extend function-local metadata to be usable as attachments. | Dan Gohman | 2010-08-24 | 1 | -2/+4 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+1 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
* | Add support for empty named metadata too. This isn't particularly | Dan Gohman | 2010-07-13 | 1 | -0/+1 |
* | Add support for empty metadata nodes: !{}. | Dan Gohman | 2010-07-13 | 1 | -1/+2 |
* | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -0/+6 |
* | fix PR7105 by enumerating MDNodes on all @llvm.foo | Chris Lattner | 2010-05-10 | 1 | -0/+13 |
* | add support for zero initialized unions, patch by Tim Northover! | Chris Lattner | 2010-03-29 | 1 | -0/+2 |
* | Revert r98666 too; it's checkin-without-testing day! | Daniel Dunbar | 2010-03-16 | 1 | -1/+1 |