summaryrefslogtreecommitdiff
path: root/lib/VMCore/SlotCalculator.cpp
Commit message (Expand)AuthorAge
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-30
* Part of bug 122:Reid Spencer2004-05-26
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-27
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-15
* Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner2004-02-09
* SlotCalculator.h movedChris Lattner2004-01-20
* Major changes. Now we only compactify individual type planes if it is inChris Lattner2004-01-20
* Add support for building the compactiontable for bytecode files. This shrinksChris Lattner2004-01-18
* Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner2004-01-17
* Cleanups & efficiency improvementsChris Lattner2004-01-15
* The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...Chris Lattner2004-01-15
* When emitting bytecode, handle strings specially. Do not add the charactersChris Lattner2004-01-14
* The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner2004-01-14
* Urg, remove testing code.Chris Lattner2004-01-11
* Fix a regression that I introduced yesterday. :(Chris Lattner2004-01-11
* Check in two changes:Chris Lattner2004-01-10
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Use already existing classes for post order iterator.Alkis Evlogimenos2003-10-31
* Output types in reverse postorder. This will allow the ByteCode/ReaderAlkis Evlogimenos2003-10-30
* Add more debugging info to help tracing the SlotCalculator.Alkis Evlogimenos2003-10-29
* Make sure to add a type for va_next operands, which may not other wiseChris Lattner2003-10-21
* Fix problem which effected linking apacheChris Lattner2003-10-21
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-20
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-17
* Stop using "reverse depth first" orderChris Lattner2003-10-13
* Regularize header file commentsChris Lattner2003-10-13
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* * Change the order that globals and constants are processed inChris Lattner2003-03-19
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Minor cleanups, no changes to functionalityChris Lattner2002-10-14
* *** empty log message ***Chris Lattner2002-07-24
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Remove old frivolous uses of getStrValue in a debugging statementChris Lattner2002-04-16
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-07
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Support pointers to globals happilyChris Lattner2001-10-13
* Convert more code to use new style castsChris Lattner2001-10-01
* Add more support for new style castsChris Lattner2001-10-01
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-18