fix this to work with objdir != srcdir
[oota-llvm.git] / lib /
2010-04-28 Jim GrosbachAdd sizes non-floating point versions for the eh sjlj...
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-28 Evan ChengPretty print DBG_VALUE machine instructions.
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelWhile lowering dbg_declare, emit DBG_VALUE machine...
2010-04-28 Jakob Stoklund OlesenRecompute kill flags from live intervals after coalesci...
2010-04-28 Jakob Stoklund OlesenTeach X86FloatingPoint that a register can be killed...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-28 Evan ChengTry operation promotion only if regular dag combine...
2010-04-28 Evan ChengUnbreak the build. Only form shld / shrd after legaliza...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Evan ChengRather than having a ton of patterns for double shift...
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-28 Chris Lattnerremove some default arguments to EmitAlignment.
2010-04-28 Devang PatelRefactor.
2010-04-28 Stuart HastingsTweak x86 INC/DEC generation to look for CopyToReg...
2010-04-28 Chris Lattnerfurther clarify alignment of globals, fix instcombine
2010-04-27 Devang PatelUse MachineOperand::is* predicates.
2010-04-27 Devang PatelUse isReg(), isImm() and isFPImm().
2010-04-27 Devang PatelCheck operand type first.
2010-04-27 Evan ChengFix obvious typos.
2010-04-27 Devang PatelIgnore DBG_VALUE instructions that points to undef...
2010-04-27 Evan ChengSRA promotion is also not free.
2010-04-27 Evan Cheng- When legal, promote a load to zextload rather than...
2010-04-27 Devang PatelIdentify when a lexical scope is split in to multiple...
2010-04-27 Evan ChengDo not count kill, implicit_def instructions as printed...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-27 Dale JohannesenRevert a small part of 102372; this fixes at least one
2010-04-26 Chris LattnerFix a problem that lower invoke has with allocas (PR669...
2010-04-26 Chris Lattneradd a comment in verbose-asm mode indicating why a...
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Bob WilsonHandle register-to-register copies within the tGPR...
2010-04-26 Bob WilsonAvoid adding a null MD node operand, which crashes...
2010-04-26 Devang PatelUse DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_p...
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-26 Dale JohannesenRemove crufty comments.
2010-04-26 Dale JohannesenHandle target-specific form of DBG_VALUE in AsmPrinter.
2010-04-26 Dale JohannesenAdd DBG_VALUE handling for byval parameters; this
2010-04-26 Dale JohannesenAdd PPC AsmPrinter handling for target-specific form of
2010-04-26 Evan ChengInsert dbg_value instructions for function entry block...
2010-04-26 Evan ChengPromoting 16-bit cmp / test aren't free. Don't do it.
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Evan ChengRe-enable 102323 with fix: do not update dbg_value...
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-26 Chris Lattnerfix PR6940: sitofp(undef) folds to 0.0, not undef.
2010-04-26 Bob WilsonUpdate MachineSSAUpdater with the same changes I made...
2010-04-26 Evan ChengTemporary disable spiller modifying dbg_value. It's...
2010-04-26 Evan ChengRemove a redundant comment.
2010-04-26 Evan ChengAdd PPC specific emitFrameIndexDebugValue.
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....
next