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