Changes in directory llvm/lib/ExecutionEngine/JIT:
TargetSelect.cpp updated: 1.14 -> 1.15
---
Log message:
avoid mutating a global in an accessor
---
Diffs of the changes: (+6 -5)
TargetSelect.cpp | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
Index: llvm/lib/Execut
Changes in directory llvm/lib/ExecutionEngine/JIT:
TargetSelect.cpp updated: 1.11 -> 1.12
---
Log message:
remove always-null IntrinsicLowering argument.
---
Diffs of the changes: (+1 -1)
TargetSelect.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Execution
Changes in directory llvm/lib/ExecutionEngine/JIT:
TargetSelect.cpp updated: 1.9 -> 1.10
---
Log message:
Shrinkify to match llc
---
Diffs of the changes: (+3 -3)
TargetSelect.cpp |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/ExecutionEngine/JIT/TargetSe