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
/
InstructionWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-2
/
+2
*
Add support for writing volatile load/stores
Chris Lattner
2003-09-08
1
-22
/
+22
*
Add support for the new va_arg instruction
Chris Lattner
2003-05-08
1
-4
/
+4
*
Don't keep track of # big vs #small instructions seperately
Chris Lattner
2003-01-21
1
-8
/
+3
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-3
/
+3
*
On the quest of eliminating unnecessary includes.
Misha Brukman
2002-09-14
1
-2
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-0
/
+11
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-17
/
+17
*
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
1
-1
/
+0
*
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