oota-llvm.git
2007-02-11 Chris Lattneradd new ShouldRehash method to factor out common code...
2007-02-11 Chris Lattnerregenerate
2007-02-11 Chris Lattneradd #include
2007-02-11 Chris Lattnerdo not allow hash table to be filled with tombstones.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Reid SpencerFor PR1196:
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerfix uninitialized variable
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd support for iterators.
2007-02-11 Chris Lattneradd iterator support, plus support for size() and empty().
2007-02-11 Chris Lattnersimplify code by using Value::takeName
2007-02-11 Chris LattnerSimplify code by using value::takename
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-11 Chris Lattneradd an optimization for the case where the src has...
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-02-11 Chris Lattnersimplify this code by using value::takename
2007-02-11 Chris Lattneradd a helper method: Value::takeName
2007-02-11 Chris LattnerSplit StringMapEntry construction out of StringMap...
2007-02-11 Reid SpencerUndo the last patch. It slowed down bcwriter by 1.8...
2007-02-10 Chris LattnerSwitch some std::vector's to SmallVectors. This speeds...
2007-02-10 Chris Lattnermodify CheckGEPInstructions to take a pointer and size...
2007-02-10 Reid SpencerAssert that elements of packed are pointer/float/opaque.
2007-02-10 Chris Lattnerremove dead method.
2007-02-10 Chris Lattnereliminate use of TargetData::getIndexedOffset that...
2007-02-10 Chris Lattnercompletely eliminate a temporary vector
2007-02-10 Chris Lattnereliminate temporary vectors.
2007-02-10 Chris LattnerSwitch LayoutInfo to be a DenseMap instead of an std...
2007-02-10 Chris Lattneradd a typedef
2007-02-10 Chris Lattnereliminate the std::vector from StructLayout, allocating...
2007-02-10 Chris Lattnerencapsulate the rest of the StructLayout members.
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Chris Lattneradd helper method.
2007-02-10 Chris LattnerUse ManagedStatic to manage LayoutInfo, instead of...
2007-02-10 Chris LattnerChange TargetData::getIndexedOffset interface to not...
2007-02-10 Reid SpencerAllow PackedType to be constructed with an abstract...
2007-02-10 Chris Lattnerfix a grammar ambiguity noticed by Duncan
2007-02-10 Reid SpencerAlign make log output with the rest of llvm.
2007-02-10 Reid SpencerCompaction tables don't exist any more.
2007-02-10 Reid SpencerFor PR1194:
2007-02-10 Reid SpencerFix a comment.
2007-02-10 Chris Lattnerconvert some vectors to smallvector.
2007-02-10 Chris Lattnerspeed up the verifier 8.5% by using a smallvector inste...
2007-02-10 Chris LattnerChange an std::set to a SmallPtrSet. This speeds up...
2007-02-10 Chris LattnerChange the table datastructure to be a vector<smallvect...
2007-02-10 Chris LattnerMake BytecodeWriter::outputValueSymbolTable *significan...
2007-02-10 Chris Lattnermake the datastructure used in BytecodeWriter::outputVa...
2007-02-10 Chris LattnerSwitch typemap over to DenseMap. No significant speedup.
2007-02-10 Chris LattnerSwitch NodeMap from an std::map to a DenseMap. This...
2007-02-10 Chris LattnerMake find return the appropriate iterator/const_iterator
2007-02-10 Chris Lattneruse typedefs where appropriate
2007-02-10 Chris LattnerThe ModuleLevel vector is often quite sparse. Switch...
2007-02-10 Chris LattnerAllow DenseMAp to take an explicit DenseMapKeyInfo
2007-02-10 Chris LattnerMake the ModuleLevel datastructure more sane. When...
2007-02-10 Chris LattnerOnly compute the module levels info once per module...
2007-02-10 Chris LattnerClone and specialize CreateSlotIfNeeded into CreateFunc...
2007-02-10 Chris Lattnermake getSlot/getTypeSlot inline
2007-02-10 Chris LattnergetTypeSlot can never fail
2007-02-10 Chris LattnergetSlot can never fail. Make it assert internally...
2007-02-10 Chris Lattnersimplify getOrCreateTypeSlot, eliminat doInsertType...
2007-02-10 Chris Lattnersimplify and speed up recursive type processing.
2007-02-10 Chris Lattnerrename getOrCreateSlot -> CreateSlotIfNeeded. Noone...
2007-02-10 Chris Lattnerrefactor callers of insertType. inline insertType...
2007-02-10 Chris Lattnersimplify code.
2007-02-10 Chris Lattnersimplify some logic, reduce nesting
2007-02-10 Chris LattnerRemove dead ctor
2007-02-10 Chris LattnerModuleContainsAllFunctionConstants is always true
2007-02-10 Chris Lattneronly one client of getOrCreateSlot can pass a void...
2007-02-10 Chris Lattnerinline hasNullValue, rename some variables, simplify...
2007-02-10 Chris Lattnermerge insertValue into its single caller, eliminate...
2007-02-10 Chris Lattnermerge doInsertValue into insertValue
2007-02-10 Chris Lattnerinsertvalue's second operand is always false
2007-02-10 Chris Lattnerremove dead 'dontIgnore' flag for insertType
2007-02-10 Chris Lattnerrename getSlot -> getSlotType and getOrCreateSlot ...
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-09 Evan ChengThese vectors are frequently large. Use std::vector...
2007-02-09 Chris LattnerFix clients like this:
2007-02-09 Evan ChengAdd reference counting to constantpool entries. Delete...
2007-02-09 Reid SpencerUse int32_t and uint32_t to hopefully help weak compile...
2007-02-09 Reid Spencerint -> i32, etc.
2007-02-09 Chris Lattneradd a note
2007-02-09 Reid SpencerGet the use of \ right.
2007-02-09 Reid SpencerFix some bugs in module building that broke llvm-stacke...
2007-02-09 Reid SpencerNow that gccas and gccld are just schell scripts, adjus...
2007-02-09 Reid SpencerRemove gccas.pod and references to gccas and gccld.
2007-02-09 Reid SpencerChange a reference to gccas to a reference to opt.
2007-02-09 Reid SpencerRemove references to gccld and gccas, adjusting the...
2007-02-09 Reid SpencerDon't use gccld or gccas
2007-02-09 Reid Spencergccld is gone.
2007-02-09 Reid SpencerMake SlotCalculator::getPlane an inline function. It...
2007-02-09 Reid SpencerEnd of life for gccld. Remove its source code and enabl...
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Reid SpencerEliminate the use of gccas in the test suite.
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Chris Lattnerremove unneeded #includes
2007-02-09 Chris Lattnerremove dead code, the outputConstants function is now...
2007-02-09 Chris Lattner1. constants can never occur in the symbol table.
2007-02-09 Zhou ShengEliminates friend function declaration inside APInt...
next