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
*
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
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-4
/
+4
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
1
-2
/
+2
*
s/Method/Function
Chris Lattner
2002-03-29
2
-4
/
+4
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-8
/
+8
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
4
-17
/
+19
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-3
/
+1
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
2
-3
/
+3
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
3
-20
/
+20
*
Move support directory
Chris Lattner
2001-11-29
1
-1
/
+1
*
Implement internal method support
Chris Lattner
2001-11-26
1
-4
/
+6
*
Fix obscure nasty bug with bytecode writing that could cause the last byte to...
Chris Lattner
2001-11-04
1
-2
/
+5
*
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...
Chris Lattner
2001-10-23
1
-28
/
+28
*
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-23
1
-0
/
+5
*
Fix problem with a cast instruction that must be expanded to type 0
Chris Lattner
2001-10-21
1
-2
/
+9
*
Dang, we were losing the Constant bit on globals. Fix this
Chris Lattner
2001-10-18
1
-1
/
+1
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
1
-2
/
+2
*
* Use new style casts more
Chris Lattner
2001-10-13
3
-25
/
+41
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-4
/
+6
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-5
/
+5
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-3
/
+3
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+2
*
Add support for new style casts
Chris Lattner
2001-10-01
2
-2
/
+2
*
Implement constant pointers, and null specifically in the parser, bytecode wr...
Chris Lattner
2001-09-30
1
-0
/
+5
*
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-18
1
-2
/
+14
*
ModuleTyID doesn't exist anyymore
Chris Lattner
2001-09-10
2
-2
/
+1
*
Implement global variable support
Chris Lattner
2001-09-10
1
-1
/
+12
*
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-09-07
4
-73
/
+114
*
* Make sure that the size of the type field can also control the output
Chris Lattner
2001-07-28
1
-0
/
+6
[next]