Changes in directory llvm/lib/Target/CBackend:
CTargetMachine.h updated: 1.15 -> 1.16
Writer.cpp updated: 1.267 -> 1.268
---
Log message:
Completely rearchitect the interface between targets and the pass manager.
This pass:
1. Splits TargetMachine into TargetMachine (generic targets, can be im
Changes in directory llvm/lib/Target/CBackend:
CTargetMachine.h updated: 1.9 -> 1.10
Writer.cpp updated: 1.257 -> 1.258
---
Log message:
Eliminate IntrinsicLowering from TargetMachine.
Make the CBE and V9 backends create their own, since they're the only ones that
use it.
---
Diffs of the ch
Changes in directory llvm/lib/Target/CBackend:
CTargetMachine.h updated: 1.8 -> 1.9
Writer.cpp updated: 1.246 -> 1.247
---
Log message:
Add a new option to indicate we want the code generator to emit code
quickly,not spending tons of time microoptimizing it. This is useful for an
-O0style of