Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.18 -> 1.19
---
Log message:
Implement review feedback. Aliasees can be either GlobalValue's or
bitcasts of them.
---
Diffs of the changes: (+6 -0)
BytecodeHandler.h |6 ++
1 files changed, 6 insertions(+
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.17 -> 1.18
---
Log message:
Implement the "thread_local" keyword.
---
Diffs of the changes: (+2 -1)
BytecodeHandler.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Bytecod
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.16 -> 1.17
---
Log message:
For PR1195: http://llvm.org/PR1195 :
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
PackedTyID -> VectorTyID. No functional changes.
---
Diffs of the changes: (+3
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.15 -> 1.16
---
Log message:
avoid creating a temporary string when reading the symbol table for a
module. This speeds up the bcreader 11%.
---
Diffs of the changes: (+1 -1)
BytecodeHandler.h |2 +-
1 files c
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.14 -> 1.15
---
Log message:
Compaction tables don't exist any more.
---
Diffs of the changes: (+0 -27)
BytecodeHandler.h | 27 ---
1 files changed, 27 deletions(-)
Index: llvm/include/
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.13 -> 1.14
---
Log message:
remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.
---
Diffs of the changes: (+0 -9)
BytecodeHandler.h |9 -
1 files changed, 9 deletions(-)
Index
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.12 -> 1.13
---
Log message:
eliminate std::vector's from the bchandler interface
---
Diffs of the changes: (+5 -5)
BytecodeHandler.h | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: l
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.11 -> 1.12
---
Log message:
For PR411: http://llvm.org/PR411 :
This patch replaces the SymbolTable class with ValueSymbolTable which does
not support types planes. This means that all symbol names in LLVM must now
be
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.10 -> 1.11
---
Log message:
For PR761: http://llvm.org/PR761 :
BCReader no longer has a header that contains the endinanness and
pointer size. It's been replaced by datalayout field.
---
Diffs of the changes: (+1
Changes in directory llvm/include/llvm/Bytecode:
BytecodeHandler.h updated: 1.9 -> 1.10
---
Log message:
* PIC codegen for X86/Linux has been implemented
* PIC-aware internal structures in X86 Codegen have been refactored
* Visibility (default/weak) has been added
* Docs fixes (external weak li
10 matches
Mail list logo