Drop obsolete hook and change all usage to new interface
[oota-llvm.git] / lib / CodeGen /
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Owen AndersonFix off-by-one error when updating live intervals.
2008-09-24 Bill WendlingReapplying r56550
2008-09-24 Bill WendlingForgot this part with my last patch. Sorry about the...
2008-09-24 Eric ChristopherTemporarily revert r56550 until missing commit can...
2008-09-24 Bill WendlingRefactor the constant folding code into it's own functi...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-24 Dan GohmanRefactor the logic for testing if an instruction is...
2008-09-24 Dan GohmanSet SetStore to false, to allow this pass to delete
2008-09-24 Dan GohmanAdd a method to MachineInstr for testing whether it...
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Dan GohmanNow that DeadMachineInstructionElim is basically working
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-23 Dan GohmanTrack local physical register liveness. This is not...
2008-09-23 Dan GohmanReplace the LiveRegs SmallSet with a simple counter...
2008-09-23 Owen AndersonAdd initial support for inserting last minute copies.
2008-09-22 Dan GohmanFix the alignment of loads from constant pool entries...
2008-09-22 Evan ChengLivestacks really does preserve everything.
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Owen AndersonSignificant improvements to the logic for merging live...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-22 Dale JohannesenMore refactoring. Yawn.
2008-09-22 Dale JohannesenRefactor FP intrinisic setup. Per review feedback.
2008-09-22 Evan ChengPer review feedback: Only perform
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-22 Bill WendlingAdd helper function to get a 32-bit floating point...
2008-09-21 Dan GohmanFactor out code into HandleVirtRegDef, for consistency...
2008-09-21 Owen AndersonFetch the starting index of the block when assigning...
2008-09-21 Chris Lattnerdon't print GlobalAddressSDNode's with an offset of...
2008-09-20 Dale JohannesenTeach coalescer about earlyclobber bits.
2008-09-20 Evan ChengFix PR2808. When regalloc runs out of register, it...
2008-09-19 Evan ChengContinue after removing the current MI.
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-19 Dale JohannesenMake earlyclobber stuff work when virtual regs
2008-09-19 Evan ChengRe-materalized definition instructions may be dead...
2008-09-19 Dale JohannesenRemove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
2008-09-18 Evan ChengSomehow RegAllocLinearScan is keeping two pointers...
2008-09-18 Dan GohmanDon't consider instructions with implicit physical...
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Evan ChengUnallocatable registers do not have live intervals.
2008-09-17 Dan GohmanDon't worry about clobbering physical register defs...
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-09-16 Evan ChengWhen converting a CopyFromReg to a copy instruction...
2008-09-16 Dan GohmanChange SelectionDAG::getConstantPool to always set...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Dan GohmanInclude the alignment value when displaying ConstantPoo...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
2008-09-16 Dan GohmanDon't take the time to CheckDAGForTailCallsAndFixThem...
2008-09-15 Owen AndersonLive intervals for live-in registers should begin at...
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-15 Evan ChengCorrectly update kill infos after extending a live...
2008-09-14 Dale Johannesenadjust last patch per review feedback
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Evan ChengOn some targets, non-move instructions can become move...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-12 Dale JohannesenThe sequence for ppcf128 compares was not IEEE
2008-09-11 Evan ChengFix PR2748. Avoid coalescing physical register with...
2008-09-11 Evan ChengFix PR2783 - coalescer bug. Missing a TargetRegisterInf...
2008-09-11 Evan ChengFix a 80 column violation.
2008-09-11 Evan ChengPropagate subreg index when promoting a load to a copy.
2008-09-10 Dan GohmanFastISel support for i1 PHI nodes.
2008-09-10 Dan GohmanFastISel support for i1 constants.
2008-09-10 Owen AndersonFix a bug in the coalescer where it didn't check if...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-10 Evan ChengFix PR2664 - spiller GetRegForReload wasn't respecting...
2008-09-10 Dan GohmanAdd a break statement that I accidentally deleted when
2008-09-10 Bill WendlingRemove unnecessary bit-wise AND from the limited precis...
2008-09-10 Daniel DunbarFix 80 col violation.
2008-09-10 Evan ChengFix typo.
2008-09-10 Bill WendlingCheck that both operands are f32 before attempting...
2008-09-10 Bill WendlingImplement "visitPow". This is mainly used to see if...
2008-09-09 Evan ChengA few more places where FPOW is being ignored.
2008-09-09 Dan GohmanChange -fast-isel-no-abort to -fast-isel-abort, which...
2008-09-09 Evan ChengLegalizer was missing code that expand fpow to a libcall.
2008-09-09 Bill WendlingAdding 6-, 12-, and 18-bit limited-precision floating...
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Bill WendlingAdd support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Dan GohmanAdd a new option, -fast-isel-verbose, that can be used...
2008-09-09 Evan ChengClear preference when it no longer makes sense.
2008-09-09 Owen AndersonClean this up, based on Evan's suggestions.
2008-09-09 Bill Wendling- Add support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Evan ChengFix PR2757. Ignore liveinterval register allocation...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Bill WendlingAdd limited precision floating-point conversions of...
2008-09-09 Owen AndersonCheck for type legality before materializing integer...
2008-09-09 Dan GohmanRemove the code that protected FastISel from aborting in
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-09 Bill WendlingAdd support for floating-point calculations of log2...
2008-09-08 Dale JohannesenDon't suppress no-dead-strip for used static functions.
2008-09-08 Anton KorobeynikovReapply 55904: Unbreak and fix indentation
2008-09-08 Dan GohmanFix a few I's that were meant to be renamed to BI's.
next