summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Reapply commit 143028 with a fix: the problem was casting a ConstantExpr MulDuncan Sands2011-10-27
* 2>&1 doesn't work here, it just creates an empty file called "&1"Benjamin Kramer2011-10-27
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-27
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-27
* Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.Jim Grosbach2011-10-27
* Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.Jim Grosbach2011-10-27
* Revert Duncan's r143028 expression folding which appears to be the culpritBob Wilson2011-10-27
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-27
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-27
* A branch predicated on a constant can just FastEmit an unconditional branch.Chad Rosier2011-10-27
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-26
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-26
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-26
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-26
* Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames2011-10-26
* The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-26
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-26
* My super-optimizer noticed that we weren't folding this expression toDuncan Sands2011-10-26
* Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy2011-10-26
* Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng2011-10-26
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-26
* Object: change test to create archive.Michael J. Spencer2011-10-25
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-25
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-25
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-25
* Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth2011-10-25
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-25
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-25
* ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach2011-10-25
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-24
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-24
* Check the visibility of the global variable before placing it into the stubsBill Wendling2011-10-24
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-24
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-24
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-24
* Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman2011-10-24
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-24
* Update test for r142801.Jim Grosbach2011-10-24
* XFAIL test on leak checkers.Benjamin Kramer2011-10-24
* Remove return heuristics from the static branch probabilities, andChandler Carruth2011-10-24
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-24
* A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky2011-10-24
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-24
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-23
* Add X86 SARX, SHRX, and SHLX instructions.Craig Topper2011-10-23
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-23
* Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth2011-10-23