oota-llvm.git
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
2007-02-03 Chris LattnerAdd some notes about choice of container.
2007-02-03 Chris Lattnerremove a dead header
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 Bill WendlingAdded GetTargetRelocation method.
2007-02-03 Bill WendlingAdded some accessor methods.
2007-02-03 Bill WendlingMoved MachORelocation to its own header file. Have...
2007-02-03 Bill WendlingNew file for the MachORelocation structure. It doesn...
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 Cheng__builtin_isunordered test case.
2007-02-03 Reid SpencerFor PR1152:
2007-02-03 Evan ChengPasto
2007-02-03 Reid SpencerAnd even more correctly.
2007-02-03 Reid SpencerFormat the examples correctly.
2007-02-03 Reid SpencerFor PR1152:
2007-02-03 Lauro Ramos... Improves alloca test. Verifies SP restoration.
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-02-02 Lauro Ramos... bugfix: SP isn't resetted when function has FP and...
2007-02-02 Chris LattnerSwitch this back to using an std::map. DenseMap entrie...
2007-02-02 Reid SpencerTwo improvements:
2007-02-02 Chris Lattnersilence annoying warning in release-asserts build
2007-02-02 Chris LattnerRemove more malloc thrashing, this speeds up IPSCCP...
2007-02-02 Evan ChengAnother thumb large stack offset codegen bug.
2007-02-02 Chris LattnerConvert an std::set to SmallSet, this speeds up IPSCCP...
2007-02-02 Chris Lattnereliminate a malloc/free for (almost) every GEP processe...
2007-02-02 Chris Lattnerswitch hash_map's over to DenseMap in SCCP. This speed...
2007-02-02 Chris Lattneradd find/erase, add const iterators, fix bugs in iterators.
2007-02-02 Chris Lattneradd iterators
2007-02-02 Evan ChengUse MBB.empty() instead of MBB.size() for speed.
2007-02-02 Evan ChengWatch out for empty BB.
2007-02-02 Reid SpencerFor PR1152:
2007-02-02 Reid SpencerFor PR1152:
2007-02-02 Reid SpencerRemove dead code and fix indentation per Chris' review...
2007-02-02 Reid SpencerUse short form of BinaryOperator create function.
2007-02-02 Reid SpencerUse short form of binary operator create functions.
2007-02-02 Reid SpencerPut the Shift instructions in the right section.
2007-02-02 Reid SpencerFix a comment that needed to change after SHIFT patch...
2007-02-02 Evan ChengUgh. Only meant to do this in thumb mode.
2007-02-02 Chris Lattnerbugfix for reid's shift patch.
2007-02-02 Chris Lattneradd a note
2007-02-02 Reid Spencer1. Break long lines to 80 col limit
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-02 Evan ChengFix a bug in getARMCMP (which translate CondCode to...
2007-02-01 Evan ChengThumb does not have clz.
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Chris LattnerFix Transforms/InstCombine/2007-02-01-LoadSinkAlloca...
2007-02-01 Chris Lattnernew testcase for serious code pessimization
2007-02-01 Reid SpencerMy mistake, my environment wasn't up to date. This...
2007-02-01 Reid SpencerXFAIL this on x86 linux as it continues to fail.
2007-02-01 Devang PatelPretty print pass managers.
2007-02-01 Devang PatelPretty print pass manager
next