Don't narrow the load and store in a load+twiddle+store sequence unless
[oota-llvm.git] / lib / CodeGen /
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 Devang PatelTidy up.
2010-09-02 Jim GrosbachThe scavenger should just use getAllocatableSet() rathe...
2010-09-02 Jim GrosbachAnti-dependency breaking needs to be careful not to...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-09-02 Lang HamesAdded support for register allocators to record which...
2010-09-02 Chandler CarruthSilence an ambiguous else warning from GCC.
2010-09-02 Lang HamesAdded counters for PBQP reduction rules.
2010-09-02 Jim GrosbachAdd a bit of debug output for register scavenging
2010-09-01 Jim GrosbachTweak to ignoring reserved regs. The allocator was...
2010-09-01 Jakob Stoklund OlesenTeach RemoveCopyByCommutingDef to check all aliases...
2010-09-01 Jim Grosbachtidy up trailing whitespace and an 80 column violation.
2010-09-01 Jim Grosbachcleanup per feedback. use a helper function for getting...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
2010-09-01 Jim GrosbachThe register allocator shouldn't consider allocating...
2010-09-01 Jim Grosbachtidy up a few 80-column and trailing whitespace bits.
2010-09-01 Eric ChristopherSpeculatively revert 112699 and 112702, they seem to...
2010-09-01 Duncan SandsUse the SSAUpdator to turn calls to eh.exception that...
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Jakob Stoklund OlesenTrack liveness of unallocatable, unreserved registers...
2010-08-31 Jakob Stoklund OlesenIgnore unallocatable registers in RegAllocFast.
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Jim GrosbachImprove virtual frame base register allocation heuristics.
2010-08-31 Duncan SandsStop using the dom frontier in DwarfEHPrepare by not...
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-31 Devang PatelSimplify.
2010-08-31 Bruno Cardoso Lopeszap unused method. x86 is the only user and already...
2010-08-31 Jakob Stoklund OlesenAdd experimental -disable-physical-join command line...
2010-08-30 Chris Lattnertwo changes:
2010-08-30 Bill WendlingRevert r112461. It was failing on PPC...
2010-08-30 Bill WendlingWhen adding a register, we should mark it as "def"...
2010-08-29 Chris Lattnerrevert 112457, it looks like it broke selfhost.
2010-08-29 Chris Lattnerrewrite DwarfEHPrepare to use SSAUpdater to promote...
2010-08-29 Chris Lattnerinline function into its only caller.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerremove dead proto
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-28 Dan GohmanTrim a #include.
2010-08-27 Devang PatelSimplify.
2010-08-27 Bill WendlingRemove now unneeded command line flag that enables...
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Devang PatelIf node is not available then use FuncInfo.ValueMap...
2010-08-26 Jim GrosbachRemove the now obsolete frame index virtual re-use...
2010-08-26 Devang PatelSpeculatively revert r112207.
2010-08-26 Devang Patel80 col.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-26 Devang PatelDonot forget to resolve dangling debug info in a case...
2010-08-26 Chris LattnerAdd a hackaround for PR7993 which is causing failures...
2010-08-26 Chris Lattnerimplement SplitVecOp_CONCAT_VECTORS, fixing the include...
2010-08-26 Chris Lattnerzap dead code.
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-08-25 Jim GrosbachAdd some statistics for PEI register scavenging
2010-08-24 Chris Lattnersplit the vector case of getCopyFromParts out to its...
2010-08-24 Chris Lattnersplit the vector case out of getCopyToParts into its...
2010-08-24 Chris Lattnertidy up, reduce indentation
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-23 Jim GrosbachBetter handling of local offsets for downwards growing...
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-21 Eli FriedmanDelete dead comment.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Jim Grosbachproperly check for whether base regs were inserted
2010-08-19 Bob WilsonIf the target says that an extending load is not legal...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
2010-08-19 Bill WendlingCorrect header.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Michael J. SpencerFix the msvc 2010 build.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
2010-08-18 Jim GrosbachAdd a newline to debug output
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-18 Jim GrosbachEnable ARM base register reuse to local stack slot...
2010-08-18 Jakob Stoklund OlesenThinking about it, we don't need MachineDominatorTree...
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd the LiveIntervalMap class. Don't hook it up yet.
2010-08-18 Bill WendlingImprove whitespace.
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-18 Jakob Stoklund OlesenPreserve subregs on PHI source operands. Patch by Krist...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Dale JohannesenMake fast scheduler handle asm clobbers correctly.
2010-08-17 Evan ChengPHI elimination shouldn't require machineloopinfo since...
2010-08-17 Evan ChengMachine CSE preserves CFG. Pass manager was freeing...
2010-08-17 Jim Grosbachsilence warning
next