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
/
Reader
/
ConstantReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
* New revised variable argument handling support
Chris Lattner
2003-10-18
1
-54
/
+37
*
Avoid calling getTypeSlot more
Chris Lattner
2003-10-13
1
-1
/
+1
*
Change getConstantValue to throw an exception on error, not return null
Chris Lattner
2003-10-09
1
-9
/
+3
*
Major refactoring of the bytecode reader. This includes the following
Chris Lattner
2003-10-09
1
-22
/
+10
*
Transform two methods to return pointers directly instead of returning them
Chris Lattner
2003-10-04
1
-37
/
+20
*
There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it
Chris Lattner
2003-10-02
1
-20
/
+1
*
* Cleaned up code:
Misha Brukman
2003-09-22
1
-47
/
+48
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-4
/
+4
*
Avoid printing meaningless numbers
Chris Lattner
2003-09-03
1
-4
/
+1
*
Follow the pattern of all other atu's
Chris Lattner
2003-09-03
1
-6
/
+2
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-2
/
+2
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-06-18
1
-1
/
+1
*
Eliminate the uchar typedef, use unsigned char explicitly
Chris Lattner
2003-05-22
1
-6
/
+10
*
Fix Bug: Assembler/2003-05-12-MinIntProblem.llx
Chris Lattner
2003-05-12
1
-9
/
+3
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+2
*
* Bug fixes:
Chris Lattner
2003-03-19
1
-13
/
+26
*
s/Method/Function in variable and method names
Chris Lattner
2003-03-06
1
-3
/
+3
*
Use the std namespace explicitly
Chris Lattner
2003-03-06
1
-4
/
+2
*
There is no way to guarantee that constants are not forward referenced.
Chris Lattner
2002-10-14
1
-29
/
+8
*
Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx
Chris Lattner
2002-08-19
1
-1
/
+2
*
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
1
-55
/
+90
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
1
-1
/
+2
*
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
*
ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-18
1
-2
/
+2
*
added std:: to vector
Anand Shukla
2002-07-16
1
-2
/
+2
*
Add support for reading ConstantExpr nodes.
Vikram S. Adve
2002-07-14
1
-25
/
+59
*
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
1
-6
/
+7
*
Fix constness problems now that the cast operators preserve the constness
Chris Lattner
2002-06-05
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Enable better debug output. When debugging the type system, print out the
Chris Lattner
2002-04-07
1
-1
/
+3
*
s/Method/Function
Chris Lattner
2002-03-29
1
-2
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-8
/
+9
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-6
/
+3
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-29
/
+28
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-2
/
+1
*
Implement internal method support
Chris Lattner
2001-11-26
1
-1
/
+2
*
Fix major bugs in type resolution
Chris Lattner
2001-11-03
1
-2
/
+8
*
Frivolous cleanups
Chris Lattner
2001-10-24
1
-18
/
+16
*
Fix another annoying bug that took forever to track down. This one involves ...
Chris Lattner
2001-10-23
1
-0
/
+5
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
1
-2
/
+2
*
* Add real support for global variable addresses initializing constants
Chris Lattner
2001-10-13
1
-15
/
+55
*
Rename getNullPointer to getNull
Chris Lattner
2001-10-03
1
-1
/
+1
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+1
[next]