summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-252-1/+62
* Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth2011-10-251-0/+365
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-252-62/+1
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-254-2/+97
* ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach2011-10-251-0/+20
* Remove the Blackfin backend.Dan Gohman2011-10-2553-1363/+0
* Remove the SystemZ backend.Dan Gohman2011-10-2468-2502/+0
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-241-0/+20
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-241-0/+7
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-241-0/+36
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-241-11/+47
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-241-0/+29
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-241-0/+4
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-242-2/+2
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-2417-233/+183
* Update test for r142801.Jim Grosbach2011-10-241-1/+1
* XFAIL test on leak checkers.Benjamin Kramer2011-10-241-0/+1
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-241-0/+79
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-241-1/+33
* A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky2011-10-241-2/+1