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
/
Reader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some dead (always dynamically false) flags
Chris Lattner
2005-05-06
1
-15
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-28
/
+28
*
Adjust to changes in User class and minor changes in instruction ctors.
Chris Lattner
2005-01-29
1
-8
/
+13
*
Remove a dead field, make the map go to integer type ID to hash better and
Chris Lattner
2004-12-09
1
-2
/
+2
*
Cleanups. Null out pointer after freeing it for paranoia
Chris Lattner
2004-11-15
1
-5
/
+5
*
Simplify handling of decompression
Reid Spencer
2004-11-14
1
-15
/
+4
*
Add comments per CL code review.
Reid Spencer
2004-11-07
1
-2
/
+6
*
Add support for compressed bytecode
Reid Spencer
2004-11-06
1
-2
/
+15
*
Add support for undef, unreachable, and function flags
Chris Lattner
2004-10-16
1
-3
/
+15
*
Fit to 80 cols
Chris Lattner
2004-10-14
1
-7
/
+6
*
Add boolean file format flags in preparation for version 5 bytecode.
Reid Spencer
2004-08-21
1
-3
/
+18
*
Bytecode File Format Changes:
Reid Spencer
2004-08-17
1
-2
/
+5
*
Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader
Chris Lattner
2004-08-04
1
-2
/
+3
*
Do not do a linear std::find to reconstruct information we had, but later threw
Chris Lattner
2004-08-03
1
-12
/
+14
*
Don't create a backwards compatibility flag for something that was a
Reid Spencer
2004-07-25
1
-4
/
+0
*
bug 263:
Reid Spencer
2004-07-25
1
-0
/
+35
*
User ValueListTy as the type of the ValueList. This avoides the ValueList
Reid Spencer
2004-07-18
1
-1
/
+1
*
- Rename two methods to give them more meaning
Reid Spencer
2004-07-11
1
-2
/
+8
*
Error Handling Cleanup:
Reid Spencer
2004-07-09
1
-0
/
+2
*
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
Reid Spencer
2004-07-06
1
-1
/
+1
*
Finalize bytecode dumping. The "handleFinish" method was getting called
Reid Spencer
2004-07-05
1
-3
/
+4
*
- Make ValueList an "OtherVal" user of Values to ensure it doesn't get
Reid Spencer
2004-07-04
1
-60
/
+51
*
This is a slimming down of the previous ReaderInternals.h that just
Reid Spencer
2004-06-29
1
-0
/
+470