| Commit message (Expand) | Author | Age | Files | Lines |
* | IT turns out that during jumpless setcc lowering eq and ne were swapped. | Anton Korobeynikov | 2010-02-21 | 1 | -8/+5 |
* | fix and un-xfail X86/vec_ss_load_fold.ll | Chris Lattner | 2010-02-21 | 1 | -3/+2 |
* | Undo r96654. The printing of ARM shift instructions in canonical forms can be | Johnny Chen | 2010-02-21 | 1 | -24/+28 |
* | rename SelectScalarSSELoad -> SelectScalarSSELoadXXX and rewrite | Chris Lattner | 2010-02-21 | 1 | -18/+28 |
* | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner | 2010-02-21 | 2 | -4/+4 |
* | Rename getSDiv to getExactSDiv to reflect its behavior in cases where | Dan Gohman | 2010-02-19 | 1 | -23/+25 |
* | Check for overflow when scaling up an add or an addrec for | Dan Gohman | 2010-02-19 | 1 | -18/+49 |
* | Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in | Bob Wilson | 2010-02-19 | 3 | -17/+6 |
* | Add a comment. | Dan Gohman | 2010-02-19 | 1 | -0/+6 |
* | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis | 2010-02-19 | 2 | -1/+6 |
* | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman | 2010-02-19 | 1 | -0/+13 |
* | Revert Anton's most recent EH patch (r96637), since it breaks a lot of | Bob Wilson | 2010-02-19 | 3 | -17/+40 |
* | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands | 2010-02-19 | 3 | -112/+22 |
* | recommit 96626, evidence that it broke things appears | Dale Johannesen | 2010-02-19 | 2 | -0/+36 |
* | Added entries for ASR, LSL, LSR, ROR, and RRX so that the disassembler prints | Johnny Chen | 2010-02-19 | 1 | -0/+24 |
* | Revert 96626, which causes build failure on ppc Darwin. | Dale Johannesen | 2010-02-19 | 2 | -36/+0 |
* | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng | 2010-02-19 | 1 | -3/+13 |
* | Use the same encoding for EH stuff uniformly on all MachO targets. | Anton Korobeynikov | 2010-02-19 | 3 | -40/+17 |
* | Radar 7636153. In the presence of large call frames, it's not sufficient | Jim Grosbach | 2010-02-19 | 3 | -6/+17 |
* | When determining the set of interesting reuse factors, consider | Dan Gohman | 2010-02-19 | 1 | -9/+15 |
* | Indvars needs to explicitly notify ScalarEvolution when it is replacing | Dan Gohman | 2010-02-18 | 2 | -0/+36 |
* | Added LDRD_PRE/POST & STRD_PRE/POST for disassembly only. | Johnny Chen | 2010-02-18 | 2 | -0/+80 |
* | replaceUsesOfWithOnConstant implementation for unions. | Talin | 2010-02-18 | 1 | -1/+46 |
* | Hoist this loop-invariant logic out of the loop. | Dan Gohman | 2010-02-18 | 1 | -4/+6 |
* | Always normalize spill weights, also for intervals created by spilling. | Jakob Stoklund Olesen | 2010-02-18 | 2 | -4/+10 |
* | Make CodePlacementOpt detect special EH control flow by | Dan Gohman | 2010-02-18 | 1 | -7/+8 |
* | Destroy MDNodes gracefully while deleting llvm context. | Devang Patel | 2010-02-18 | 2 | -1/+18 |
* | Generate DBG_VALUE from dbg.value intrinsics. These currently | Dale Johannesen | 2010-02-18 | 1 | -0/+31 |
* | Remap the call sites of a shared function in interrupt line functions. | Sanjiv Gupta | 2010-02-18 | 2 | -0/+27 |
* | Re-factoring. | Sanjiv Gupta | 2010-02-18 | 2 | -67/+90 |
* | Uniformize the way these options are printed. Requested by | Duncan Sands | 2010-02-18 | 2 | -2/+2 |
* | Remove terminating dot in description. Inconsistency pointed | Duncan Sands | 2010-02-18 | 1 | -1/+1 |
* | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 1 | -7/+7 |
* | add a missing type cast. | Chris Lattner | 2010-02-18 | 1 | -1/+1 |
* | Use NEON vmin/vmax instructions for floating-point selects. | Bob Wilson | 2010-02-18 | 3 | -9/+109 |
* | Added LDRSBT, LDRHT, LDRSHT for disassembly only. And fixed encoding errors | Johnny Chen | 2010-02-18 | 2 | -6/+24 |
* | Some dag combiner goodness: | Evan Cheng | 2010-02-18 | 3 | -22/+102 |
* | Added for disassembly only the variants of DMB, DSB, and ISB. | Johnny Chen | 2010-02-18 | 1 | -0/+60 |
* | MC/Mach-O: Update fixup values for change to X86 offsets. | Daniel Dunbar | 2010-02-17 | 1 | -6/+4 |
* | Remove the NEON N2VSInt instruction class: it's only used in one place and | Bob Wilson | 2010-02-17 | 1 | -10/+4 |
* | Added CLREX (Clear-Exclusive) for disassembly only. | Johnny Chen | 2010-02-17 | 1 | -0/+8 |
* | More cleanup for NEON: | Bob Wilson | 2010-02-17 | 1 | -101/+90 |
* | Added RFE for disassembly only. | Johnny Chen | 2010-02-17 | 1 | -1/+16 |
* | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene | 2010-02-17 | 1 | -8/+17 |
* | Remember to define super registers in mips calls. | Jakob Stoklund Olesen | 2010-02-17 | 1 | -3/+2 |
* | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+76 |
* | Dead code elimination. | Jakob Stoklund Olesen | 2010-02-17 | 2 | -38/+0 |
* | "Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols... | Chris Lattner | 2010-02-17 | 1 | -5/+6 |
* | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner | 2010-02-17 | 3 | -31/+69 |
* | add a note, from PR5100 | Chris Lattner | 2010-02-17 | 1 | -0/+2 |