Age | Commit message (Expand) | Author |
2010-02-19 | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands |
2010-02-19 | recommit 96626, evidence that it broke things appears | Dale Johannesen |
2010-02-19 | Added entries for ASR, LSL, LSR, ROR, and RRX so that the disassembler prints | Johnny Chen |
2010-02-19 | Revert 96626, which causes build failure on ppc Darwin. | Dale Johannesen |
2010-02-19 | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng |
2010-02-19 | Use the same encoding for EH stuff uniformly on all MachO targets. | Anton Korobeynikov |
2010-02-19 | Radar 7636153. In the presence of large call frames, it's not sufficient | Jim Grosbach |
2010-02-19 | When determining the set of interesting reuse factors, consider | Dan Gohman |
2010-02-18 | Indvars needs to explicitly notify ScalarEvolution when it is replacing | Dan Gohman |
2010-02-18 | Added LDRD_PRE/POST & STRD_PRE/POST for disassembly only. | Johnny Chen |
2010-02-18 | replaceUsesOfWithOnConstant implementation for unions. | Talin |
2010-02-18 | Hoist this loop-invariant logic out of the loop. | Dan Gohman |
2010-02-18 | Always normalize spill weights, also for intervals created by spilling. | Jakob Stoklund Olesen |
2010-02-18 | Make CodePlacementOpt detect special EH control flow by | Dan Gohman |
2010-02-18 | Destroy MDNodes gracefully while deleting llvm context. | Devang Patel |
2010-02-18 | Generate DBG_VALUE from dbg.value intrinsics. These currently | Dale Johannesen |
2010-02-18 | Remap the call sites of a shared function in interrupt line functions. | Sanjiv Gupta |
2010-02-18 | Re-factoring. | Sanjiv Gupta |
2010-02-18 | Uniformize the way these options are printed. Requested by | Duncan Sands |
2010-02-18 | Remove terminating dot in description. Inconsistency pointed | Duncan Sands |
2010-02-18 | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands |
2010-02-18 | add a missing type cast. | Chris Lattner |
2010-02-18 | Use NEON vmin/vmax instructions for floating-point selects. | Bob Wilson |
2010-02-18 | Added LDRSBT, LDRHT, LDRSHT for disassembly only. And fixed encoding errors | Johnny Chen |
2010-02-18 | Some dag combiner goodness: | Evan Cheng |
2010-02-18 | Added for disassembly only the variants of DMB, DSB, and ISB. | Johnny Chen |
2010-02-17 | MC/Mach-O: Update fixup values for change to X86 offsets. | Daniel Dunbar |
2010-02-17 | Remove the NEON N2VSInt instruction class: it's only used in one place and | Bob Wilson |
2010-02-17 | Added CLREX (Clear-Exclusive) for disassembly only. | Johnny Chen |
2010-02-17 | More cleanup for NEON: | Bob Wilson |
2010-02-17 | Added RFE for disassembly only. | Johnny Chen |
2010-02-17 | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene |
2010-02-17 | Remember to define super registers in mips calls. | Jakob Stoklund Olesen |
2010-02-17 | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar |
2010-02-17 | Dead code elimination. | Jakob Stoklund Olesen |
2010-02-17 | "Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols... | Chris Lattner |
2010-02-17 | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner |
2010-02-17 | add a note, from PR5100 | Chris Lattner |
2010-02-17 | Added routine to clone the body of a function and maintain a map of already | Sanjiv Gupta |
2010-02-17 | Pacify gcc-4.5, which warns (correctly) that these switches have | Duncan Sands |
2010-02-17 | Added a function to clone locals of a function.( which for pic16 are globals | Sanjiv Gupta |
2010-02-17 | Removed header files from .h by adding forward decls. | Sanjiv Gupta |
2010-02-17 | Added BFI for disassembly only. | Johnny Chen |
2010-02-17 | sink special case "cannotyetselect" for intrinsics out of the | Chris Lattner |
2010-02-17 | rename and document some arguments so I don't have to keep | Chris Lattner |
2010-02-17 | Use pointer-wide encoding for LSDA and FDE on Darwin. | Anton Korobeynikov |
2010-02-17 | Removed an early out which was causing the PBQP allocator to not compute live... | Lang Hames |
2010-02-17 | Fix SCEVExpander's existing PHI reuse checking to recognize the | Dan Gohman |
2010-02-17 | Before setting scope end marker, pay attention to scope begin marker and exis... | Devang Patel |
2010-02-17 | daniel remembered why this was needed. | Chris Lattner |