index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Writer
/
SlotCalculator.cpp
Age
Commit message (
Expand
)
Author
2004-04-27
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-02-15
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-09
Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs
Chris Lattner
2004-01-20
SlotCalculator.h moved
Chris Lattner
2004-01-20
Major changes. Now we only compactify individual type planes if it is in
Chris Lattner
2004-01-18
Add support for building the compactiontable for bytecode files. This shrinks
Chris Lattner
2004-01-17
Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive
Chris Lattner
2004-01-15
Cleanups & efficiency improvements
Chris Lattner
2004-01-15
The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...
Chris Lattner
2004-01-14
When emitting bytecode, handle strings specially. Do not add the characters
Chris Lattner
2004-01-14
The only clients of the slot calculator are now the asmwriter and bcwriter.
Chris Lattner
2004-01-11
Urg, remove testing code.
Chris Lattner
2004-01-11
Fix a regression that I introduced yesterday. :(
Chris Lattner
2004-01-10
Check in two changes:
Chris Lattner
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-31
Use already existing classes for post order iterator.
Alkis Evlogimenos
2003-10-30
Output types in reverse postorder. This will allow the ByteCode/Reader
Alkis Evlogimenos
2003-10-29
Add more debugging info to help tracing the SlotCalculator.
Alkis Evlogimenos
2003-10-21
Make sure to add a type for va_next operands, which may not other wise
Chris Lattner
2003-10-21
Fix problem which effected linking apache
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
"Function"[0] == 'F', not 'M'
Chris Lattner
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-13
Stop using "reverse depth first" order
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-07-23
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-03-19
* Change the order that globals and constants are processed in
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-14
Minor cleanups, no changes to functionality
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-16
Remove old frivolous uses of getStrValue in a debugging statement
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-07
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-10-13
Support pointers to globals happily
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-18
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner
2001-09-07
* Slot calc is now simpler and not based on module analyzer.
Chris Lattner
2001-07-26
Add an arg to insertVal to allow us to prevent builtin types from being ignored
Chris Lattner
[next]