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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Explicitly cast type, so we aren't passing output_vbr a size_t.
Brian Gaeke
2003-10-29
1
-1
/
+1
*
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 copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
4
-0
/
+28
*
"Function"[0] == 'F', not 'M'
Chris Lattner
2003-10-20
1
-8
/
+8
*
add support for new linkage types
Chris Lattner
2003-10-18
1
-4
/
+4
*
Updated to emit the final 1.0 bytecode format. This supports weak linkage,
Chris Lattner
2003-10-18
2
-22
/
+40
*
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-17
5
-68
/
+67
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
1
-2
/
+13
*
Stop using "reverse depth first" order
Chris Lattner
2003-10-13
1
-6
/
+3
*
Regularize header file comments
Chris Lattner
2003-10-13
5
-13
/
+5
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Fix a spello Misha made while fixing one of my appostrifications
Chris Lattner
2003-09-15
1
-1
/
+1
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
2
-4
/
+4
*
Add support for writing volatile load/stores
Chris Lattner
2003-09-08
1
-22
/
+22
*
Allow modules to have 'any' pointer size and endianness. Luckily, we had
Chris Lattner
2003-08-24
1
-3
/
+6
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-1
/
+1
*
Remove explicit const qualifiers
Chris Lattner
2003-07-23
1
-10
/
+10
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+1
*
Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
Chris Lattner
2003-05-22
1
-16
/
+25
*
Add support for the new va_arg instruction
Chris Lattner
2003-05-08
1
-4
/
+4
*
Add support for reading and writing pointersize/endianness to and from bytecode
Chris Lattner
2003-04-22
1
-2
/
+2
*
Add support to the bytecode reader/writer for the new linkage types
Chris Lattner
2003-04-16
1
-6
/
+6
*
* Change the order that globals and constants are processed in
Chris Lattner
2003-03-19
1
-36
/
+45
*
Changes to the V2 bytecode format:
Chris Lattner
2003-03-19
3
-48
/
+54
*
Don't keep track of # big vs #small instructions seperately
Chris Lattner
2003-01-21
1
-8
/
+3
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-10
/
+7
*
Clean up code a bit, no functionality changes.
Chris Lattner
2002-10-14
1
-10
/
+10
*
Minor cleanups, no changes to functionality
Chris Lattner
2002-10-14
1
-9
/
+8
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
2
-5
/
+5
*
On the quest of eliminating unnecessary includes.
Misha Brukman
2002-09-14
1
-2
/
+0
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-3
/
+4
*
*** empty log message ***
Chris Lattner
2002-07-26
2
-0
/
+17
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
Register the WriteBytecodePass
Chris Lattner
2002-07-23
1
-0
/
+5
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-3
/
+0
*
Add support for writing ConstantExpr nodes.
Vikram S. Adve
2002-07-14
1
-1
/
+23
*
Write out the plane for types first, since values of primitive types
Vikram S. Adve
2002-07-14
1
-35
/
+57
*
Use a helper function outputConstantsInPlane in outputConstants.
Vikram S. Adve
2002-07-14
1
-0
/
+2
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-14
/
+14
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
3
-42
/
+38
*
Fix constness problem
Chris Lattner
2002-06-05
1
-2
/
+2
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-1
/
+1
[next]