simplify name juggling through the use of Value::takeName.
[oota-llvm.git] / lib /
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 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 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 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 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 Lattneruse typedefs where appropriate
2007-02-10 Chris LattnerThe ModuleLevel vector is often quite sparse. Switch...
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 Chris Lattneradd a note
2007-02-09 Reid SpencerMake SlotCalculator::getPlane an inline function. It...
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...
2007-02-09 Nate BegemanRemove fixed item
2007-02-08 Evan ChengThis is done.
2007-02-08 Evan ChengMake use of TLI.SimplifySetCC() in LegalizeSetCCOperands().
2007-02-08 Evan ChengMove SimplifySetCC to TargetLowering and allow it to...
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2007-02-08 Andrew Lenharthreturn addresses, those I already have
2007-02-08 Zhou ShengSwitched this file on accidently.
2007-02-08 Zhou ShengAs Chris and Reid suggested, remove "isSigned" field...
2007-02-08 Bill WendlingFixed comments.
2007-02-08 Evan ChengFixed a long standing spiller bug that's exposed by...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-02-08 Bill WendlingAdded new method to add a "simple" code emitter. That...
2007-02-08 Bill WendlingSplit the addPassesToEmitFile method up into two. This...
2007-02-08 Bill WendlingAdd function to create a file writer.
2007-02-08 Bill WendlingDead files. Functionality has been taken over by the...
2007-02-08 Bill WendlingMoved from include/llvm/CodeGen to lib/CodeGen.
2007-02-08 Reid SpencerFor PR1188:
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnermove AnalyzeBytecodeFile out of ReaderWrappers.cpp...
2007-02-07 Evan ChengisLowRegister() expects input is a physical register.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Evan ChengRename.
2007-02-07 Evan ChengIf sp offset will be materialized in a register. Clear...
2007-02-07 Evan ChengGet rid of references to iostream.
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-07 Chris LattnerMove compressor out of the core Reader.cpp file.
2007-02-07 Devang PatelDo not drop transferred last uses on the floor.
2007-02-07 Chris LattnerFix Transforms/DeadArgElim/2007-02-07-FuncRename.ll...
2007-02-07 Evan ChengNew entry.
2007-02-07 Evan ChengIn thumb mode, R3 is reserved, but it can be live in...
2007-02-07 Evan ChengUpdate
next