1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Bytecode/Reader
Reid Spencer b8b9962dd1 This is a slimming down of the previous ReaderInternals.h that just
declares the BytecodeReader class.

llvm-svn: 14495
2004-06-29 23:31:01 +00:00
..
Analyzer.cpp Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the 2004-06-29 23:23:12 +00:00
AnalyzerInternals.h Move parsing details to Parser.cpp. 2004-06-09 06:15:21 +00:00
AnalyzerWrappers.cpp Implement tracking of bytecode instruction size and the number of long 2004-06-11 15:10:38 +00:00
ArchiveReader.cpp Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
ConstantReader.cpp Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Dumper.cpp Adjust prototypes to new Handler interface. 2004-06-10 22:00:29 +00:00
InstructionReader.cpp Squelch compile-time warning (profile build). 2004-04-28 15:32:09 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Parser.cpp Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Parser.h Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
Reader.cpp MAJOR REWRITE. 2004-06-29 23:29:38 +00:00
Reader.h This is a slimming down of the previous ReaderInternals.h that just 2004-06-29 23:31:01 +00:00
ReaderInternals.h Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
ReaderPrimitives.h Doxygenize a comment. 2004-06-10 08:27:00 +00:00
ReaderWrappers.cpp Adjustments to allow Bytecode Reading to support the BytecodeHandler 2004-06-29 23:24:14 +00:00