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
/
ReaderInternals.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop returning bool and pass Instruction by reference;
Misha Brukman
2003-09-23
1
-2
/
+2
*
Removed no longer used member variable.
Misha Brukman
2003-09-22
1
-4
/
+1
*
* Cleaned up code:
Misha Brukman
2003-09-22
1
-31
/
+64
*
Remove a gross hack that was there to support bytecode files that are over a ...
Chris Lattner
2003-09-08
1
-1
/
+1
*
Non-functional change
Chris Lattner
2003-09-04
1
-1
/
+1
*
Allow modules to have 'any' pointer size and endianness. Luckily, we had
Chris Lattner
2003-08-24
1
-1
/
+0
*
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-06-18
1
-1
/
+1
*
Do not assert fail or crash when a bytecode parse fails!
Chris Lattner
2003-05-22
1
-0
/
+3
*
Eliminate the uchar typedef, use unsigned char explicitly
Chris Lattner
2003-05-22
1
-19
/
+23
*
Preserve module source information in the ModuleID
Chris Lattner
2003-04-22
1
-1
/
+2
*
Add support to the bytecode reader/writer for the new linkage types
Chris Lattner
2003-04-16
1
-0
/
+1
*
* Bug fixes:
Chris Lattner
2003-03-19
1
-20
/
+48
*
Infrastructure for more compact bytecode files and REAL support for versioning
Chris Lattner
2003-03-06
1
-3
/
+7
*
s/Method/Function in variable and method names
Chris Lattner
2003-03-06
1
-2
/
+2
*
Continue simplifying error handling, s/method/function
Chris Lattner
2003-03-06
1
-3
/
+3
*
There is no way to guarantee that constants are not forward referenced.
Chris Lattner
2002-10-14
1
-0
/
+1
*
Emit an obnoxious warning message for bytecode that includes load/store
Chris Lattner
2002-08-21
1
-1
/
+2
*
- Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx
Chris Lattner
2002-08-17
1
-70
/
+33
*
Add support for reading ConstantExpr nodes.
Vikram S. Adve
2002-07-14
1
-13
/
+53
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-3
/
+4
*
Remove unneccesary #include
Chris Lattner
2002-04-28
1
-1
/
+0
*
llvm/Assembly/Writer.h is unneccesary except for extreme output
Chris Lattner
2002-04-08
1
-2
/
+1
*
Add debug support
Chris Lattner
2002-04-04
1
-0
/
+4
*
s/Method/Function
Chris Lattner
2002-03-29
1
-6
/
+6
*
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
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-13
/
+13
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-3
/
+3
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-0
/
+1
*
Implement internal method support
Chris Lattner
2001-11-26
1
-1
/
+1
*
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
1
-1
/
+5
*
Oops, didn't mean to check in enabled debugging support. :(
Chris Lattner
2001-10-23
1
-1
/
+1
*
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...
Chris Lattner
2001-10-23
1
-1
/
+1
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
1
-1
/
+1
*
* Add real support for global variable addresses initializing constants
Chris Lattner
2001-10-13
1
-1
/
+17
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+1
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-2
/
+1
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
1
-0
/
+1
*
* Remove support for internal constant pool
Chris Lattner
2001-09-07
1
-9
/
+30
*
* Add calls to failure template so that it is actually possible to debug
Chris Lattner
2001-07-28
1
-0
/
+9
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-1
/
+1
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-7
/
+0
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+146