summaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Remove old 'grep' lines.Bill Wendling1-2/+0
2012-04-08FileCheckize these testcases.Bill Wendling14-47/+116
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2011-12-12Add an explicit test of the auto-upgrade functionality for the newChandler Carruth1-0/+44
2011-11-27remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner1-24/+0
2011-11-27remove some old autoupgrade logicChris Lattner1-31/+0
2011-09-19Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman1-1/+1
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands1-0/+13
2011-08-25Update to the new EH scheme.Bill Wendling1-3/+7
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman1-0/+26
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner6-11/+9
2011-07-09more tests not making the jump into the brave new world.Chris Lattner1-3/+0
2011-07-09remove some crufy old tests that aren't adding much valueChris Lattner10-194/+0
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner3-13/+1
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2-304/+4
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner3-25/+0
2011-06-17remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner1-22/+0
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner4-37/+0
2011-06-16Add testcase for r133050 which added support for printing and parsing escapedNick Lewycky1-0/+24
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes1-0/+8
2011-05-18Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands2-0/+12
2011-05-03Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling1-0/+18
2011-04-13Reapply r129401 with patch for clang.Bill Wendling1-0/+12
2011-04-12Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling1-12/+0
2011-04-12Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling1-0/+12
2011-04-04Remove some support for ReturnInsts with multiple operands, and forJay Foad1-6/+0
2011-03-17Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings1-3/+2
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2-1/+46
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner1-0/+19
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-2/+2
2011-01-15Allow unnamed_addr on declarations.Rafael Espindola2-16/+0
2011-01-13Reject uses of unnamed_addr in declarations.Rafael Espindola2-0/+16
2011-01-08First step in fixing PR8927:Rafael Espindola1-0/+18
2010-12-05Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...Frits van Bommel2-0/+15
2010-10-04The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling1-0/+3
2010-10-03Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling1-0/+220
2010-09-30Massive rewrite of MMX: Dale Johannesen1-1/+1
2010-09-13Basic smoke test for new x86mmx type.Dale Johannesen1-0/+8
2010-09-02add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner1-0/+20
2010-09-02remove some noise from tests.Chris Lattner1-2/+2
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner1-3/+0
2010-07-28Make GlobalValue alignment consistent with load, store, and allocaDan Gohman1-0/+2
2010-07-28Define a maximum supported alignment value for load, store, andDan Gohman4-0/+26
2010-04-07add newlines at the end of files.Chris Lattner1-1/+1
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner1-0/+3
2010-02-06Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez1-0/+25
2010-02-04Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez1-0/+2
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez1-12/+17
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez1-9/+11
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez1-11/+9