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
/
Bytecode
/
Writer
/
SlotCalculator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug where the types for inlineasm nodes were not properly entered into
Chris Lattner
2006-06-07
1
-2
/
+2
*
add bc reader/writer support for inline asm
Chris Lattner
2006-01-25
1
-13
/
+12
*
core changes for varargs
Andrew Lenharth
2005-06-18
1
-6
/
+0
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
add support for undef values of opaque type, addressing PR541
Chris Lattner
2005-05-05
1
-9
/
+10
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-1
/
+1
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-31
/
+31
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-4
/
+4
*
Check in some patches for better assertions
Chris Lattner
2004-12-04
1
-0
/
+3
*
Fix the previous bug the correct way. This fixes ptrdist/bc
Chris Lattner
2004-10-24
1
-2
/
+2
*
Fix a bug that Brian brought to my attention. This corrects:
Chris Lattner
2004-10-23
1
-1
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Add the CompactionTableIsEmpty function so that we can determine if a
Reid Spencer
2004-08-26
1
-0
/
+26
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-1
/
+1
*
bug 122:
Reid Spencer
2004-07-18
1
-30
/
+16
*
Fix unused var warning
Chris Lattner
2004-07-12
1
-3
/
+2
*
For bug 122:
Reid Spencer
2004-07-04
1
-131
/
+197
*
Fix more warnings building with VC++
Chris Lattner
2004-06-25
1
-1
/
+2
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-7
/
+7
*
Part of bug 122:
Reid Spencer
2004-05-26
1
-62
/
+49
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
1
-15
/
+35
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-2
/
+2
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-1
/
+2
*
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
[next]