index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bytecode
/
Writer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly
Chris Lattner
2004-01-10
1
-0
/
+4
*
Err, we don't need Config/*.h files for things that are standard C++
Chris Lattner
2004-01-10
1
-1
/
+1
*
minor comment tweaks
Chris Lattner
2004-01-10
1
-5
/
+1
*
Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is
Chris Lattner
2004-01-10
2
-1
/
+142
*
Finegrainify namespacification
Chris Lattner
2004-01-10
3
-12
/
+4
*
Emit & read more compressed bytecode by not emitting a bytecodeblock for
Chris Lattner
2003-12-01
2
-12
/
+7
*
Remove usage of ConstantPointer
Chris Lattner
2003-11-17
1
-3
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
4
-0
/
+15
*
Explicitly cast type, so we aren't passing output_vbr a size_t.
Brian Gaeke
2003-10-29
1
-1
/
+1
*
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 project notice to the top of every C++ source file.
John Criswell
2003-10-20
3
-0
/
+21
*
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
3
-26
/
+26
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
1
-2
/
+13
*
Regularize header file comments
Chris Lattner
2003-10-13
4
-12
/
+4
*
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 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
*
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
1
-4
/
+2
*
Clean up code a bit, no functionality changes.
Chris Lattner
2002-10-14
1
-10
/
+10
*
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
*
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
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
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
2
-2
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
2
-5
/
+4
*
Make debugging code not use getStrValue
Chris Lattner
2002-04-18
1
-2
/
+1
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
s/method/function
Chris Lattner
2002-04-08
1
-1
/
+1
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
2
-14
/
+11
[prev]
[next]