Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.25 -> 1.26
---
Log message:
Add an "implies" field to features. This indicates that, if the current
feature is set, then the features in the implied list should be set also.
The opposite is also enforced: if a feature in
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.24 -> 1.25
---
Log message:
Fix generation of certain scheduler itineraries.
---
Diffs of the changes: (+2 -1)
SubtargetEmitter.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/utils/Tabl
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.23 -> 1.24
---
Log message:
Ignore entries with blank names.
---
Diffs of the changes: (+4 -2)
SubtargetEmitter.cpp |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/utils/TableGen/Subtarge
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.22 -> 1.23
---
Log message:
Rollback changes to take a different tack.
---
Diffs of the changes: (+0 -1)
SubtargetEmitter.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/utils/TableGen/SubtargetEmitter.cpp
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.21 -> 1.22
---
Log message:
Honor the command line specification for machine type.
---
Diffs of the changes: (+1 -0)
SubtargetEmitter.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/TableGen/Subtarge
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.20 -> 1.21
---
Log message:
Don't write out variables that are never used.
---
Diffs of the changes: (+0 -3)
SubtargetEmitter.cpp |3 ---
1 files changed, 3 deletions(-)
Index: llvm/utils/TableGen/SubtargetEmit
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.18 -> 1.19
---
Log message:
Don't make zero-sized static arrays
---
Diffs of the changes: (+1 -1)
SubtargetEmitter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGen/SubtargetE
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.17 -> 1.18
---
Log message:
remove out of date comment
---
Diffs of the changes: (+1 -2)
SubtargetEmitter.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/utils/TableGen/SubtargetEmitter.
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.16 -> 1.17
---
Log message:
Subtarget feature can now set any variable to any value
---
Diffs of the changes: (+4 -3)
SubtargetEmitter.cpp |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.15 -> 1.16
---
Log message:
There is at least a 'noitinerary' itinerary now
---
Diffs of the changes: (+1 -1)
SubtargetEmitter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGe
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.14 -> 1.15
InstrInfoEmitter.cpp updated: 1.33 -> 1.34
---
Log message:
almost got the HP-UX tester up.. :)
---
Diffs of the changes: (+7 -7)
InstrInfoEmitter.cpp |2 +-
SubtargetEmitter.cpp | 12 ++--
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.13 -> 1.14
---
Log message:
1. Remove ranges from itinerary data.
2. Tidy up the subtarget emittined code.
---
Diffs of the changes: (+11 -9)
SubtargetEmitter.cpp | 20 +++-
1 files changed, 11 in
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.8 -> 1.9
---
Log message:
Add some commentary.
---
Diffs of the changes: (+121 -21)
SubtargetEmitter.cpp | 142 +++
1 files changed, 121 insertions(+), 21 deletions(-)
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.7 -> 1.8
---
Log message:
Keep Visual Studio happy.
---
Diffs of the changes: (+1 -0)
SubtargetEmitter.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/TableGen/SubtargetEmitter.cpp
diff -u llvm/utils
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.5 -> 1.6
---
Log message:
Simplify.
---
Diffs of the changes: (+1 -6)
SubtargetEmitter.cpp |7 +--
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm/utils/TableGen/SubtargetEmitter.cpp
diff -u llv
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.4 -> 1.5
SubtargetEmitter.h updated: 1.2 -> 1.3
---
Log message:
Give full control of subtarget features over to table generated code.
---
Diffs of the changes: (+65 -15)
SubtargetEmitter.cpp | 76 +
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.3 -> 1.4
SubtargetEmitter.h updated: 1.1 -> 1.2
---
Log message:
Refactored to make room for more stuff (scheduling info.)
---
Diffs of the changes: (+102 -77)
SubtargetEmitter.cpp | 174 +++
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.2 -> 1.3
---
Log message:
Add the needed #include, emit enums with the sizes of tables, remove
definitions from the LLVM namespace, since they are all static.
---
Diffs of the changes: (+12 -9)
SubtargetEmitter.cpp |
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.1 -> 1.2
---
Log message:
Sort the features and processor lists for the sake of search (and maintainers.)
---
Diffs of the changes: (+27 -2)
SubtargetEmitter.cpp | 29 +++--
1 files changed
19 matches
Mail list logo