Make add_1 exit early if carry is 0.
[oota-llvm.git] / lib / CodeGen /
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.
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Jim LaskeySlip up
2007-02-01 Jim LaskeyEmit labels as label_n and not as debug_n
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-02-01 Chris LattnerFit in 80 columns
2007-02-01 Chris LattnerEmit a better assertion message for PR1133
2007-01-31 Evan ChengAllow the target to override the ISD::CondCode that...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Chris Lattneradd initial support for handling inline asms with multi...
2007-01-29 Jim LaskeyOut of line function.
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Nate BegemanProperly support cstrings
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Jim LaskeyDisable zero landing pads for now.
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-29 Reid SpencerUse TargetData to obtain the correct size of the "size_...
2007-01-28 Reid SpencerFor PR1138:
2007-01-28 Anton KorobeynikovArguments are counting from 1. not from 0. Maybe we...
2007-01-28 Anton KorobeynikovMore cleanup
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-27 Bill WendlingUse TargetELFWriterInfo class.
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-26 Jim Laskeyrename files
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-26 Jim LaskeyClarify some constants.
2007-01-25 Evan ChengAdded a MRegisterInfo hook that tells PEI the target...
2007-01-25 Jim Laskey1. Remove dwarf-verbose option (now asm-verbose.)
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Jim LaskeyUse asm printer to emit alignment
next