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
/
Reader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-4
/
+4
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-1
/
+1
*
Emit an obnoxious warning message for bytecode that includes load/store
Chris Lattner
2002-08-21
3
-10
/
+34
*
Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx
Chris Lattner
2002-08-19
1
-1
/
+2
*
Turn off a debugging optimization that just slows bytecode reading down
Chris Lattner
2002-08-18
1
-1
/
+1
*
Fix stupid oversight of missing #include.
Chris Lattner
2002-08-17
1
-0
/
+1
*
- Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx
Chris Lattner
2002-08-17
4
-378
/
+292
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
2
-8
/
+4
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-22
/
+22
*
Break line to fit 80 columns
Chris Lattner
2002-07-25
1
-1
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+0
*
ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-18
1
-2
/
+2
*
added std:: to pair
Anand Shukla
2002-07-16
1
-0
/
+1
*
added std:: to vector
Anand Shukla
2002-07-16
1
-2
/
+2
*
Add support for reading ConstantExpr nodes.
Vikram S. Adve
2002-07-14
2
-38
/
+112
*
Add support for reading ConstantExpr nodes.
Vikram S. Adve
2002-07-14
1
-32
/
+111
*
Convert tabs to spaces
Chris Lattner
2002-06-30
1
-4
/
+4
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
2
-9
/
+11
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-3
/
+2
*
Fix constness problems now that the cast operators preserve the constness
Chris Lattner
2002-06-05
2
-5
/
+5
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
2
-2
/
+2
*
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
-2
/
+2
*
Remove unneccesary #include
Chris Lattner
2002-04-28
1
-1
/
+0
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+2
*
llvm/Assembly/Writer.h is unneccesary except for extreme output
Chris Lattner
2002-04-08
1
-2
/
+1
*
Enable better debug output. When debugging the type system, print out the
Chris Lattner
2002-04-07
1
-1
/
+3
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
1
-6
/
+6
*
Add debug support
Chris Lattner
2002-04-04
1
-0
/
+4
*
s/Method/Function
Chris Lattner
2002-03-29
3
-24
/
+24
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-4
/
+4
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-6
/
+0
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Chuck fixed the GCC problems so this hack is now unneccesary
Chris Lattner
2002-01-21
1
-1
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
4
-37
/
+45
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-6
/
+3
*
Add pointer indexing support
Chris Lattner
2001-12-14
1
-9
/
+12
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
3
-9
/
+9
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
4
-40
/
+39
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
4
-7
/
+7
*
Implement internal method support
Chris Lattner
2001-11-26
3
-6
/
+12
*
Implement array indexing
Chris Lattner
2001-11-26
1
-26
/
+47
*
Remove debug info :(
Chris Lattner
2001-11-12
1
-3
/
+1
*
Fix bug in new assertion
Chris Lattner
2001-11-12
1
-4
/
+7
*
Add an assertion check
Chris Lattner
2001-11-12
1
-0
/
+2
*
I don't know what I was thinking
Chris Lattner
2001-11-12
1
-1
/
+1
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
1
-2
/
+8
*
Frivolous cleanups
Chris Lattner
2001-10-24
1
-18
/
+16
*
Dang it, do NOT check in code that enables debugging. Bad chris
Chris Lattner
2001-10-24
1
-1
/
+1
*
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-10-24
2
-18
/
+56
[next]