simplify name juggling through the use of Value::takeName.
[oota-llvm.git] / lib /
2007-02-07 Evan Cheng- If fp (r7) is used to reference stack objects, use...
2007-02-07 Chris Lattnerremove dead ivars, thanks to Reid for noticing this!
2007-02-07 Chris Lattnerremove the handleVBR32/handleVBR64 callbacks. They...
2007-02-07 Chris Lattnerconstants can't be in the symtab anymore
2007-02-07 Chris Lattnerupdate comment.
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-07 Zhou ShengAs Chris suggested, fixed some problems. (This is the...
2007-02-07 Chris Lattnereliminate ValueSymbolTable::rename, it has no advantage...
2007-02-07 Chris Lattnerspeed up conflict handling.
2007-02-07 Nate BegemanFix a fixme by correctly calculating preferred alignmen...
2007-02-07 Chris LattnerEliminate the O(n) version of TypeSymbolTable::remove...
2007-02-07 Chris LattnerTypeSymbolTable::rename is dead, remove it
2007-02-07 Chris LattnerEliminate a bunch of work from ValueSymbolTable::insert...
2007-02-07 Chris Lattnerparse constantexpr arguments into a smallvector: 1...
2007-02-07 Chris LattnerEliminate std::vectors from the bcanalyzer interface.
2007-02-07 Evan ChengeliminateFrameIndex() is even more complicated if frame...
2007-02-07 Chris Lattnerredesign the primary datastructure used by mem2reg...
2007-02-07 Chris Lattnerdo not let the table fill up with tombstones.
2007-02-07 Evan ChengSpill / restore should avoid modifying the condition...
2007-02-06 Chris LattnerTwo fixes:
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-02-06 Evan ChengSelect add FI, c correctly.
2007-02-06 Evan ChengfoldMemoryOperand() cannot fold tMOVrr sp into load...
2007-02-06 Chris LattnerFix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
2007-02-06 Chris LattnerDisable this for now.
2007-02-06 Zhou ShengAdd a class APInt to represent arbitrary precision...
2007-02-06 Chris LattnerFix Transforms/ConstProp/2007-02-05-BitCast.ll
2007-02-06 Chris LattnerOops, swap this. This fixes a regression I introduced...
2007-02-06 Evan ChengeliminateFrameIndex() bug when frame pointer is used...
2007-02-06 Evan Cheng- Store val, [sp, c] must be selected to tSTRsp.
2007-02-05 Reid SpencerAlthough targets are not required to support integers...
2007-02-05 Reid SpencerA value of 64 or fewer bits is valid if the ConstantInt...
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2007-02-05 Chris LattnerWith the last change, we no longer need both directions...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Chris LattnerSimplify use of DFBlocks, this makes no noticable perfo...
2007-02-05 Reid SpencerThis file should have been removed when -raise was...
2007-02-05 Chris LattnerSwitch InsertedPHINodes back to SmallPtrSet now that...
2007-02-05 Chris LattnerFix a bug in smallptrset::erase: in the small case...
2007-02-05 Chris Lattnerswitch a SmallPtrSet back to an std::set for now, this...
2007-02-05 Chris Lattnerswitch an std::set over to a SmallPtrSet, speeding...
2007-02-05 Chris Lattnerswitch an std::set over to SmallPtrSet, speeding up...
2007-02-05 Chris Lattnereliminate some malloc traffic, this speeds up mem2reg...
2007-02-05 Reid SpencerAdd missing and needed #include.
2007-02-05 Reid SpencerMake the class VISIBILITY_HIDDEN.
2007-02-05 Chris LattnerFix PR1178
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerCreate a pass to strip dead function declarations ...
2007-02-05 Devang PatelFix PR1158
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid Spencer! removal was a little over zealous. Put the ! back...
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid SpencerThere is nothing exclamatory about an error message...
2007-02-05 Chris LattnerFix miscompilations of consumer-typeset, telecomm-gsm...
2007-02-05 Reid SpencerFor PR1177:
2007-02-05 Chris Lattnerfix a miscompilation of 176.gcc
2007-02-05 Owen AndersonUse DenseMap for pointer->pointer maps.
2007-02-05 Chris Lattnerrewrite shift/shift folding, now that types are not...
2007-02-04 Nick LewyckyFix indenting, remove tabs.
2007-02-04 Anton KorobeynikovFixing silly "not-implemented" bug in AsmPrinter. This...
2007-02-04 Chris LattnerFix a miscompilation in the addr mode code trying to...
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 Reid SpencerFix some comments and other minor sundry things.
2007-02-04 Reid SpencerEnsure that visibility and section are properly propagated.
2007-02-04 Reid SpencerBack out last revision which was committed by accident.
2007-02-04 Reid SpencerMake sure that section and visibility are properly...
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 LattnerEncode small integers more densely in foldingset, avoid...
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 Reid SpencerFor PR1163:
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 Chris Lattnerremove some dead code
2007-02-03 Reid SpencerFor PR1072:
2007-02-03 Evan ChengARM callseq_end should have a input flag operand so...
2007-02-03 Evan ChengFix comments.
2007-02-03 Bill WendlingMoved the GetTargetRelocation method from PPCMachOWrite...
2007-02-03 Bill WendlingMoved the GetTargetRelocation method to the PPCMachOWri...
2007-02-03 Bill WendlingPut destructor out-of-line.
2007-02-03 Bill WendlingPass in non-Mach-O-specific parameters to the GetTarget...
2007-02-03 Evan Cheng- Branch max. displacement calculation bug.
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-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-02-02 Lauro Ramos Venanciobugfix: SP isn't resetted when function has FP and...
next