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
*
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
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
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
1
-14
/
+14
*
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
3
-6
/
+5
*
Make debugging code not use getStrValue
Chris Lattner
2002-04-18
1
-2
/
+1
*
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
[next]