aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-241-33/+1
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-231-1/+33
* Add X86 SARX, SHRX, and SHLX instructions.Craig Topper2011-10-233-0/+103
* Teach the BranchProbabilityInfo pass to print its results, and use thatChandler Carruth2011-10-232-0/+93
* Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth2011-10-231-2/+1
* Add X86 RORX instructionCraig Topper2011-10-233-0/+50
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-231-0/+19
* Add X86 MULX instruction for disassembler.Craig Topper2011-10-232-0/+24
* Oops! Fix test I forgot to submit as part of r142735.Nick Lewycky2011-10-221-2/+2
* A non-escaping malloc in the entry block is not unlike an alloca. Do dead-storeNick Lewycky2011-10-221-0/+8
* Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky2011-10-221-0/+33
* Fix pr11193.Nadav Rotem2011-10-221-0/+15
* Assembly parsing for 4-register sequential variant of VLD2.Jim Grosbach2011-10-211-6/+6
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-211-7/+7
* Remap blockaddress correctly when inlining a function. Fixes PR10162.Eli Friedman2011-10-211-0/+27
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-211-0/+9
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-211-1/+8
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-211-0/+46
* ARM VLD parsing and encoding.Jim Grosbach2011-10-211-8/+8
* Fix pr11194. When promoting and splitting integers we need to useNadav Rotem2011-10-211-0/+19
* Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth2011-10-211-3/+3
* 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem2011-10-211-0/+30
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-211-2/+69
* Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth2011-10-211-0/+75
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-211-24/+18
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-203-23/+73
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-202-55/+5
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-201-18/+18
* ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.Jim Grosbach2011-10-202-224/+222
* Tidy up formatting.Jim Grosbach2011-10-201-46/+59
* ARM VTBX (one register) assembly parsing and encoding.Jim Grosbach2011-10-201-13/+12
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+27
* "@string = constant i8 0" is a value i8* string of length zero. Analyze thatNick Lewycky2011-10-201-0/+6
* Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :(Chad Rosier2011-10-201-40/+0
* Fix TLS lowering bug. The CopyFromReg must be glued to the TLSCALL. rdar://10...Evan Cheng2011-10-191-0/+17
* Improve code generation for vselect on SSE2:Nadav Rotem2011-10-191-6/+11
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-191-0/+15
* Use literal pool loads instead of MOVW/MOVT for materializing global addresse...James Molloy2011-10-191-0/+27
* Add Paste TestDavid Greene2011-10-191-0/+35
* Add NAME MemberDavid Greene2011-10-192-1/+3
* Generalize the reading of probability metadata to work for both branchesChandler Carruth2011-10-191-0/+43
* Teach the BranchProbabilityInfo analysis pass to read any metadataChandler Carruth2011-10-191-0/+25
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-192-0/+27
* Add support for the vector-widening of vselect and vector-setccNadav Rotem2011-10-191-0/+68
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-194-15/+142
* Added testcase for <rdar://problem/10215997>Lang Hames2011-10-181-0/+29
* Add additional element-promotion tests.Nadav Rotem2011-10-181-0/+31
* Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...Nadav Rotem2011-10-181-0/+28