summaryrefslogtreecommitdiff
path: root/test/Feature
AgeCommit message (Expand)AuthorFilesLines
2014-05-01[IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer1-0/+2
2014-03-31Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson1-0/+54
2014-03-27Prevent alias from pointing to weak aliases.Rafael Espindola1-1/+1
2014-03-26Revert "Prevent alias from pointing to weak aliases."Rafael Espindola1-1/+1
2014-03-26Prevent alias from pointing to weak aliases.Rafael Espindola1-1/+1
2014-03-18Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky1-0/+9
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola1-6/+0
2014-03-12Reject alias to undefined symbols in the verifier.Rafael Espindola1-2/+4
2014-03-06Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera1-3/+2
2014-02-06Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson1-0/+74
2013-11-23Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+3
2013-11-18The 'optnone' attribute means don't inline anything into this functionPaul Robinson1-3/+3
2013-11-15Add addrspacecast instruction.Matt Arsenault1-0/+3
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne1-0/+18
2013-08-23Add function attribute 'optnone'.Andrea Di Biagio1-0/+12
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-08-06Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren1-2/+4
2013-08-04Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson1-1/+0
2013-08-02Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher1-4/+2
2013-08-01Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren1-2/+4
2013-08-01Temporarily xfail a test that breaks on OS X when building with LTO.Bob Wilson1-0/+1
2013-05-24Add a new function attribute 'cold' to functions.Diego Novillo1-0/+9
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola1-0/+2
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