summaryrefslogtreecommitdiff
path: root/test/Feature
Commit message (Expand)AuthorAge
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-04
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Temporarily xfail a test that breaks on OS X when building with LTO.Bob Wilson2013-08-01
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-07
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Add a testcase for the previous commit.Nadav Rotem2012-10-22
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-27
* This file is no longer needed (DejaGNU-isms removed from code)Eli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-27
* Update tests to the newest EH syntax.Bill Wendling2011-08-25
* Add feature test for the new exception handling stuff.Bill Wendling2011-08-25
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* more tests not making the jump into the brave new world.Chris Lattner2011-07-09
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-17
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi2010-11-29
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-24
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Add support for empty named metadata too. This isn't particularlyDan Gohman2010-07-13
* Add support for empty metadata nodes: !{}.Dan Gohman2010-07-13
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01