Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function stack...
[oota-llvm.git] / lib / CodeGen /
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenRecalculate the spill weight and allocation hint for...
2010-08-10 Devang PatelHandle TAG_constant for integers.
2010-08-10 Bill WendlingUpdate CMake...sorry for the breakage.
2010-08-10 Devang PatelSimplify.
2010-08-10 Devang PatelDrop "const". It does not add value here.
2010-08-10 Evan ChengAdd missing null check reported by Amaury Pouly.
2010-08-10 Devang PatelDo not include file static variable in pubnames list.
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...
2010-08-09 Devang PatelUndo accidental commit.
2010-08-09 Devang PatelSimplify. Avoid redundant checks.
2010-08-09 Devang PatelRefactor.
2010-08-09 Devang PatelRefactoring. Update DbgVarible to handle queries itself.
2010-08-09 Devang PatelIt is ok, and convenient, to pass descriptors by value.
2010-08-09 Jakob Stoklund OlesenA REG_SEQUENCE instruction may use the same register...
2010-08-09 Devang PatelRename a method.
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-06 Jakob Stoklund OlesenLazily defer duplicating the live interval we are split...
2010-08-06 Jim GrosbachCleanup comment wording
2010-08-06 Jakob Stoklund OlesenKeep the MachiuneFunctionPass pointer around. It is...
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Jakob Stoklund OlesenAdd more verification of LiveIntervals.
2010-08-06 Jakob Stoklund OlesenFix swapped COPY operands.
2010-08-06 Jakob Stoklund OlesenDon't try to verify LiveIntervals for physical registers.
2010-08-06 Ted KremenekUpdate CMake build.
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Devang PatelWhile emitting DBG_VALUE for registers spilled at the...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Jakob Stoklund OlesenBe more aggressive about removing joined physreg copies.
2010-08-05 Jakob Stoklund OlesenDon't verify LiveVariables if LiveIntervals is available.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Jakob Stoklund OlesenAdd basic verification of LiveIntervals.
2010-08-05 Jakob Stoklund OlesenRemove double-def checking from MachineVerifier, so...
2010-08-05 Jakob Stoklund OlesenAvoid using a live std::multimap iterator while editing...
2010-08-04 Bill WendlingThe lower invoke pass needs to have unreachable code...
2010-08-04 Jakob Stoklund OlesenCoalesce stack slot accesses that arise when spilling...
2010-08-04 Jakob Stoklund OlesenCheckpoint SplitKit progress.
2010-08-04 Devang PatelUse location entry only of the location described by...
2010-08-04 Bill WendlingThe EH prepare passes really want to be the last passes...
2010-08-04 Devang PatelFix typo in comment.
2010-08-04 Dan GohmanChange this llvm_unreachable to report_fatal_error...
2010-08-04 Devang PatelWhile spilling live registers at the end of block check...
2010-08-04 Devang PatelIf a variable is spilled by code generator then use...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-08-03 Jakob Stoklund OlesenOops. Don't normalize spill weights twice.
2010-08-02 Bill WendlingEarly exit and reduce indentation. No functionality...
2010-08-02 Devang PatelFree DbgScope created for dead functions.
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-08-02 Eli FriedmanPR7586: Make sure we don't claim that unknown bits...
2010-08-01 Bill WendlingReference the personalities. Don't copy them into a...
2010-07-30 Eli FriedmanFix for bug reported by Evzen Muller on llvm-commits...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Dale JohannesenComment typo.
2010-07-29 Jakob Stoklund OlesenFix a bug in the -regalloc=fast handling of exotic...
2010-07-28 Jakob Stoklund OlesenPrint out the regclass of any virtual registers used...
2010-07-27 Devang PatelIt is FE's responsibility to emit proper directory...
2010-07-27 Jim GrosbachGrammar
2010-07-27 Nate BegemanFix a crash in the dag combiner caused by ConstantFoldB...
2010-07-27 Jim Grosbach80 column
2010-07-27 Jim Grosbachfix typo
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-26 Jakob Stoklund OlesenAdd SplitEditor to SplitKit. This class will be used...
2010-07-26 Dan GohmanFix a use-after-free.
2010-07-26 Bill WendlingUsing llvm.eh.catch.all.value instead of .llvm.eh.catch...
2010-07-26 Evan ChengThe "excess register pressure" returned by HighRegPress...
2010-07-26 Dan GohmanHandle Values with no value in getCopyFromRegs.
2010-07-26 Dan GohmanA block dominates itself, by definition.
2010-07-26 Duncan SandsPacify gcc-4.5 which wrongly thinks that RExcess (passe...
2010-07-26 Lang HamesFactored out a bit of common code to mark VNInfos for...
2010-07-25 Evan ChengAdd comments.
2010-07-25 Bob WilsonFix crashes when scheduling a CopyToReg node -- getMach...
2010-07-24 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-07-24 Bob WilsonChange ScheduleDAGInstrs::Defs and ::Uses to be variabl...
2010-07-24 Devang PatelUse current working directory when Dirname is empty...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-23 Jim GrosbachRemove too-strict assertion. We may want the vreg copy...
2010-07-23 Devang PatelRevert r109262.
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Devang PatelIF directory name is empty then try to extract one...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-23 Dan GohmanMake SDNode::dump() print a newline at the end.
2010-07-23 Eric Christopher80-col.
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-22 Gabor Greifkeep in 80 cols
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-07-22 Evan ChengRe-apply r109079 with fix.
2010-07-22 Owen AndersonRevert r109079, which broke a lot of CodeGen tests.
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-07-22 Evan ChengInitialize RegLimit only when register pressure is...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Jim Grosbach80 column and trailing whitespace cleanup
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Lang HamesChanged OStream templates to functions on raw_ostream...
next