handle X86::EH_RETURN64 and X86::EH_RETURN.
[oota-llvm.git] / lib / CodeGen /
2010-10-26 Devang Patels/beginScope/beginInstruction/g
2010-10-26 Jakob Stoklund OlesenDon't verify physical registers going into landing...
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-26 Nick LewyckyFor statistics that are only used in functions declared...
2010-10-26 Jakob Stoklund OlesenInlineSpiller can also update LiveStacks.
2010-10-26 Jakob Stoklund OlesenMake the spiller responsible for updating the LiveStack...
2010-10-26 Bob WilsonWhen the "true" and "false" blocks of a diamond if...
2010-10-26 Bob WilsonChange if-conversion to keep track of the extra cost...
2010-10-25 Evan ChengNeuter r117193 as it causes significant post-ra schedul...
2010-10-25 Devang PatelSimplify.
2010-10-25 Devang PatelAdd counters to count basic blocks and machine basic...
2010-10-25 Devang PatelAdd simple counter to count no. of basic blocks without...
2010-10-25 Jakob Stoklund OlesenIn which I learn how to forward declare template classes.
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthFix a likely bug in an assertion by adding parentheses...
2010-10-23 Evan ChengProperly model the latency of register defs which are...
2010-10-23 Jakob Stoklund OlesenVerify LiveIntervals against the CFG, ensuring that...
2010-10-22 Andrew TrickNonvirtual dtor that was accessible enough to be bad.
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-10-22 Jakob Stoklund OlesenAdd more verification of LiveIntervals.
2010-10-22 Jakob Stoklund OlesenBe more strict about detecting multi-use blocks for...
2010-10-22 Evan ChengUnbreak build.
2010-10-22 Evan ChengTransfer implicit ops when forming load multiple and...
2010-10-22 Jakob Stoklund OlesenBe more strict when detecting critical edges before...
2010-10-22 Jakob Stoklund OlesenAdd print methods
2010-10-21 Michael J. SpencerX86: Base _fltused on the FunctionType of the called...
2010-10-21 Jakob Stoklund OlesenDon't include the destination interval in the union...
2010-10-21 Jakob Stoklund OlesenPermit landing pad successor blocks when verifying...
2010-10-21 Duncan SandsThe variable liTRC is not used for anything useful...
2010-10-21 Duncan SandsRemove some variables that are never really used
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-20 Jakob Stoklund OlesenRemember to keep track of rematted values.
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-20 Jakob Stoklund OlesenMove some of the InlineSpiller rematerialization code...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-20 Jakob Stoklund OlesenWhen SimpleRegisterCoalescing is trimming kill flags...
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-19 Jakob Stoklund OlesenShrink MachineOperand from 40 to 32 bytes on 64-bit...
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 NAKAMURA Takumilib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak...
2010-10-19 Andrew TrickFix for machine licm assert: RCCost <= RegPressure...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-18 Dan GohmanAdd TypeBasedAliasAnalysis to the standard pass lists...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-18 Jim GrosbachTrivial grammar tweak.
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-16 Evan ChengMore machine LICM work. It now tracks register pressure...
2010-10-15 Jakob Stoklund OlesenRemove unused accessor.
2010-10-15 Jakob Stoklund OlesenEliminate curli from SplitEditor. Use the LiveRangeEdit...
2010-10-15 Jakob Stoklund OlesenMove stack slot assignments into LiveRangeEdit.
2010-10-14 Jakob Stoklund OlesenCreate a new LiveRangeEdit class to keep track of the...
2010-10-14 Jakob Stoklund OlesenOnly split around a loop if the live range has uses...
2010-10-14 Evan ChengRegister pressure and instruction latency aware machine...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-11 Jakob Stoklund OlesenReplace FindLiveRangeContaining() with getVNInfoAt...
2010-10-11 Jakob Stoklund OlesenProperly handle reloading and spilling around partial...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-10 Chris Lattnerfix the default va_arg expansion (in the realignment...
2010-10-09 Benjamin KramerSilence compiler warning.
2010-10-08 Jakob Stoklund OlesenRename SplitEditor::rewrite to finish() and break it...
2010-10-08 Evan ChengAvoid compiler warning: comparison between signed and...
2010-10-08 Jakob Stoklund OlesenExtract method ProcessUses from LocalRewriter::RewriteM...
2010-10-08 Anton KorobeynikovDo not check that the bodies of two defs of same linkon...
2010-10-08 Jakob Stoklund OlesenClassify value numbers into connected components in...
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-08 Evan ChengDon't waste time unfolding simple loads. The unfolded...
2010-10-08 Evan ChengFix operand latency computation in cases where the...
2010-10-08 Devang PatelLine number 0 indicates there is no source line/file...
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-07 Jakob Stoklund OlesenPrint more loop info.
2010-10-07 Jakob Stoklund OlesenPrint out MBB number when rewriting.
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-10-07 Jakob Stoklund OlesenCache interval iterators in SplitEditor::addTruncSimple...
2010-10-07 Jakob Stoklund OlesenClean up debug printing.
2010-10-06 Jakob Stoklund OlesenAdd MachineRegisterInfo::constrainRegClass and use...
2010-10-06 Jakob Stoklund OlesenSkip unused registers when verifying LiveIntervals.
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-06 Nick LewyckyRemove unused variables.
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-05 Jakob Stoklund OlesenCount uses in all nested loops, not just the deepest.
2010-10-05 Jakob Stoklund OlesenRemove SplitAnalysis::removeUse. It was only used to...
2010-10-05 Jakob Stoklund Olesendupli always has an interval now.
2010-10-05 Jakob Stoklund OlesenWe can split around loops with multiple exits now.
2010-10-05 Jakob Stoklund OlesenUpdate SplitEditor API to reflect the fact that the...
2010-10-05 Jakob Stoklund OlesenIntervals are half-open.
2010-10-05 Jakob Stoklund OlesenWhen we find a reaching definition, make sure it is...
2010-10-05 Jakob Stoklund OlesenDon't use nextIndex to check for live out of instruction.
2010-10-05 Jakob Stoklund OlesenTweak VNInfo printing.
2010-10-05 Jakob Stoklund OlesenAdd assert for valid slot indexes.
2010-10-05 Owen AndersonUse a more efficient lowering of uint64_t --> float...
next