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