Simplify this code. Don't do a DomTreeNode lookup for each visited block.
[oota-llvm.git] / lib / CodeGen /
2010-05-11 Dan GohmanTrim #includes and forward declarations.
2010-05-11 Jakob Stoklund OlesenMostly rewrite RegAllocFast.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-11 Evan ChengIt's not safe eliminate copies where src and dst have...
2010-05-11 Evan ChengEnsure REG_SEQUENCE source operands are unique.
2010-05-10 Evan ChengIndentation.
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
2010-05-10 Evan ChengIt's not safe to propagate implicit_def that defines...
2010-05-10 Evan ChengClear RegSequences vector after eliminating REG_SEQUENC...
2010-05-10 Evan ChengBe careful with operand promotion. For a binary operati...
2010-05-10 Evan ChengRe-defined valno is always valno even for partial re...
2010-05-10 Bob WilsonFix PR7096. When a block containing multiple defs...
2010-05-10 Duncan SandsAdd an assertion to catch attempts to access off the...
2010-05-07 Devang PatelInstead of just verifying compile unit, verify entire...
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Dan GohmanSDDbgValues are apparently not being legalized. Fix...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Devang PatelVerify entire type descriptor not just tag.
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-05-07 Nick LewyckyRevert r103133 and add testcase from PR7066.
2010-05-07 Dan GohmanTransfer debug location information from PHI nodes...
2010-05-07 Dan GohmanPrint debug information for SDNodes.
2010-05-07 Dan GohmanDisable the new unknown-location code for now. It cause...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-06 Evan Cheng80 col violation.
2010-05-06 Evan ChengFixes a coalescer bug that caused llc to crash on 2009...
2010-05-06 Dan GohmanUpdate LabelsBeforeInsn also, when creating unknown...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-06 Dan GohmanIn bottom-up mode, defer the materialization of local...
2010-05-05 Dan GohmanAdd an "IsBottomUp" member function to FastISel, which...
2010-05-05 Dan GohmanEmit debug info for MachineInstrs with unknown debug...
2010-05-05 Jakob Stoklund OlesenFix PR6520. An earlyclobber physreg must not be allocat...
2010-05-05 Devang PatelUse getValue() for PHINodes when direct NodeMap access...
2010-05-05 Evan ChengMove REG_SEQUENCE removal to 2addr pass.
2010-05-05 Evan ChengTeach liveintervalanalysis about virtual registers...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-05-04 Evan ChengTeach PHI elimination to remove REG_SEQUENCE instructio...
2010-05-04 Evan ChengRename variables for consistency.
2010-05-04 Devang PatelSet DW_AT_APPLE_omit_frame_ptr in endFunction() where...
2010-05-04 Evan ChengInstruction selection optimizations may have moved...
2010-05-04 Evan ChengTeach scheduler about REG_SEQUENCE.
2010-05-04 Dan GohmanRe-enable isel kill flags, now that the local allocator...
2010-05-03 Jakob Stoklund OlesenRemove preexisting kill flags in RegAllocLocal, just...
2010-05-03 Dan GohmanFactor out FastISel's code for materializing constants...
2010-05-03 Jakob Stoklund OlesenCheck that subregisters don't have independent values...
2010-05-03 Eric ChristopherReword a comment slightly.
2010-05-03 Bob WilsonPrint basic block numbers in live interval debug output...
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-05-01 Dale JohannesenDon't count debug info as instructions. This was
2010-05-01 Anton KorobeynikovInsert ANY_EXTEND node instead of invalid truncate...
2010-05-01 Dan GohmanRemove the code for special-casing byval for fast-isel...
2010-05-01 Dan GohmanRe-disable kill flags, as there is more trouble.
2010-05-01 Dan GohmanRe-enable kill flags from SelectionDAGISel, with a...
2010-05-01 Dale JohannesenFix a bug where debug info affected stack slot coloring.
2010-05-01 Dan GohmanFix whitespace.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Dan GohmanReorgnaize more switch code lowering to clean up some...
2010-05-01 Dan GohmanDelete the EdgeMapping variable itself.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Dan GohmanRemove this debug output. The MachineFunction will...
2010-04-30 Jakob Stoklund OlesenThe local register allocator has to spill dirty callee...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-30 Jakob Stoklund OlesenDon't use floating point in SimpleRegisterCoalescing.
2010-04-30 Dan GohmanApply a patch from Jan Sjodin to fix a compiler abort...
2010-04-30 Dan GohmanTemporarily disable SelectionDAG kill flags, which...
2010-04-30 Dan GohmanSet register kill flags on the SelectionDAG path, at...
2010-04-29 Jakob Stoklund OlesenReject really weird coalescer case when trying to merge...
2010-04-29 Dan GohmanFix typos in assertion strings.
2010-04-29 Jakob Stoklund OlesenSlightly verboser debug spew from coalescer
2010-04-29 Devang PatelRefactor.
2010-04-29 Dale JohannesenMake naked functions work on PPC.
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-29 Evan ChengRemove DBG_VALUE which reference dead stack slots.
2010-04-29 Devang PatelDO not push DBG_VALUE machine instructions for inlined...
2010-04-29 Evan ChengAdd comment.
2010-04-29 Evan ChengRe-enable 102565 with fixes.
2010-04-29 Evan ChengTemporarily disable my changes to unbreak the build.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-29 Dan GohmanFix missing #include.
2010-04-29 Evan ChengAvoid emitting a dbg_value machineinstr that's not...
2010-04-29 Evan ChengCheck Reg against zero.
2010-04-28 Evan Cheng- Really preserve dbg_value instructions when the regis...
2010-04-28 Devang Pateltidy up.
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-28 Evan ChengPretty print DBG_VALUE machine instructions.
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelWhile lowering dbg_declare, emit DBG_VALUE machine...
2010-04-28 Jakob Stoklund OlesenRecompute kill flags from live intervals after coalesci...
2010-04-28 Evan ChengTry operation promotion only if regular dag combine...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
next