Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.475 -> 1.476
ScheduleDAG.cpp updated: 1.118 -> 1.119
SelectionDAGISel.cpp updated: 1.368 -> 1.369
---
Log message:
For PR1195: http://llvm.org/PR1195 :
Change use of "packed" term to "vector" in comments, strings, va
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.457 -> 1.458
ScheduleDAG.cpp updated: 1.116 -> 1.117
SelectionDAG.cpp updated: 1.377 -> 1.378
SelectionDAGISel.cpp updated: 1.344 -> 1.345
---
Log message:
Make LABEL a builtin opcode.
---
Diffs of the changes: (+1
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.381 -> 1.382
ScheduleDAG.cpp updated: 1.96 -> 1.97
---
Log message:
Ensure that dump calls that are associated with asserts are removed from
non-debug build.
---
Diffs of the changes: (+14 -2)
LegalizeDAG.cpp |
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.370 -> 1.371
ScheduleDAG.cpp updated: 1.82 -> 1.83
SelectionDAGISel.cpp updated: 1.231 -> 1.232
---
Log message:
Refactor TargetMachine, pushing handling of TargetData into the target-specific
subclasses. This has
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.369 -> 1.370
ScheduleDAG.cpp updated: 1.81 -> 1.82
SelectionDAG.cpp updated: 1.301 -> 1.302
SelectionDAGISel.cpp updated: 1.223 -> 1.224
---
Log message:
JumpTable support! What this represents is working asm and ji
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.239 -> 1.240
ScheduleDAG.cpp updated: 1.53 -> 1.54
---
Log message:
Disengage DEBUG_LOC from non-PPC targets.
---
Diffs of the changes: (+17 -13)
LegalizeDAG.cpp | 28
ScheduleDAG.