Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bad09e71d063aef62deca30e90a33cb3fd25bdb5
/
llvm
/
lib
/
Bytecode
/
Reader
/
Reader.h
bad09e7
Use a map to cache the ModuleType information, so we can do logarithmic
by Chris Lattner
· 20 years ago
5a1d5e3
This is a dummy, it doesn't matter what the ValueType is
by Chris Lattner
· 20 years ago
9bbe586
remove some dead (always dynamically false) flags
by Chris Lattner
· 21 years ago
2ecc34d
Remove trailing whitespace
by Misha Brukman
· 21 years ago
616b8fc
Adjust to changes in User class and minor changes in instruction ctors.
by Chris Lattner
· 21 years ago
6225146
Remove a dead field, make the map go to integer type ID to hash better and
by Chris Lattner
· 21 years ago
36c95e3
Cleanups. Null out pointer after freeing it for paranoia
by Chris Lattner
· 21 years ago
f01fc68
Simplify handling of decompression
by Reid Spencer
· 21 years ago
899ad35
Add comments per CL code review.
by Reid Spencer
· 21 years ago
2e49204
Add support for compressed bytecode
by Reid Spencer
· 21 years ago
770709b
Add support for undef, unreachable, and function flags
by Chris Lattner
· 21 years ago
315157d
Fit to 80 cols
by Chris Lattner
· 21 years ago
8631bc3
Add boolean file format flags in preparation for version 5 bytecode.
by Reid Spencer
· 21 years ago
c3e4364
Bytecode File Format Changes:
by Reid Spencer
· 21 years ago
bba09b3
Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader
by Chris Lattner
· 21 years ago
cd84396
Do not do a linear std::find to reconstruct information we had, but later threw
by Chris Lattner
· 21 years ago
bd729203
Don't create a backwards compatibility flag for something that was a
by Reid Spencer
· 21 years ago
b2bdb94
bug 263:
by Reid Spencer
· 21 years ago
1d8d08f
User ValueListTy as the type of the ValueList. This avoides the ValueList
by Reid Spencer
· 21 years ago
db3bf19
- Rename two methods to give them more meaning
by Reid Spencer
· 21 years ago
f3905c8
Error Handling Cleanup:
by Reid Spencer
· 21 years ago
987e503
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
by Reid Spencer
· 21 years ago
02b6708
Finalize bytecode dumping. The "handleFinish" method was getting called
by Reid Spencer
· 21 years ago
e6c9549
- Make ValueList an "OtherVal" user of Values to ensure it doesn't get
by Reid Spencer
· 21 years ago
f4ec638
This is a slimming down of the previous ReaderInternals.h that just
by Reid Spencer
· 21 years ago