index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
SlotCalculator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs
Chris Lattner
2004-02-09
1
-0
/
+2
*
SlotCalculator.h moved
Chris Lattner
2004-01-20
1
-2
/
+2
*
Major changes. Now we only compactify individual type planes if it is in
Chris Lattner
2004-01-20
1
-50
/
+196
*
Add support for building the compactiontable for bytecode files. This shrinks
Chris Lattner
2004-01-18
1
-54
/
+221
*
Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive
Chris Lattner
2004-01-17
1
-1
/
+5
*
Cleanups & efficiency improvements
Chris Lattner
2004-01-15
1
-18
/
+3
*
The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...
Chris Lattner
2004-01-15
1
-5
/
+14
*
When emitting bytecode, handle strings specially. Do not add the characters
Chris Lattner
2004-01-14
1
-9
/
+52
*
The only clients of the slot calculator are now the asmwriter and bcwriter.
Chris Lattner
2004-01-14
1
-11
/
+11
*
Urg, remove testing code.
Chris Lattner
2004-01-11
1
-1
/
+1
*
Fix a regression that I introduced yesterday. :(
Chris Lattner
2004-01-11
1
-8
/
+16
*
Check in two changes:
Chris Lattner
2004-01-10
1
-1
/
+51
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Use already existing classes for post order iterator.
Alkis Evlogimenos
2003-10-31
1
-17
/
+11
*
Output types in reverse postorder. This will allow the ByteCode/Reader
Alkis Evlogimenos
2003-10-30
1
-9
/
+17
*
Add more debugging info to help tracing the SlotCalculator.
Alkis Evlogimenos
2003-10-29
1
-0
/
+2
*
Make sure to add a type for va_next operands, which may not other wise
Chris Lattner
2003-10-21
1
-2
/
+2
*
Fix problem which effected linking apache
Chris Lattner
2003-10-21
1
-2
/
+6
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
"Function"[0] == 'F', not 'M'
Chris Lattner
2003-10-20
1
-8
/
+8
*
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-17
1
-31
/
+29
*
Stop using "reverse depth first" order
Chris Lattner
2003-10-13
1
-6
/
+3
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-1
/
+1
*
* Change the order that globals and constants are processed in
Chris Lattner
2003-03-19
1
-36
/
+45
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-6
/
+5
*
Minor cleanups, no changes to functionality
Chris Lattner
2002-10-14
1
-9
/
+8
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-14
/
+14
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Remove old frivolous uses of getStrValue in a debugging statement
Chris Lattner
2002-04-16
1
-2
/
+2
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-0
/
+1
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
1
-4
/
+4
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-21
/
+21
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-2
/
+3
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-6
/
+6
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+2
*
Support pointers to globals happily
Chris Lattner
2001-10-13
1
-9
/
+37
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-3
/
+3
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
1
-3
/
+3
*
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-18
1
-3
/
+5
*
Implement global variable support
Chris Lattner
2001-09-10
1
-3
/
+12
*
* Slot calc is now simpler and not based on module analyzer.
Chris Lattner
2001-09-07
1
-80
/
+185
*
Add an arg to insertVal to allow us to prevent builtin types from being ignored
Chris Lattner
2001-07-26
1
-13
/
+19
*
Fixed some error messages to be nicer
Chris Lattner
2001-07-07
1
-2
/
+2
*
Miscellaneous cleanups:
Chris Lattner
2001-06-27
1
-6
/
+5
[next]