oota-llvm.git
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-02-06 Lauro Ramos... Fix build error.
2007-02-06 Evan ChengSelect add FI, c correctly.
2007-02-06 Evan ChengAdd a DYNAMIC_STACKALLOC test case.
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 Chris Lattnertestcase for pr1181
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
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 LattnerTestcase for miscompilation
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 LattnerSimplify this a bit, add an assertion
2007-02-05 Chris LattnerStableBasicBlockNumbering is conceptually just a wrappe...
2007-02-05 Reid SpencerAdd a show-footprint target to run du a few times to...
2007-02-05 Chris LattnerConst method must use const_iterator.
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 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 Devang PatelTest case for PR1158
2007-02-05 Zhou ShengAdd a class APInt to represent arbitrary precision...
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid Spencer! removal was a little over zealous. Put the ! back...
2007-02-05 Lauro Ramos... Fix unord test.
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid SpencerAssembler no longer prints ! at the end of its error...
2007-02-05 Reid SpencerThere is nothing exclamatory about an error message...
2007-02-05 Reid SpencerMake the RUN: line readable.
2007-02-05 Reid SpencerDon't prevent install target from descending into the...
2007-02-05 Chris Lattneradd a note
2007-02-05 Reid SpencerUse opt to generate the list of passes to run.
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 Reid SpencerFor PR411:
2007-02-05 Chris Lattnernew testcase for 1174, currently xfailed
2007-02-05 Owen AndersonUse DenseMap for pointer->pointer maps.
2007-02-05 Bill WendlingUse unsigned char& instead of std::vector<>::reference.
2007-02-05 Anton KorobeynikovTest for PR1173
2007-02-05 Chris Lattnerfix bug number
2007-02-05 Chris Lattnertest for pr1173
2007-02-05 Chris Lattnerrewrite shift/shift folding, now that types are not...
2007-02-04 Chris Lattnertestcase for PR1175
2007-02-04 Nick LewyckyFix indenting, remove tabs.
2007-02-04 Anton KorobeynikovFixing silly "not-implemented" bug in AsmPrinter. This...
2007-02-04 Reid SpencerWhen using LINK_COMPONENTS, append the components to...
2007-02-04 Reid SpencerFix grammaro in output message.
2007-02-04 Chris LattnerFix a miscompilation in the addr mode code trying to...
2007-02-04 Chris Lattnernew testcase for x86 backend miscompilation
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 LattnerAdd a new SDNode ctor and InitOperands method. This...
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 Reid SpencerPrepare for PR411
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 Reid SpencerRegenerate.
2007-02-04 Reid SpencerFor PR1151:
2007-02-04 Chris Lattnerswitch LegalizedNodes from std::map to a DenseMap....
2007-02-04 Chris Lattneradd a version of insert that takes the key and value.
2007-02-04 Reid SpencerFor PR1163:
2007-02-04 Chris LattnerMake SmallSetVector useful
next