summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Update test case to pass with post-RA MI scheduler.Chad Rosier2014-09-131-1/+1
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-2/+2
* IR: Allow comdats to be applied to globals with internal linkageDavid Majnemer2014-07-131-0/+3
* IR: Aliases don't belong to an explicit comdatDavid Majnemer2014-07-101-0/+3
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+15
* Move test for r210734 to Feature/aliases.ll.Bob Wilson2014-06-121-0/+6
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-0/+1
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-031-0/+2
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-032-9/+17
* Rename alias variables to make it easier to add new tests to the file.Rafael Espindola2014-05-291-10/+10
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-0/+3
* Fix most of PR10367.Rafael Espindola2014-05-162-3/+20
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-011-0/+2
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-311-0/+54
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-181-0/+9
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-6/+0
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-121-2/+4
* Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera2014-03-061-3/+2
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+74
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-231-0/+3
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-3/+3
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+3
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+18
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-0/+12
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-2/+4
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-041-1/+0
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-4/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-2/+4
* Temporarily xfail a test that breaks on OS X when building with LTO.Bob Wilson2013-08-011-0/+1
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+9
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-0/+2
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-203-2/+22
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-071-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-2/+2
* Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-302-7/+7
* Add a testcase for the previous commit.Nadav Rotem2012-10-221-0/+7
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-1/+0
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-022-2/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-023-3/+3
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-271-0/+10
* This file is no longer needed (DejaGNU-isms removed from code)Eli Bendersky2012-03-251-3/+0
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-0/+1
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-121-16/+16
* Add support for vectors of pointers.Nadav Rotem2011-12-052-0/+22
OpenPOWER on IntegriCloud