Try to place hoisted instructions befoe icmp instruction.
[oota-llvm.git] / lib / CodeGen /
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.
2008-09-08 Dale JohannesenRedo the 3 existing low-precision expansions to
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Dan GohmanIn visitUREM, arrange for the temporary UDIV node to be
2008-09-08 Daniel DunbarAdd VISIBILITY_HIDDEN on SDISelAsmOperandInfo
2008-09-08 Dan GohmanAdd AsmPrinter support for i128 and larger static initi...
2008-09-08 Dan GohmanFix the string for ISD::UDIVREM.
2008-09-08 Evan ChengAvoid redefinition and nnbreak windows build.
2008-09-08 Anton KorobeynikovUnbreak and fix indentation
2008-09-08 Evan ChengAdd fast isel physical register definition support.
2008-09-08 Bill WendlingRevert my previous change -- the subtraction of two...
2008-09-07 Bill WendlingConvert
2008-09-07 Evan ChengIndentation.
2008-09-07 Evan Cheng- Doh. Pass vector by value is bad.
2008-09-05 Dale JohannesenNext limited float precision expansion (log2 12 bits)
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Dan GohmanMove the code that inserts copies for function livein...
2008-09-05 Dale JohannesenAdd the next limited-precision expansion.
2008-09-05 Dan GohmanFastISel support for AND and OR with type i1.
2008-09-05 Dale JohannesenAdd hooks for other intrinsics to get low-precision...
2008-09-05 Dan GohmanFastISel support for ConstantExprs.
2008-09-05 Dan GohmanRevert r55817. It broke PIC. FastISel will need to...
2008-09-05 Evan ChengAdd a variant of AnalyzeCallOperands that can be used...
2008-09-05 Duncan Sands"Fix" PR2762. The testcase now crashes codegen
2008-09-05 Dan GohmanFix a search+replace-o.
2008-09-05 Dale JohannesenAdd -flimit-float-precision to enable some faster,
2008-09-05 Dan GohmanFastISel support for unreachable.
2008-09-05 Dan GohmanIn FastISel mode, the scheduler may be invoked multiple...
2008-09-05 Owen AndersonAdd initial support for selecting constant materializat...
2008-09-04 Dan GohmanAdd an include of SmallSet.h.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
2008-09-04 Evan ChengFix an overly strict assertion. Source register of...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-03 Dan GohmanDo trivial local CSE for constants and other non-Instru...
2008-09-03 Dan GohmanPut RegsForValue in the llvm namespace to avoid warning...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Dale JohannesenDo not emit a UsedDirective for things in the llvm...
2008-09-03 Owen AndersonOops, I accidentally broke the fallback case with my...
2008-09-03 Owen AndersonFix an issue where we were reusing materializations...
next