Fix typo.
[oota-llvm.git] / lib /
2010-06-18 Jakob Stoklund OlesenTwoAddressInstructionPass::CoalesceExtSubRegs can inser...
2010-06-18 Evan ChengFix an inverted condition.
2010-06-18 Bruno Cardoso LopesUse the new 'defm' class inheritance in SSE
2010-06-18 Evan ChengFix cross initialization compilation error.
2010-06-18 Evan ChengTeach iff-converter to properly count # of dups. It...
2010-06-18 Jim GrosbachAdd Expand-to-libcall support for additional atomics...
2010-06-18 Bob WilsonRewrite chained if's as switches and replace assertions...
2010-06-18 Dale JohannesenFix ARM/Thumb reversal in previous attempt.
2010-06-18 Jakob Stoklund OlesenWhen using ADDri to get the address of a stack object...
2010-06-18 Dan GohmanMake this comment less specific.
2010-06-18 Dan GohmanFix X86FastISel's address-mode folding to stay within the
2010-06-18 Dale JohannesenAn attempt to fix the problem Anton reported with
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-18 Dan GohmanReapply 105546.
2010-06-18 Dan GohmanReapply 105544.
2010-06-18 Dale JohannesenEnable tail calls on ARM by default, with some
2010-06-18 Dan GohmanDon't leak RegClass2VRegMap, which is now a new[] array...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-06-18 Dale JohannesenLast round of changes for ARM tail calls.
2010-06-18 Bob WilsonFix PR7372: Conditional branches (at least on ARM)...
2010-06-18 Jakob Stoklund OlesenTreat the ARM inline asm {cc} constraint as a physreg...
2010-06-18 Dan GohmanDon't bother calling releaseMemory before destroying...
2010-06-18 Dan GohmanMinor code simplifications.
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-18 Dan GohmanDon't replace the old Ordering object with a new one...
2010-06-18 Dan GohmanDon't call clear() on DbgInfo when it's going to be...
2010-06-18 Dan GohmanChange UpdateNodeOperands' operand and return value...
2010-06-18 Dan GohmanRemove getIntegerSCEV; it's redundant with getConstant...
2010-06-18 Dan GohmanDelete unused variables.
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-18 Dan GohmanisValueValidForType can be a static member function.
2010-06-18 Eric ChristopherSome assorted isTwoAddress -> Constraints cleanup.
2010-06-18 Dan GohmanHandle execution entrypoints with non-integer return...
2010-06-18 Dan GohmanDisable indvars on loops when LoopSimplify form is...
2010-06-18 Dan GohmanDon't maintain a set of deleted nodes; instead, use...
2010-06-18 Bruno Cardoso LopesAdd {mix,max}{ss,sd}{rr,rm} AVX forms.
2010-06-18 Dan GohmanFold the ShrinkDemandedOps pass into the regular DAGCom...
2010-06-18 Dan GohmanFix a typo in a comment.
2010-06-18 Dan GohmanHandle ext(ext(x)) -> ext(x) immediately, since it...
2010-06-17 Dan GohmanSimplify this code.
2010-06-17 Bruno Cardoso LopesUse new tablegen resources in SSE tablegen code. This...
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-06-17 Jim Grosbachadd missing break. inconsequential as the code shouldn...
2010-06-17 Jim GrosbachAdd entries for Expanding atomic intrinsics to libcalls...
2010-06-17 Jim GrosbachThumb1 and any pre-v6 ARM target should use the libcall...
2010-06-17 Jim GrosbachISD::MEMBARRIER should lower to a libcall (__sync_synch...
2010-06-17 Jim Grosbachsimplify code a bit and add a more explanatory assert...
2010-06-17 Jason MolendaAdd the entire range of DW_OP_lit[0..31], DW_OP_reg...
2010-06-17 Eric ChristopherHack to let the move lowering handle dynamic-no-pic...
2010-06-17 Eric ChristopherUpdate comment.
2010-06-16 Jim Grosbachformat and 80-column cleanup
2010-06-16 Jim Grosbachremove trailing whitespace
2010-06-16 Jakob Stoklund OlesenDon't attempt preserving conservative kill flags. We...
2010-06-16 Bob WilsonRemove the hidden "neon-reg-sequence" option. The...
2010-06-16 Eric ChristopherIn progress on 32-bit addends.
2010-06-16 Jakob Stoklund OlesenAllow a register to be redefined multiple times in...
2010-06-16 Jim GrosbachA few more places where SCEVExpander bits need to skip...
2010-06-16 Daniel DunbarMC/Mach-O: Rewrite atom association to be a final pass...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...
2010-06-16 Rafael EspindolaMake sure that simplify libcalls does not replace a...
2010-06-16 Jim Grosbachadd FIXME
2010-06-16 Bill WendlingImprove comment to include that the use of a preg is...
2010-06-16 Benjamin KramerTODO--
2010-06-16 Benjamin Kramersimplify-libcalls: fold strncmp(x, y, 1) -> memcmp...
2010-06-16 Evan ChengMake post-ra scheduling, anti-dep breaking, and registe...
2010-06-16 Devang PatelCheck function pointer first, before comparing function...
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-16 Eric ChristopherDon't emit the linkage for initializer label for mach...
2010-06-16 Eric ChristopherFix indentation.
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-15 Eric ChristopherFor 32-bit non-pic tlv mach-o addressing we don't need...
2010-06-15 Stuart HastingsAdded a comment.
2010-06-15 Eric ChristopherSome more work on mach-o TLV relocations.
2010-06-15 Dale JohannesenAdd file missing from previous commit.
2010-06-15 Bob WilsonFix 80col violations, remove trailing whitespace, and...
2010-06-15 Dale JohannesenNext round of tail call changes. Register used in...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Dale JohannesenReapply 105986 with fix for bug pointed out by Jakob:
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-06-15 Mon P WangFixed vector widening of binary instructions that can...
2010-06-15 Daniel Dunbarfpcmp: Fix bug where fpcmp wouldn't early exit when...
2010-06-15 Daniel Dunbarfpcmp: Fix a possible infinite loop when comparing...
2010-06-15 Chris Lattnerfix fastisel to handle GS and FS relative pointers...
2010-06-15 Bob WilsonAdd basic support for NEON modified immediates besides...
2010-06-15 Bob WilsonIfConversion's AnalyzeBlocks method always returns...
2010-06-15 Jim Grosbachfix naming
2010-06-15 Jakob Stoklund OlesenFix an exotic bug that only showed up in an internal...
2010-06-15 Bob WilsonFix a comment typo.
2010-06-15 Bob WilsonAdd some missing checks for the case where the extract_...
2010-06-15 Jakob Stoklund OlesenAvoid processing early clobbers twice in RegAllocFast.
2010-06-15 Jakob Stoklund OlesenAdd CoalescerPair helper class.
2010-06-15 Daniel DunbarAdd <cstddef> include to get ptrdiff_t, for gcc-4.6...
2010-06-15 Bob WilsonGeneralize the pre-coalescing of extract_subregs feedin...
2010-06-15 Bob WilsonVMOVQQ and VMOVQQQQ are pseudo instructions and not...
2010-06-15 Dale JohannesenRevert 105986; looks like I'd better try bootstrapping.
2010-06-15 Ted KremenekUpdate CMake build.
2010-06-15 Dale JohannesenThe form of BuildMI used for TAILJMPr was changing...
next