aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-10-25Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands
2011-10-25Fix the API usage in loop probability heuristics. It was incorrectlyChandler Carruth
2011-10-25Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands
2011-10-25Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier
2011-10-25ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach
2011-10-24Don't crash on variable insertelement on ARM. PR10258.Eli Friedman
2011-10-24Check the visibility of the global variable before placing it into the stubsBill Wendling
2011-10-24ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach
2011-10-24Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky
2011-10-24Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson
2011-10-24Remove the explicit request for "Latency" scheduling from MSP430,Dan Gohman
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-10-24Update test for r142801.Jim Grosbach
2011-10-24XFAIL test on leak checkers.Benjamin Kramer
2011-10-24Remove return heuristics from the static branch probabilities, andChandler Carruth
2011-10-24Reapply r142781 with fix. Original message:Nick Lewycky
2011-10-24A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky
2011-10-24Speculatively revert r142781. Bots are showingNick Lewycky
2011-10-23Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky
2011-10-23Add X86 SARX, SHRX, and SHLX instructions.Craig Topper
2011-10-23Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth
2011-10-23Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth
2011-10-23Add X86 RORX instructionCraig Topper
2011-10-23The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich
2011-10-23Add X86 MULX instruction for disassembler.Craig Topper
2011-10-22Oops! Fix test I forgot to submit as part of r142735.Nick Lewycky
2011-10-22A non-escaping malloc in the entry block is not unlike an alloca. Do dead-storeNick Lewycky
2011-10-22Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky
2011-10-22Fix pr11193.Nadav Rotem
2011-10-21Assembly parsing for 4-register sequential variant of VLD2.Jim Grosbach
2011-10-21Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach
2011-10-21Remap blockaddress correctly when inlining a function. Fixes PR10162.Eli Friedman
2011-10-21Assembly parsing for 4-register variant of VLD1.Jim Grosbach
2011-10-21Assembly parsing for 3-register variant of VLD1.Jim Grosbach
2011-10-21Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman
2011-10-21ARM VLD parsing and encoding.Jim Grosbach
2011-10-21Fix pr11194. When promoting and splitting integers we need to useNadav Rotem
2011-10-21Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth
2011-10-211. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem
2011-10-21Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth
2011-10-21Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth
2011-10-21Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper
2011-10-20Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson
2011-10-20Fix decoding tests for fixed MSR encodings.Owen Anderson
2011-10-20Fix tests for corrected MSR encodings.Owen Anderson
2011-10-20ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.Jim Grosbach
2011-10-20Tidy up formatting.Jim Grosbach