Add ARM specific emitFrameIndexDebugValue.
[oota-llvm.git] / lib /
2010-04-26 Evan ChengAdd ARM specific emitFrameIndexDebugValue.
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-25 Dale JohannesenStop abusing EmitInstrWithCustomInserter for target...
2010-04-25 Dale JohannesenAdd comment re byval args. Doesn't actually work this...
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-25 Chris Lattnersilence a warning, patch by "mike".
2010-04-25 Chris Lattnerremove #if 1's.
2010-04-24 Evan ChengAvoid promoting a i16 node if it would eliminate a...
2010-04-24 Evan ChengWhen a load operand is promoted to an extload, replace...
2010-04-24 Dan GohmanGeneralize LSR's OptimizeMax to handle the new kinds...
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-24 Dan GohmanUse SimplifyICmpOperands in isKnownPredicate too.
2010-04-24 Dan GohmanUpdate isImpliedCond to use the new SimplifyICmpOperand...
2010-04-24 Dan GohmanAdd a new utility function SimplifyICmpOperands. Much...
2010-04-24 Dan GohmanApply a fix for a vector setcc dagcombine from Jan...
2010-04-23 Chris Lattnerenable my inliner change: add newly devirtualized call...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Evan ChengCode refactoring.
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Chris Lattnerswitch InlineInfo.DevirtualizedCalls's list to be of...
2010-04-23 Chris Lattnerfix callgraph dump to not print 0x0x1234 for nodes.
2010-04-23 Evan ChengFix X86ISD::CMP i16 to i32 promotion.
2010-04-23 Dan GohmanMove FastISel's HandlePHINodesInSuccessorBlocks call...
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2010-04-23 Dan GohmanWhen it doesn't matter whether zero or sign extension...
2010-04-23 Dan GohmanRevert 102135, 102129, 102127, 102106, 102104, 102102...
2010-04-23 Chris Lattnerreject invalid comma stuff with a message. We reject...
2010-04-23 Chris Lattnerdisable my previous inliner patch, it appears to be...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-04-22 Chris Lattnerwhen inlining something like this:
2010-04-22 Devang PatelAdd comment.
2010-04-22 Dan GohmanSink SelectionDAGBuilder's HandlePHINodesInSuccessorBlo...
2010-04-22 Devang PatelAdjust debug range offsets for isWeakForLinker() functions.
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-22 Chris Lattnereliminate dead #include.
2010-04-22 Evan Cheng- It's not safe to promote rotates (at least not trivia...
2010-04-22 Dan GohmanFix a comment.
2010-04-22 Dan GohmanMove PHINodesToUpdate out of SelectionDAGBuilder and...
2010-04-22 Devang PatelRename InsnAfterLabelMap and InsnBeforeLabelMap.
2010-04-22 Devang PatelKeep track of MCSymbol used to mark beginning of a...
2010-04-22 Devang PatelAt this point Start and End are not null.
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-22 Dan GohmanTidy a comment.
2010-04-21 Jakob Stoklund OlesenRun LiveVariables instead of computing liveness locally...
2010-04-21 Evan ChengDo not try to optimize a copy that has already been...
2010-04-21 Devang PatelAdd command line option to disable debug info printing...
2010-04-21 Bob WilsonFix a performance problem with the new SSAUpdater....
2010-04-21 Johnny ChenModified some assert() msg strings; no other functional...
2010-04-21 Jakob Stoklund OlesenAdd fast register allocator, enabled with -regalloc...
2010-04-21 Devang PatelIdentify when a lexical scope is split in to multiple...
2010-04-21 Dan GohmanMake ScalarEvolution::getConstant support pointer types...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Evan Chengisel (i32 anyext i16) as insert_subreg when 16-bit...
2010-04-21 Evan ChengTrim include.
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
2010-04-21 Dan GohmanUpdate CMakeLists.txt.
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-21 Dan GohmanRevert r101471. For tight recursive functions which...
2010-04-21 Bill WendlingHandle a displacement location in 64-bit as an RIP...
2010-04-21 Evan ChengRewrite machine cse to avoid recursion.
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Chris Lattnerteach the x86 address matching stuff to handle
2010-04-20 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Devang PatelRename ValueMapTy as ValueToValueMapTy to clearly indic...
2010-04-20 Devang PatelThere is no need to install ValueMapper.h header.
2010-04-20 Johnny ChenBetter error-handling of getBitFieldInvMask() where...
2010-04-20 Jakob Stoklund OlesenWhen MachineLICM is hoisting a physical register after...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-20 Evan ChengTypo.
2010-04-20 Dan GohmanSink the CopyToExportRegsIfNeeded calls out of Selectio...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanSink this use_empty() check into isUsedOutsideOfDefinin...
2010-04-20 Dan GohmanIf a PHI node somehow has debug info, propogate it...
2010-04-20 Dan GohmanDon't iterate through the whole block just to find...
2010-04-20 Gabor Greifuse abstract accessors to CallInst
2010-04-20 Benjamin KramerPR6880: Don't dereference CallsExternalNode if it's...
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-20 Chris Lattnerremove a bunch of ad-hoc code to simplify instructions...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2010-04-20 Chris LattnerRewriteLoopBodyWithConditionConstant can end up rewriti...
2010-04-20 Chris Lattnerreapply 'reject forward references to functions whose...
2010-04-20 Dan GohmanDelete a redundant return statement.
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
2010-04-20 Chris Lattnerdisable optimizations in this directory for MSVC9....
2010-04-20 Johnny ChenBetter error-handling for DisassembleThumb2DPModImm...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-20 Dan GohmanRemove this debug output; it isn't that useful, and...
2010-04-20 Dan GohmanSink DebugLoc handling out of SelectionDAGISel into...
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2010-04-20 Chris Lattnermake the inliner do less work for leaf functions.
2010-04-20 Chris LattnerFix rdar://7879828 - crash in CallGraph, a self host...
2010-04-20 Dan GohmanRemove MachineFunction's DefaultDebugLoc member, and...
2010-04-20 Dan GohmanReapply the removal of SelectionDAGISel's BB, with...
next