This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Bytecode
/
Reader
History
Chris Lattner
98cf1f5d64
- Eliminated the deferred symbol table stuff in Module & Function, it really
...
wasn't an optimization and it was causing lots of bugs. llvm-svn: 4779
2002-11-20 18:36:02 +00:00
..
ConstantReader.cpp
There is no way to guarantee that constants are not forward referenced.
2002-10-14 03:33:02 +00:00
InstructionReader.cpp
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
2002-10-13 19:39:16 +00:00
Makefile
*** empty log message ***
2002-07-23 17:52:38 +00:00
Reader.cpp
- Eliminated the deferred symbol table stuff in Module & Function, it really
2002-11-20 18:36:02 +00:00
ReaderInternals.h
There is no way to guarantee that constants are not forward referenced.
2002-10-14 03:33:02 +00:00