1. Have the ExecutionContext keep track of the APInt's allocated and
[oota-llvm.git] / lib / CodeGen /
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
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-24 Bill WendlingUse the TargetMachOWriterInfo class to get this informa...
2007-01-23 Evan ChengPEI is now responsible for adding MaxCallFrameSize...
2007-01-23 Chris LattnerSwitch this to use SmallSet to avoid mallocs in the...
2007-01-23 Chris LattnerFix a bunch of inline asm failures
2007-01-22 Evan ChengRemove the DoubleTy special case.
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-20 Evan ChengFix for PR1108: type of insert_vector_elt index operand...
2007-01-20 Evan ChengRemove an unused variable.
2007-01-20 Evan ChengWe not align the final stack slot but instead let the...
2007-01-19 Evan ChengGetRegForReload() now keeps track which registers have...
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Evan ChengRemove this xform:
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingUse the methods in the TargetObjInfo object instead...
2007-01-16 Chris LattnerFix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCyc...
next