| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | temporarily xfail | Chris Lattner | 2010-03-16 | 1 | -1/+1 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -0/+12 |
* | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 1 | -0/+4 |
* | fix bogus test | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 1 | -0/+3 |
* | Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} | Devang Patel | 2010-01-05 | 1 | -1/+1 |
* | add bitcode reader support for blockaddress. We can now fully | Chris Lattner | 2009-10-28 | 1 | -1/+7 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -3/+3 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+11 |
* | change of mind :) | Chris Lattner | 2009-10-27 | 1 | -0/+0 |
* | rename test. | Chris Lattner | 2009-10-27 | 1 | -0/+0 |
* | eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. | Chris Lattner | 2009-10-19 | 2 | -24/+1 |
* | Add new "memory use marker" intrinsics. These indicate lifetimes and invariant | Nick Lewycky | 2009-10-13 | 1 | -0/+36 |
* | Parse custom metadata attached with an instruction. | Devang Patel | 2009-09-29 | 2 | -9/+9 |
* | Write and read metadata attachments. | Devang Patel | 2009-09-18 | 1 | -0/+22 |
* | A testcase! | Devang Patel | 2009-09-17 | 1 | -0/+23 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | this test is using invalid "intrinsics". | Chris Lattner | 2009-09-11 | 1 | -20/+0 |
* | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 2 | -3/+3 |
* | Temporary test files should use %t. | Daniel Dunbar | 2009-09-05 | 2 | -6/+6 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 2 | -2/+2 |
* | Do not use abbrev while writing NamedMDNode name. | Devang Patel | 2009-07-30 | 1 | -0/+7 |
* | Read and write NamedMDNode. | Devang Patel | 2009-07-29 | 1 | -0/+6 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 4 | -17/+7 |
* | Remove empty test. | Devang Patel | 2009-07-22 | 1 | -0/+0 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 2 | -7/+5 |