aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Correct invalid debug info metadataDavid Blaikie2013-03-121-1/+8
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-202-4/+9
* FileCheck-ize the tests.Bill Wendling2013-02-111-1/+5
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-051-0/+5
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-311-0/+23
* Fast-math test case for bitcode and textual reading/writingMichael Ilseman2012-11-271-0/+142
* Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski2012-11-161-0/+8
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-135-2/+57
* Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky2012-10-111-0/+4
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-091-1/+1
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-13/+0
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0212-12/+12
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0215-20/+20
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-027-7/+14
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-0/+11
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-243-0/+38
* Remove old 'grep' lines.Bill Wendling2012-04-081-2/+0
* FileCheckize these testcases.Bill Wendling2012-04-0814-47/+116
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Add an explicit test of the auto-upgrade functionality for the newChandler Carruth2011-12-121-0/+44
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-271-24/+0
* remove some old autoupgrade logicChris Lattner2011-11-271-31/+0
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-191-1/+1
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-0/+13
* Update to the new EH scheme.Bill Wendling2011-08-251-3/+7
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-0/+26
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-096-11/+9
* more tests not making the jump into the brave new world.Chris Lattner2011-07-091-3/+0
* remove some crufy old tests that aren't adding much valueChris Lattner2011-07-0910-194/+0
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-193-13/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-182-304/+4
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-173-25/+0
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-171-22/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-174-37/+0
* Add testcase for r133050 which added support for printing and parsing escapedNick Lewycky2011-06-161-0/+24
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-141-0/+8
* Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands2011-05-182-0/+12
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-031-0/+18
* Reapply r129401 with patch for clang.Bill Wendling2011-04-131-0/+12
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-121-12/+0
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-121-0/+12
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-041-6/+0
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-171-3/+2
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-072-1/+46
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-0/+19
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-152-16/+0
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-132-0/+16
* First step in fixing PR8927:Rafael Espindola2011-01-081-0/+18