aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
2013-03-12Correct invalid debug info metadataDavid Blaikie
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-11FileCheck-ize the tests.Bill Wendling
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman
2012-11-27Fast-math test case for bitcode and textual reading/writingMichael Ilseman
2012-11-16Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-10-11Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky
2012-10-09Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling
2012-08-10The normal edge of an invoke is not allowed to branch to a block with aEli Friedman
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-07-02Make tests which first provide a negative assertion via 'not', thenChandler Carruth
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg
2012-05-24Add half support to LLVM (for OpenCL)Tobias Grosser
2012-04-08Remove old 'grep' lines.Bill Wendling
2012-04-08FileCheckize these testcases.Bill Wendling
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-12Add an explicit test of the auto-upgrade functionality for the newChandler Carruth
2011-11-27remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner
2011-11-27remove some old autoupgrade logicChris Lattner
2011-09-19Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-08-25Update to the new EH scheme.Bill Wendling
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-09more tests not making the jump into the brave new world.Chris Lattner
2011-07-09remove some crufy old tests that aren't adding much valueChris Lattner
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-06-17remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-16Add testcase for r133050 which added support for printing and parsing escapedNick Lewycky
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes
2011-05-18Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands
2011-05-03Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling
2011-04-13Reapply r129401 with patch for clang.Bill Wendling
2011-04-12Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling
2011-04-12Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling
2011-04-04Remove some support for ReturnInsts with multiple operands, and forJay Foad
2011-03-17Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-15Allow unnamed_addr on declarations.Rafael Espindola
2011-01-13Reject uses of unnamed_addr in declarations.Rafael Espindola
2011-01-08First step in fixing PR8927:Rafael Espindola