aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/SlotCalculator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner2004-02-091-0/+2
* SlotCalculator.h movedChris Lattner2004-01-201-2/+2
* Major changes. Now we only compactify individual type planes if it is inChris Lattner2004-01-201-50/+196
* Add support for building the compactiontable for bytecode files. This shrinksChris Lattner2004-01-181-54/+221
* Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner2004-01-171-1/+5
* Cleanups & efficiency improvementsChris Lattner2004-01-151-18/+3
* The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...Chris Lattner2004-01-151-5/+14
* When emitting bytecode, handle strings specially. Do not add the charactersChris Lattner2004-01-141-9/+52
* The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner2004-01-141-11/+11
* Urg, remove testing code.Chris Lattner2004-01-111-1/+1
* Fix a regression that I introduced yesterday. :(Chris Lattner2004-01-111-8/+16
* Check in two changes:Chris Lattner2004-01-101-1/+51
* Finegrainify namespacificationChris Lattner2003-11-211-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Use already existing classes for post order iterator.Alkis Evlogimenos2003-10-311-17/+11
* Output types in reverse postorder. This will allow the ByteCode/ReaderAlkis Evlogimenos2003-10-301-9/+17
* Add more debugging info to help tracing the SlotCalculator.Alkis Evlogimenos2003-10-291-0/+2
* Make sure to add a type for va_next operands, which may not other wiseChris Lattner2003-10-211-2/+2
* Fix problem which effected linking apacheChris Lattner2003-10-211-2/+6
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-201-8/+8
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-31/+29
* Stop using "reverse depth first" orderChris Lattner2003-10-131-6/+3
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-1/+1
* * Change the order that globals and constants are processed inChris Lattner2003-03-191-36/+45
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-6/+5
* Minor cleanups, no changes to functionalityChris Lattner2002-10-141-9/+8
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-14/+14
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Remove old frivolous uses of getStrValue in a debugging statementChris Lattner2002-04-161-2/+2
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-0/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-21/+21
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+3
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-6/+6
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Support pointers to globals happilyChris Lattner2001-10-131-9/+37
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add more support for new style castsChris Lattner2001-10-011-3/+3
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-3/+3
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-3/+5
* Implement global variable supportChris Lattner2001-09-101-3/+12
* * Slot calc is now simpler and not based on module analyzer.Chris Lattner2001-09-071-80/+185
* Add an arg to insertVal to allow us to prevent builtin types from being ignoredChris Lattner2001-07-261-13/+19
* Fixed some error messages to be nicerChris Lattner2001-07-071-2/+2
* Miscellaneous cleanups:Chris Lattner2001-06-271-6/+5