aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert r143214; it's breaking a bunch of stuff.Eli Friedman2011-10-291-9/+0
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-2911-51/+29
* test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...NAKAMURA Takumi2011-10-281-0/+4
* Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".Jim Grosbach2011-10-281-0/+7
* Fix illegal disassembly testcase.Owen Anderson2011-10-281-2/+2
* The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false.Duncan Sands2011-10-281-0/+9
* A shift of a power of two is a power of two or zero.Duncan Sands2011-10-281-0/+10
* Fold icmp ugt (udiv X, Y), X to false. Spotted by my super-optimizerDuncan Sands2011-10-281-0/+24
* Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson2011-10-281-1/+1
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-2811-29/+51
* Thumb2 ADD/SUB instructions encoding selection outside IT block.Jim Grosbach2011-10-282-2/+6
* test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses...NAKAMURA Takumi2011-10-281-3/+3
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-281-1/+1
* test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....NAKAMURA Takumi2011-10-281-1/+1
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-2810-32/+29
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-288-42/+28
* LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick2011-10-281-0/+59
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-2812-183/+32
* ARM Allow 'q' registers in VLD/VST vector lists.Jim Grosbach2011-10-281-0/+9
* Remove the Alpha backend.Dan Gohman2011-10-2742-860/+0
* Add testcase for r143162.Owen Anderson2011-10-271-0/+4
* Also set addrmode6 alignment when align==size.Jakob Stoklund Olesen2011-10-273-5/+15
* Avoid partial CPSR dependency from loop backedges. rdar://10357570Evan Cheng2011-10-271-2/+36
* tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar2011-10-276-72/+5
* tests: Remove llvm2cpp, I'm pretty sure no one uses this.Daniel Dunbar2011-10-271-100/+0
* Reapply commit 143028 with a fix: the problem was casting a ConstantExpr MulDuncan Sands2011-10-272-0/+43
* 2>&1 doesn't work here, it just creates an empty file called "&1"Benjamin Kramer2011-10-271-1/+1
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-271-1/+1
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-273-0/+21
* Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.Jim Grosbach2011-10-271-0/+4
* Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.Jim Grosbach2011-10-271-2/+2
* Revert Duncan's r143028 expression folding which appears to be the culpritBob Wilson2011-10-271-31/+0
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-274-15/+69
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-271-0/+24
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-271-9/+34
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-271-0/+47
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-261-8/+11
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-261-2/+2
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-261-5/+10
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-261-1/+1
* Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames2011-10-261-0/+18
* The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-261-0/+12
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-261-1/+1
* My super-optimizer noticed that we weren't folding this expression toDuncan Sands2011-10-261-0/+31
* Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy2011-10-261-26/+0
* Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng2011-10-261-1/+0
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-261-0/+31
* Object: change test to create archive.Michael J. Spencer2011-10-253-2/+15
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-254-0/+10
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-252-4/+5