aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer/SlotCalculator.h
Commit message (Expand)AuthorAgeFilesLines
* Change the table datastructure to be a vector<smallvector>, instead ofChris Lattner2007-02-101-2/+4
* Switch typemap over to DenseMap. No significant speedup.Chris Lattner2007-02-101-2/+1
* Switch NodeMap from an std::map to a DenseMap. This speeds up bcwritingChris Lattner2007-02-101-1/+1
* use typedefs where appropriateChris Lattner2007-02-101-2/+2
* The ModuleLevel vector is often quite sparse. Switch it to a DenseMap. ThisChris Lattner2007-02-101-2/+11
* Make the ModuleLevel datastructure more sane. When a function-local valueChris Lattner2007-02-101-10/+1
* Clone and specialize CreateSlotIfNeeded into CreateFunctionValueSlot to handleChris Lattner2007-02-101-0/+1
* make getSlot/getTypeSlot inlineChris Lattner2007-02-101-2/+11
* getTypeSlot can never failChris Lattner2007-02-101-1/+1
* getSlot can never fail. Make it assert internally, eliminate checks inChris Lattner2007-02-101-1/+1
* simplify getOrCreateTypeSlot, eliminat doInsertType. Eliminate post-order it...Chris Lattner2007-02-101-3/+0
* rename getOrCreateSlot -> CreateSlotIfNeeded. Noone cares about the retvalChris Lattner2007-02-101-5/+1
* refactor callers of insertType. inline insertType into its one remaining cal...Chris Lattner2007-02-101-6/+0
* simplify code.Chris Lattner2007-02-101-3/+3
* Remove dead ctorChris Lattner2007-02-101-2/+0
* ModuleContainsAllFunctionConstants is always trueChris Lattner2007-02-101-5/+0
* inline hasNullValue, rename some variables, simplify some code.Chris Lattner2007-02-101-1/+0
* merge doInsertValue into insertValueChris Lattner2007-02-101-1/+0
* insertvalue's second operand is always falseChris Lattner2007-02-101-1/+1
* remove dead 'dontIgnore' flag for insertTypeChris Lattner2007-02-101-1/+1
* rename getSlot -> getSlotType and getOrCreateSlot ->getOrCreateTypeSlotChris Lattner2007-02-101-2/+2
* Make SlotCalculator::getPlane an inline function. It is used inside loops.Reid Spencer2007-02-091-1/+8
* 1. constants can never occur in the symbol table.Chris Lattner2007-02-091-1/+0
* For PR411:Reid Spencer2007-02-051-2/+3
* Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer2007-01-301-48/+3
* For PR1064:Reid Spencer2007-01-121-0/+3
* For PR411:Reid Spencer2007-01-061-1/+3
* add bc reader/writer support for inline asmChris Lattner2006-01-251-7/+7
* * Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-261-0/+3
* For bug 122:Reid Spencer2004-07-041-2/+40
* Part of bug 122:Reid Spencer2004-05-261-8/+2
* Move SlotCalculator.h from include/llvm to include/llvm/AnalysisChris Lattner2004-01-201-4/+3
* add a method proto, make a method not inlineChris Lattner2004-01-201-7/+2
* Add support for representing the "compaction table"Chris Lattner2004-01-181-5/+40
* Improve comments, add support for remembering the constants strings thatChris Lattner2004-01-141-14/+27
* The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner2004-01-141-3/+8
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-11/+12
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Use opaque decl instead of #includeChris Lattner2002-04-091-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-12/+16
* Remove unneccesary forward declarations for classesChris Lattner2002-03-261-3/+0
* Rename Method to FunctionChris Lattner2002-03-231-3/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner2001-09-071-36/+24
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-1/+1
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-141-0/+1
* Initial revisionChris Lattner2001-06-061-0/+96