summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reapply 105546.Dan Gohman2010-06-18
* Reapply 105544.Dan Gohman2010-06-18
* Enable tail calls on ARM by default, with someDale Johannesen2010-06-18
* Don't leak RegClass2VRegMap, which is now a new[] array instead of aDan Gohman2010-06-18
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-18
* Last round of changes for ARM tail calls.Dale Johannesen2010-06-18
* Fix PR7372: Conditional branches (at least on ARM) are treated as predicated,Bob Wilson2010-06-18
* Treat the ARM inline asm {cc} constraint as a physreg (%CPSR), just like X86Jakob Stoklund Olesen2010-06-18
* Don't bother calling releaseMemory before destroying the DominatorTreeBase.Dan Gohman2010-06-18
* Minor code simplifications.Dan Gohman2010-06-18
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-18
* Don't replace the old Ordering object with a new one; just clear()Dan Gohman2010-06-18
* Don't call clear() on DbgInfo when it's going to be deleted anyway.Dan Gohman2010-06-18
* Change UpdateNodeOperands' operand and return value from SDValue toDan Gohman2010-06-18
* Remove getIntegerSCEV; it's redundant with getConstant, and getConstantDan Gohman2010-06-18
* Delete unused variables.Dan Gohman2010-06-18
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-18
* isValueValidForType can be a static member function.Dan Gohman2010-06-18
* Some assorted isTwoAddress -> Constraints cleanup.Eric Christopher2010-06-18
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-18
* Disable indvars on loops when LoopSimplify form is not available.Dan Gohman2010-06-18
* Don't maintain a set of deleted nodes; instead, use a HandleSDNodeDan Gohman2010-06-18
* Add {mix,max}{ss,sd}{rr,rm} AVX forms.Bruno Cardoso Lopes2010-06-18
* Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,Dan Gohman2010-06-18
* Fix a typo in a comment.Dan Gohman2010-06-18
* Handle ext(ext(x)) -> ext(x) immediately, since it's simple.Dan Gohman2010-06-18
* Simplify this code.Dan Gohman2010-06-17
* Use new tablegen resources in SSE tablegen code. This willBruno Cardoso Lopes2010-06-17
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* add missing break. inconsequential as the code shouldn't be reached, butJim Grosbach2010-06-17
* Add entries for Expanding atomic intrinsics to libcalls. Just a placeholderJim Grosbach2010-06-17
* Thumb1 and any pre-v6 ARM target should use the libcall expansion ofJim Grosbach2010-06-17
* ISD::MEMBARRIER should lower to a libcall (__sync_synchronize) if the targetJim Grosbach2010-06-17
* simplify code a bit and add a more explanatory assert for cases thatJim Grosbach2010-06-17
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-17
* Hack to let the move lowering handle dynamic-no-pic absolute moves ofEric Christopher2010-06-17
* Update comment.Eric Christopher2010-06-17
* format and 80-column cleanupJim Grosbach2010-06-16
* remove trailing whitespaceJim Grosbach2010-06-16
* Don't attempt preserving conservative kill flags. We were doing it wrong.Jakob Stoklund Olesen2010-06-16
* Remove the hidden "neon-reg-sequence" option. The reg sequences are workingBob Wilson2010-06-16
* In progress on 32-bit addends.Eric Christopher2010-06-16
* Allow a register to be redefined multiple times in a basic block.Jakob Stoklund Olesen2010-06-16
* A few more places where SCEVExpander bits need to skip over debug intrinsicsJim Grosbach2010-06-16
* MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar2010-06-16
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-16
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16
* Make sure that simplify libcalls does not replace a call with one callingRafael Espindola2010-06-16
* add FIXMEJim Grosbach2010-06-16