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
*
Remove old frivolous uses of getStrValue in a debugging statement
Chris Lattner
2002-04-16
1
-2
/
+2
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
2
-1
/
+2
*
Use opaque decl instead of #include
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
4
-30
/
+31
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
2
-25
/
+25
*
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
*
Remove unneccesary forward declarations for classes
Chris Lattner
2002-03-26
1
-3
/
+0
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-3
/
+4
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
6
-23
/
+26
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-3
/
+1
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
3
-4
/
+4
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
4
-26
/
+26
*
Move support directory
Chris Lattner
2001-11-29
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+2
*
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
*
Support pointers to globals happily
Chris Lattner
2001-10-13
1
-9
/
+37
*
* 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
2
-5
/
+5
*
Add more support for new style casts
Chris Lattner
2001-10-01
2
-4
/
+5
*
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
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
1
-3
/
+3
*
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-18
2
-5
/
+19
*
ModuleTyID doesn't exist anyymore
Chris Lattner
2001-09-10
2
-2
/
+1
*
Implement global variable support
Chris Lattner
2001-09-10
2
-4
/
+24
*
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-09-07
4
-73
/
+114
*
* Slot calc is now simpler and not based on module analyzer.
Chris Lattner
2001-09-07
1
-80
/
+185
*
Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer
Chris Lattner
2001-09-07
1
-36
/
+24
*
* Make sure that the size of the type field can also control the output
Chris Lattner
2001-07-28
1
-0
/
+6
*
Add an arg to insertVal to allow us to prevent builtin types from being ignored
Chris Lattner
2001-07-26
1
-13
/
+19
*
Add an arg to insertVal to allow us to prevent builtin types from being ignored
Chris Lattner
2001-07-26
1
-1
/
+1
*
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-25
2
-4
/
+57
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
2
-2
/
+1
*
Add support to the bytecode writer to recognize floating point constants
Chris Lattner
2001-07-15
1
-4
/
+10
*
* The parent of a constant pool is a symtabvalue, not a value.
Chris Lattner
2001-07-14
1
-1
/
+1
*
* The parent of a constant pool is a SymTabValue, not a value.
Chris Lattner
2001-07-14
1
-0
/
+1
*
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
[next]