summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Add X86 RORX instructionCraig Topper2011-10-23
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-23
* Add X86 MULX instruction for disassembler.Craig Topper2011-10-23
* Oops! Fix test I forgot to submit as part of r142735.Nick Lewycky2011-10-22
* A non-escaping malloc in the entry block is not unlike an alloca. Do dead-storeNick Lewycky2011-10-22
* Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky2011-10-22
* Fix pr11193.Nadav Rotem2011-10-22
* Assembly parsing for 4-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Remap blockaddress correctly when inlining a function. Fixes PR10162.Eli Friedman2011-10-21
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-21
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-21
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-21
* ARM VLD parsing and encoding.Jim Grosbach2011-10-21
* Fix pr11194. When promoting and splitting integers we need to useNadav Rotem2011-10-21
* Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth2011-10-21
* 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem2011-10-21
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-21
* Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth2011-10-21
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-21
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-20