| Commit message (Expand) | Author | Age | Files | Lines |
* | If a function does a volatile load from a global constant, do not | Duncan Sands | 2010-10-30 | 2 | -4/+14 |
* | Tidy up. | Jim Grosbach | 2010-10-30 | 1 | -1/+1 |
* | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 4 | -6/+6 |
* | stay out of the reserved namespace | Chris Lattner | 2010-10-30 | 1 | -6/+6 |
* | simplify this code. | Chris Lattner | 2010-10-30 | 1 | -8/+4 |
* | split MaybeParseRegister into its two logical uses, eliminating malloc+free t... | Chris Lattner | 2010-10-30 | 1 | -35/+38 |
* | Avoid re-evaluating MI.getNumOperands() every iteration of the loop. | Jim Grosbach | 2010-10-30 | 1 | -1/+1 |
* | Include MachineBasicBlock numbers in viewCFG() output. | Jakob Stoklund Olesen | 2010-10-30 | 1 | -8/+6 |
* | Make sure copies are inserted after any exception handling labels at the top of | Jakob Stoklund Olesen | 2010-10-30 | 1 | -1/+1 |
* | Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed | Jakob Stoklund Olesen | 2010-10-30 | 2 | -0/+12 |
* | Disable more of physical register live intervals verification. | Jakob Stoklund Olesen | 2010-10-30 | 1 | -2/+3 |
* | Print out register class of spilled register. | Jakob Stoklund Olesen | 2010-10-30 | 1 | -2/+4 |
* | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson | 2010-10-30 | 7 | -145/+89 |
* | Add polly support to the build system. | Tobias Grosser | 2010-10-30 | 5 | -9/+74 |
* | Encode the register list operands for ARM mode LDM/STM instructions. | Jim Grosbach | 2010-10-30 | 4 | -0/+23 |
* | Some instructions end with an "ls" prefix, but it doesn't indicate that they are | Bill Wendling | 2010-10-29 | 3 | -437/+169 |
* | Mult-alt constraint incremental development step 3. | John Thompson | 2010-10-29 | 2 | -5/+5 |
* | Teach machine cse to eliminate instructions with multiple physreg uses and de... | Evan Cheng | 2010-10-29 | 2 | -51/+52 |
* | Remove hard tab characters. | Jim Grosbach | 2010-10-29 | 1 | -3/+3 |
* | 80 column fix. | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | trailing whitespace | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operand | Jim Grosbach | 2010-10-29 | 3 | -3/+3 |
* | Fix fpscr <-> GPR latency info. | Evan Cheng | 2010-10-29 | 3 | -4/+12 |
* | Be more strict on when we produce an undefined reference. In gas a file with | Rafael Espindola | 2010-10-29 | 4 | -2/+8 |
* | Apply a patch from Frits van Bommel to fix the CMake build. | Dan Gohman | 2010-10-29 | 1 | -1/+1 |
* | Clean up indentation and other whitespace. | Bob Wilson | 2010-10-29 | 1 | -11/+9 |
* | Remove trailing whitespace. | Bob Wilson | 2010-10-29 | 1 | -70/+69 |
* | trailing whitespace | Jim Grosbach | 2010-10-29 | 1 | -85/+85 |
* | Fix 80-column violation. | Bob Wilson | 2010-10-29 | 1 | -1/+2 |
* | Change instcombine's getShuffleMask to represent undef with negative values. | Bob Wilson | 2010-10-29 | 2 | -40/+49 |
* | Remove DAG combiner patch to fold vector splats. Instcombiner does it now. | Bob Wilson | 2010-10-29 | 2 | -21/+0 |
* | Make instcombine a little more aggressive in combining vector shuffles. | Bob Wilson | 2010-10-29 | 2 | -15/+32 |
* | add FIXME | Jim Grosbach | 2010-10-29 | 1 | -0/+5 |
* | Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in | Jim Grosbach | 2010-10-29 | 4 | -45/+32 |
* | Update testcase since we're no longer doing the constant forwarding inline wi... | Owen Anderson | 2010-10-29 | 1 | -2/+1 |
* | Handle comparison values we already have - this fixes the consumer-typeset | Eric Christopher | 2010-10-29 | 1 | -4/+65 |
* | Give up on doing in-line instruction simplification during correlated value p... | Owen Anderson | 2010-10-29 | 1 | -10/+1 |
* | Convert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -625/+150 |
* | ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to | Jim Grosbach | 2010-10-29 | 1 | -55/+0 |
* | Convert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -85/+26 |
* | Fix typo. | Jim Grosbach | 2010-10-29 | 1 | -1/+1 |
* | ARM encoding information for CLREX, SWP and SWPB. Add comment for sjlj pseudo... | Jim Grosbach | 2010-10-29 | 2 | -20/+25 |
* | not is testing for a normal exit with a non-zero value. It shouldn't | Dan Gohman | 2010-10-29 | 1 | -1/+11 |
* | Convert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -121/+26 |
* | Make ScalarEvolution::forgetLoop forget all contained loops too, because | Dan Gohman | 2010-10-29 | 1 | -0/+5 |
* | Convert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -427/+87 |
* | ARM mode LDREX*/STREX* binary encodings. | Jim Grosbach | 2010-10-29 | 2 | -18/+28 |
* | Covert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -107/+30 |
* | Convert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -278/+56 |
* | Convert this test to .s form. | Owen Anderson | 2010-10-29 | 2 | -381/+67 |