Simplify this code. The FastISel class has its own TD member.
[oota-llvm.git] / lib /
2008-09-18 Dan GohmanSimplify this code. The FastISel class has its own...
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-18 Evan ChengPreliminary support for systems which require changing...
2008-09-18 Evan ChengDuh. Default to ARMCC::AL (always).
2008-09-18 Evan ChengClean up.
2008-09-18 Evan ChengCosmetic.
2008-09-17 Dan GohmanFastISel: For calls, prefer using the callee's address...
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 Devang PatelDo not hoist instruction above branch condition. The...
2008-09-17 Devang PatelDo not ignore iv uses outside the loop.
2008-09-17 Dan GohmanDon't worry about clobbering physical register defs...
2008-09-17 Evan ChengFix addrmode1 instruction encodings; fix bx_ret encoding.
2008-09-17 Evan ChengSpecify instruction encoding using range list to avoid...
2008-09-17 Dan GohmanSimplify and generalize X86DAGToDAGISel::CanBeFoldedBy...
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
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 GohmanFinally re-apply r46959. This is made feasible by the...
2008-09-16 Dan GohmanImprove instcombine's handling of integer min and max...
2008-09-16 Evan ChengAllocateRWXMemory -> AllocateRWX.
2008-09-16 Dan GohmanDon't take the time to CheckDAGForTailCallsAndFixThem...
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-15 Dan GohmanTeach ScalarEvolution to consider loop preheaders in...
2008-09-15 Owen AndersonLive intervals for live-in registers should begin at...
2008-09-15 Dan GohmanTeach LSR to optimize away SMAX operations for tripcoun...
2008-09-15 Bruno Cardoso LopesFixed Bug 2751
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 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
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 Duncan SandsFix PR2792: treat volatile loads as writing memory...
2008-09-13 Evan ChengFix random abort.
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-13 Evan ChengTypo.
2008-09-13 Evan ChengRely on instruction format to determine so_reg operand...
2008-09-13 Evan ChengRevert 56176. All those instruction formats are still...
2008-09-13 Evan ChengAccidentially flipped the condition.
2008-09-13 Evan ChengAdd debug dumps.
2008-09-12 Evan ChengEliminate unnecessary instruction formats.
2008-09-12 Evan ChengAddrmode 1 S bit can be dynamically set. Look for CPSR...
2008-09-12 Evan ChengRewrite address mode 1 code emission routines.
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 Duncan SandsRather than marking all internal globals "Ref"
2008-09-12 Dale JohannesenThe sequence for ppcf128 compares was not IEEE
2008-09-11 Dan GohmanOn 64-bit targets, change 32-bit getelementptr indices...
2008-09-11 Dan GohmanFix a vectorshuffle instcombine bug introduced by r55995.
2008-09-11 Jim Grosbachudpate header comment: s/VP/VFP/
2008-09-11 Arnold SchwaighoferWhen tailcallopt is enabled all fastcc calls must have...
2008-09-11 Evan ChengFix PR2748. Avoid coalescing physical register with...
2008-09-11 Owen AndersonFix a bug in ANY_EXTEND handling that was breaking...
2008-09-11 Duncan SandsFix comment typo.
2008-09-11 Duncan SandsIntrinsics don't touch internal global variables
2008-09-11 Dan GohmanFix a copy+paste bug that Duncan spotted. For several
2008-09-11 Evan ChengFix PR2783 - coalescer bug. Missing a TargetRegisterInf...
2008-09-11 Duncan SandsIntrinsics don't read these kinds of global
2008-09-11 Evan ChengFix a 80 column violation.
2008-09-11 Dale JohannesenThe version of AtomicSDNode::AtomicSDNode used (only...
2008-09-11 Owen AndersonIf ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and...
2008-09-11 Dale JohannesenSuccumb utterly to compatibility and implement
2008-09-11 Evan ChengPropagate subreg index when promoting a load to a copy.
2008-09-11 Dan GohmanIn my analysis for r56076 I missed the case where the...
2008-09-10 Dan GohmanFix an icmp+sdiv optimization to check for and handle...
2008-09-10 Dan GohmanX86FastISel support for double->float and float->double...
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 Evan ChengFix a fastcc + sret bug. If fastcc and sret, callee...
2008-09-10 Dale JohannesenHandle new intrinsics with vector arguments.
2008-09-10 Dan GohmanAdd a break statement that I accidentally deleted when
2008-09-10 Devang Patelfix white spaces.
2008-09-10 Duncan SandsFix name.
2008-09-10 Duncan SandsAdd trampoline support for the new FastCC calling
2008-09-10 Duncan SandsTurn off the new FastCC for the moment. It causes
2008-09-10 Bill WendlingRemove unnecessary bit-wise AND from the limited precis...
2008-09-10 Daniel DunbarFix 80 col violation.
2008-09-10 Dan GohmanFix a warning about comparing signed and unsigned values.
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.
next