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
/
InstructionWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-5
/
+5
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-2
/
+2
*
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...
Chris Lattner
2001-10-23
1
-28
/
+28
*
Fix problem with a cast instruction that must be expanded to type 0
Chris Lattner
2001-10-21
1
-2
/
+9
*
* Use new style casts more
Chris Lattner
2001-10-13
1
-12
/
+21
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-4
/
+6
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
ModuleTyID doesn't exist anyymore
Chris Lattner
2001-09-10
1
-1
/
+1
*
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-09-07
1
-11
/
+12
*
* Make sure that the size of the type field can also control the output
Chris Lattner
2001-07-28
1
-0
/
+6
*
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-25
1
-2
/
+51
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
1
-1
/
+0
*
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
1
-5
/
+14
*
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-08
1
-0
/
+9
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-7
/
+7
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-19
/
+17
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+184