Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.28 -> 1.29
JIT.cpp updated: 1.81 -> 1.82
JITEmitter.cpp updated: 1.120 -> 1.121
TargetSelect.cpp updated: 1.12 -> 1.13
---
Log message:
Removing even more includes.
---
Diffs of the changes: (+37 -41)
Intercept.cp
Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.27 -> 1.28
---
Log message:
Fix handling of asm specifiers for external globals. This unbreaks many programs
on leopard in the jit.
---
Diffs of the changes: (+12 -1)
Intercept.cpp | 13 -
1 files cha
Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.26 -> 1.27
---
Log message:
Fix warning on linux
---
Diffs of the changes: (+8 -8)
Intercept.cpp | 16
1 files changed, 8 insertions(+), 8 deletions(-)
Index: llvm/lib/ExecutionEngine/JIT/Inter
Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.25 -> 1.26
---
Log message:
Silence some -pedantic warnings.
---
Diffs of the changes: (+6 -4)
Intercept.cpp | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
Index: llvm/lib/ExecutionEngine/JIT
Changes in directory llvm/lib/ExecutionEngine/JIT:
Intercept.cpp updated: 1.24 -> 1.25
---
Log message:
Convert llvm.cs.uiuc.edu -> llvm.org
---
Diffs of the changes: (+1 -1)
Intercept.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/ExecutionEngine/JIT/Inter