oota-llvm.git
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
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 Reid SpencerMake sure the gccas script is executable.
2007-02-04 Reid SpencerFor PR1067:
2007-02-04 Chris LattnerSwitch SelectionDAG::ReplaceAllUsesOfValueWith to use...
2007-02-04 Chris LattnerVarious bugfixes
2007-02-04 Chris Lattnerdescribe SmallSetVector
2007-02-03 Chris LattnerConvert SetVector to be a true adapter class and add...
2007-02-03 Chris Lattnerremove some dead code
2007-02-03 Reid SpencerFor PR1072:
2007-02-03 Chris Lattneradd an instcombine pass to clean up after heavy-lifting...
2007-02-03 Chris Lattnernull -> pointer, nul -> character :)
2007-02-03 Reid SpencerFix some spellos.
2007-02-03 Chris Lattnerfix grammar
2007-02-03 Chris LattnerSerious cleanups. Make the TOC match the text for...
2007-02-03 Chris LattnerAdd TOC
2007-02-03 Chris Lattnerdescribe map-like containers
2007-02-03 Chris Lattner8 buckets is way too small to start out with. This...
2007-02-03 Reid SpencerClean this up a bit: hide command unless verbose output...
2007-02-03 Evan ChengAdd a test case.
2007-02-03 Evan ChengARM callseq_end should have a input flag operand so...
2007-02-03 Evan ChengFix comments.
2007-02-03 Chris Lattnerimprove grammar
2007-02-03 Chris Lattnerimprove grammar
2007-02-03 Chris Lattnerclose run-away tag
2007-02-03 Chris Lattnerfill in the section on Set-like containers.
2007-02-03 Chris Lattnerfix validation issues
2007-02-03 Chris Lattnerfix validation problems
next