This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a52b0009ea25cbef6bb2154678ccaaabf49efd8d
clang-p2996
/
llvm
/
lib
/
Bytecode
/
Writer
History
Reid Spencer
a52b0009ea
Implement new output functions for types and compacted type planes. Also
...
remove use of Type::TypeTyID and Type::TypeTy since Type no longer inherits Value. llvm-svn: 14610
2004-07-04 11:45:47 +00:00
..
ConstantWriter.cpp
- Type::TypeTyID doesn't exist any more (bug 122)
2004-07-04 11:37:54 +00:00
InstructionWriter.cpp
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
2004-06-17 18:19:28 +00:00
Makefile
Added LLVM copyright notice to Makefiles.
2003-10-20 22:26:57 +00:00
SlotCalculator.cpp
For bug 122:
2004-07-04 11:42:49 +00:00
SlotCalculator.h
For bug 122:
2004-07-04 11:42:49 +00:00
SlotTable.cpp
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
2004-06-17 18:19:28 +00:00
SlotTable.h
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
2004-06-17 18:19:28 +00:00
Writer.cpp
Implement new output functions for types and compacted type planes. Also
2004-07-04 11:45:47 +00:00
WriterInternals.h
Add new methods outputTypes and outputCompactionTypes for handling Types
2004-07-04 11:44:27 +00:00
WriterPrimitives.h
fix warnings
2004-06-25 00:11:25 +00:00