llvm-6502/include/llvm/Bytecode
Devang Patel 3e15bf33e0 Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
Analyzer.h push bytecode decompressor out through APIs. Now the bytecode reader 2007-02-07 21:41:02 +00:00
Archive.h For PR1291: 2007-04-07 19:50:21 +00:00
BytecodeHandler.h Implement review feedback. Aliasees can be either GlobalValue's or 2007-04-28 13:45:00 +00:00
Format.h Compaction tables no longer supported, remove its block ID. 2007-01-30 19:37:26 +00:00
Reader.h move archive-specific stuff out of bcreader into archive library. 2007-02-07 23:53:17 +00:00
WriteBytecodePass.h Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Writer.h default to emiting an uncompressed .bc file 2007-01-21 06:34:18 +00:00