When checking whether the special handling for an addrec increment which
[oota-llvm.git] / lib / CodeGen /
2010-04-26 Dale JohannesenRemove crufty comments.
2010-04-26 Dale JohannesenAdd DBG_VALUE handling for byval parameters; this
2010-04-26 Evan ChengInsert dbg_value instructions for function entry block...
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 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 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-24 Evan ChengWhen a load operand is promoted to an extload, replace...
2010-04-24 Dan GohmanApply a fix for a vector setcc dagcombine from Jan...
2010-04-23 Evan ChengCode refactoring.
2010-04-23 Dan GohmanMove FastISel's HandlePHINodesInSuccessorBlocks call...
2010-04-23 Dan GohmanRevert 102135, 102129, 102127, 102106, 102104, 102102...
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 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-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 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 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
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 Evan Cheng- Clean up some crappy code which deals with coalescing...
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 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Jakob Stoklund OlesenWhen MachineLICM is hoisting a physical register after...
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 Chris LattnerBill's change in r95336 broke empty aggregates embedded
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 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 Dan GohmanRemove MachineFunction's DefaultDebugLoc member, and...
2010-04-20 Dan GohmanReapply the removal of SelectionDAGISel's BB, with...
2010-04-19 Dan GohmanRevert 101825, which is causing trouble.
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-04-19 Dan GohmanEliminate SelectionDAGISel's "current block" member...
2010-04-19 Dan GohmanEliminate the CurMBB member from SelectionDAGBuilder...
2010-04-19 Evan ChengMore progress on promoting i16 operations to i32 for...
2010-04-19 Dan GohmanGive SelectionDAG a TargetMachine too, rather than...
2010-04-19 Evan ChengMore 80 col violation.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-19 Dan GohmanMove isInTailCallPosition out of SelectionDAGBuilder...
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const_cast instead of a C-style cast to cast away...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-17 Dan GohmanDelete now-unnecessary const_casts.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Evan ChengPostra machine licm must add registers defined by loop...
2010-04-17 Evan ChengFix codegen passes. -disable-ssc shouldn't disable...
2010-04-17 Evan ChengMore work to allow dag combiner to promote 16-bit ops...
2010-04-17 Evan ChengAnother 80 col violation.
2010-04-17 Bob WilsonAs a temporary workaround for post-RA not handling...
2010-04-17 Jakob Stoklund OlesenRevert "Use a simpler data structure to calculate the...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-16 Jakob Stoklund OlesenUse a simpler data structure to calculate the least...
2010-04-16 Evan Cheng(i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext...
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...
2010-04-16 Dan GohmanCommit this, which should have accompanied 101531.
2010-04-16 Evan Cheng80 col.
2010-04-16 Evan Cheng80 col.
2010-04-16 Dan GohmanAvoid creating virtual registers for unused values.
2010-04-16 Dan GohmanFix an assertion string.
2010-04-16 Dan GohmanFix a comment.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Dan GohmanRefine further the scope where the global DebugLoc...
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Jakob Stoklund OlesenAvoid sinking machine instructions into a loop.
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Gabor Greifprune includes
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Gabor Greiftypos
next