remove these.
[oota-llvm.git] / lib / CodeGen /
2007-02-25 Chris Lattnerinitialize a instance variable
2007-02-24 Jim LaskeyDeal with cases when MMI is not requested.
2007-02-24 Jim LaskeyDrop unused operand.
2007-02-24 Chris LattnerFix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile...
2007-02-23 Evan ChengReuse extends the liveness of a register. Transfer...
2007-02-23 Jim LaskeyHandle improper cast.
2007-02-23 Evan ChengHandle cases when joining live intervals of two virtual...
2007-02-23 Evan ChengMark livein registers as being in used.
2007-02-23 Evan ChengA spill kills the register being stored. But it is...
2007-02-23 Evan ChengFirst potential client of register scavenger.
2007-02-23 Evan ChengUse findRegisterUseOperand to find a kill of particular...
2007-02-23 Evan ChengInitial check in of register scavenger. Its only curren...
2007-02-22 Evan ChengRemove unnecessary isKill properties if a live range...
2007-02-22 Jim LaskeyUpdate comment.
2007-02-22 Jim LaskeyMissing end of abbreviations - correction
2007-02-22 Jim LaskeyMissing end of abbreviations.
2007-02-22 Jim LaskeyNeed to init.
2007-02-22 Jim LaskeyRemove isAccessable.
2007-02-22 Jim LaskeyUse exception flag.
2007-02-22 Jim LaskeyRemove assertion.
2007-02-22 Jim LaskeyTighten up error checking of args.
2007-02-22 Jim LaskeyHandle lowering invoke to call correctly.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySelection and lowering for exception handling.
2007-02-21 Jim LaskeyException handling support.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-21 Jim LaskeyMake branch folding behave in the presence of landing...
2007-02-21 Jim LaskeyAllow for live in registers for eh landing pads.
2007-02-21 Jim LaskeyAdd structures used for collecting eh information.
2007-02-21 Evan ChengOut of bound reference.
2007-02-21 Evan ChengUse BitVector instead. No functionality change.
2007-02-20 Evan ChengDead code.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan Cheng- Changes how function livein's are handled, they now...
2007-02-17 Evan ChengDo not add livein's to entry MBB twice.
2007-02-17 Evan ChengAdded removeLiveIn.
2007-02-17 Evan ChengAdded findRegisterDefOperand().
2007-02-17 Evan Cheng- Use MRegister::regsOverlap().
2007-02-17 Chris Lattnerprint target nodes nicely
2007-02-17 Chris LattnerImplement i/n/s constraints correctly. This fixes
2007-02-17 Dale JohannesenFixes PR 1200
2007-02-16 Evan ChengPrint <dead> def operands.
2007-02-16 Evan ChengAdd live-ins to every BB.
2007-02-16 Dale Johannesentest commit (blank line)
2007-02-15 Chris Lattnerfix indentation
2007-02-15 Chris LattnerApply B Scott Michel's patch for PR1184, which improves...
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris Lattnerfix a warning
2007-02-14 Chris LattnerRefix CodeGen/Generic/switch-lower.ll. In contrast...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris Lattnerimplement expand of truncate. This allows truncates...
2007-02-13 Chris LattnerFix PR1198, by adding initial i128 support. Patch...
2007-02-13 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos VenancioAdd a space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd "original alignment" to function arguments flags.
2007-02-13 Chris Lattnereliminate vector-related allocations
2007-02-13 Evan ChengAllow any MachineBasicBlock (not just the entry block...
2007-02-13 Chris LattnerFix switch lowering to order cases in zext order, which...
2007-02-10 Chris Lattnereliminate temporary vectors.
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Evan ChengAdd function live-ins to entry block live-in set.
2007-02-10 Evan ChengAdd live-ins to MachineBasicBlock.
2007-02-10 Evan ChengRename some variables to avoid confusion with Selection...
2007-02-08 Evan ChengMake use of TLI.SimplifySetCC() in LegalizeSetCCOperands().
2007-02-08 Evan ChengMove SimplifySetCC to TargetLowering and allow it to...
2007-02-08 Evan ChengFixed a long standing spiller bug that's exposed by...
2007-02-08 Bill WendlingSplit the addPassesToEmitFile method up into two. This...
2007-02-08 Bill WendlingAdd function to create a file writer.
2007-02-08 Bill WendlingMoved from include/llvm/CodeGen to lib/CodeGen.
2007-02-07 Nate BegemanFix a fixme by correctly calculating preferred alignmen...
2007-02-06 Chris LattnerTwo fixes:
2007-02-06 Chris LattnerFix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll
2007-02-06 Chris LattnerOops, swap this. This fixes a regression I introduced...
2007-02-05 Chris LattnerFix PR1178
2007-02-04 Anton KorobeynikovFixing silly "not-implemented" bug in AsmPrinter. This...
2007-02-04 Chris Lattnerswitch the VRBaseMap in the scheduler from an std:...
2007-02-04 Chris LattnerIntroduce new UnarySDNode/BinarySDNode/TernarySDNode...
2007-02-04 Chris Lattnereliminate the SDNode::setValueTypes method.
2007-02-04 Chris Lattnereliminate a bunch of duplicate ctors and helper functions.
2007-02-04 Chris Lattnermove MorphNode to out of line and merge setNodeOperands...
2007-02-04 Chris Lattnersimplify MorphNodeTo to take a VTList operand.
2007-02-04 Chris Lattnereliminate some extraneous methods in SDNode
2007-02-04 Chris LattnerGive each selectiondag node class a home for it's vtabl...
2007-02-04 Chris LattnerSwitch VAlueMap from std::map to DenseMap.
2007-02-04 Chris LattnerSwitch NodeMap from std::map to DenseMap, this speeds...
2007-02-04 Chris Lattnerswtich vector-> smallvector, speeding up selectiondag...
2007-02-04 Chris LattnerSwitch promoted/expanded ops over to using a DenseMap...
2007-02-04 Chris Lattnerswitch LegalizedNodes from std::map to a DenseMap....
2007-02-04 Chris LattnerEliminate some malloc traffic from LegalizeAllNodesNotL...
2007-02-04 Chris LattnerEliminate some std::sets. This speeds up isel of kimwi...
2007-02-04 Chris LattnerSwitch SelectionDAG::ReplaceAllUsesOfValueWith to use...
2007-02-03 Bill WendlingPass in non-Mach-O-specific parameters to the GetTarget...
2007-02-03 Chris Lattnerswitch the sched unit map over to use a DenseMap instea...
2007-02-03 Chris LattnerSwitch ComputeTopDownOrdering over to using a densemap...
2007-02-03 Evan ChengPasto
2007-02-02 Reid SpencerUse short form of BinaryOperator create function.
next