Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.113 -> 1.114
---
Log message:
add a note
---
Diffs of the changes: (+23 -0)
README.txt | 23 +++
1 files changed, 23 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/P
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.112 -> 1.113
---
Log message:
add a note
---
Diffs of the changes: (+1 -0)
README.txt |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.112
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.111 -> 1.112
---
Log message:
add a note
---
Diffs of the changes: (+13 -0)
README.txt | 13 +
1 files changed, 13 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/REA
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.110 -> 1.111
---
Log message:
add a note
---
Diffs of the changes: (+29 -0)
README.txt | 29 +
1 files changed, 29 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Ta
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.109 -> 1.110
---
Log message:
Remove fixed item
---
Diffs of the changes: (+0 -26)
README.txt | 26 --
1 files changed, 26 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.108 -> 1.109
---
Log message:
A relatively simple PPC optimization.
---
Diffs of the changes: (+27 -0)
README.txt | 27 +++
1 files changed, 27 insertions(+)
Index: llvm/lib/Target/PowerPC/READM
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.107 -> 1.108
---
Log message:
Update some of the llvm in the readme
---
Diffs of the changes: (+23 -25)
README.txt | 48 +++-
1 files changed, 23 insertions(+), 25 deletions(-)
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.106 -> 1.107
---
Log message:
move contents of PR587: http://llvm.org/PR587 to here.
---
Diffs of the changes: (+45 -0)
README.txt | 45 +
1 files changed, 45 insertions(+)
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.104 -> 1.105
---
Log message:
add note about ugly codegen with preinc
---
Diffs of the changes: (+29 -0)
README.txt | 29 +
1 files changed, 29 insertions(+)
Index: llvm/lib/Target/PowerPC/R
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.103 -> 1.104
---
Log message:
add a note from viterbi
---
Diffs of the changes: (+29 -0)
README.txt | 29 +
1 files changed, 29 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.102 -> 1.103
---
Log message:
this doesn't occur any more in mason
---
Diffs of the changes: (+0 -19)
README.txt | 19 ---
1 files changed, 19 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.101 -> 1.102
---
Log message:
the code in question is now:
cmpw cr0, r7, r3
ble cr0, LBB1_5 ;bb25
LBB1_8: ;bb17
cmpw cr0, r8, r5
bgt cr0, LBB1_2 ;bb
which is just as good as crnand.
---
Diff
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.100 -> 1.101
---
Log message:
add note
---
Diffs of the changes: (+19 -0)
README.txt | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.98 -> 1.99
---
Log message:
item done
---
Diffs of the changes: (+0 -6)
README.txt |6 --
1 files changed, 6 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.98
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.97 -> 1.98
---
Log message:
This is already done
---
Diffs of the changes: (+0 -8)
README.txt |8
1 files changed, 8 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/REA
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.95 -> 1.96
---
Log message:
Add a note that we should match rlwnm better
---
Diffs of the changes: (+34 -0)
README.txt | 34 ++
1 files changed, 34 insertions(+)
Index: llvm/lib/Target/P
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.94 -> 1.95
---
Log message:
add a note
---
Diffs of the changes: (+25 -0)
README.txt | 25 +
1 files changed, 25 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/P
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.93 -> 1.94
---
Log message:
Add a note
---
Diffs of the changes: (+9 -0)
README.txt |9 +
1 files changed, 9 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.92 -> 1.93
PPCInstrInfo.td updated: 1.237 -> 1.238
PPCISelLowering.cpp updated: 1.197 -> 1.198
PPCISelLowering.h updated: 1.50 -> 1.51
PPCHazardRecognizers.cpp updated: 1.12 -> 1.13
---
Log message:
Implement Regression/CodeGen
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.91 -> 1.92
---
Log message:
Add a note about a note
---
Diffs of the changes: (+4 -0)
README.txt |4
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/REA
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.90 -> 1.91
---
Log message:
Yet more readme updating
---
Diffs of the changes: (+22 -36)
README.txt | 58 ++
1 files changed, 22 insertions(+), 36 deletions(-)
In
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.89 -> 1.90
---
Log message:
New note about something bad happening in target independent optimizers
---
Diffs of the changes: (+18 -2)
README.txt | 20 ++--
1 files changed, 18 insertions(+), 2 deletions(
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.88 -> 1.89
---
Log message:
Proving once again that I am not as smart as the compiler
---
Diffs of the changes: (+1 -2)
README.txt |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Target/PowerP
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.85 -> 1.86
---
Log message:
New note, Nate, please check to see if I'm full of it :)
---
Diffs of the changes: (+33 -0)
README.txt | 33 +
1 files changed, 33 insertions(+)
Index: llvm/l
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.84 -> 1.85
README_ALTIVEC.txt updated: 1.21 -> 1.22
---
Log message:
add a note, move an altivec todo to the altivec list.
---
Diffs of the changes: (+16 -7)
README.txt | 13 ++---
README_ALTIVEC.txt |
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.83 -> 1.84
---
Log message:
add a note
---
Diffs of the changes: (+9 -0)
README.txt |9 +
1 files changed, 9 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.80 -> 1.81
---
Log message:
add another note
---
Diffs of the changes: (+15 -0)
README.txt | 15 +++
1 files changed, 15 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/Power
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.79 -> 1.80
---
Log message:
add a note
---
Diffs of the changes: (+10 -0)
README.txt | 10 ++
1 files changed, 10 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.t
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.78 -> 1.79
---
Log message:
This has been implemented. Tweak it into another note
---
Diffs of the changes: (+9 -23)
README.txt | 32 +---
1 files changed, 9 insertions(+), 23 deletions(-)
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.77 -> 1.78
---
Log message:
Update readme
---
Diffs of the changes: (+34 -0)
README.txt | 34 ++
1 files changed, 34 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.76 -> 1.77
---
Log message:
minor note
---
Diffs of the changes: (+3 -0)
README.txt |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.76
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.75 -> 1.76
---
Log message:
Add a note about the MUL -> FMADD vector bug.
---
Diffs of the changes: (+10 -0)
README.txt | 10 ++
1 files changed, 10 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.74 -> 1.75
---
Log message:
notes
---
Diffs of the changes: (+16 -0)
README.txt | 16
1 files changed, 16 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.72 -> 1.73
---
Log message:
Notes on how to kill the eeevil brtwoway, and make ppc branch selector
more target independant, generate better code, and be less conservative.
---
Diffs of the changes: (+28 -0)
README.txt |
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.71 -> 1.72
---
Log message:
add a note
---
Diffs of the changes: (+8 -1)
README.txt |9 -
1 files changed, 8 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/Powe
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.70 -> 1.71
---
Log message:
Another case we could do better on.
---
Diffs of the changes: (+11 -0)
README.txt | 11 +++
1 files changed, 11 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/l
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.69 -> 1.70
---
Log message:
add a note
---
Diffs of the changes: (+41 -0)
README.txt | 41 +
1 files changed, 41 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u l
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.68 -> 1.69
---
Log message:
add a note
---
Diffs of the changes: (+14 -0)
README.txt | 14 ++
1 files changed, 14 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/READ
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.67 -> 1.68
---
Log message:
add a note
---
Diffs of the changes: (+18 -0)
README.txt | 18 ++
1 files changed, 18 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.64 -> 1.65
---
Log message:
remove implemented item
---
Diffs of the changes: (+0 -17)
README.txt | 17 -
1 files changed, 17 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Tar
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.63 -> 1.64
---
Log message:
readme updates
---
Diffs of the changes: (+26 -21)
README.txt | 47 ++-
1 files changed, 26 insertions(+), 21 deletions(-)
Index: llvm/lib/Target/
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.62 -> 1.63
---
Log message:
Move emails from nate into public places
---
Diffs of the changes: (+17 -0)
README.txt | 17 +
1 files changed, 17 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
dif
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.61 -> 1.62
---
Log message:
add a note
---
Diffs of the changes: (+11 -0)
README.txt | 11 +++
1 files changed, 11 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.60 -> 1.61
---
Log message:
Remove some stuff that now works
---
Diffs of the changes: (+0 -53)
README.txt | 53 -
1 files changed, 53 deletions(-)
Index: llvm/lib/Ta
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.59 -> 1.60
---
Log message:
add a note
---
Diffs of the changes: (+2 -0)
README.txt |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.59
l
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.58 -> 1.59
---
Log message:
remove some target-indep and implemented notes
---
Diffs of the changes: (+11 -13)
README.txt | 24 +++-
1 files changed, 11 insertions(+), 13 deletions(-)
Index: llvm/li
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.57 -> 1.58
---
Log message:
Flesh out a couple of the items in the README
---
Diffs of the changes: (+41 -14)
README.txt | 55 +--
1 files changed, 41 insertions(+), 14
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.56 -> 1.57
---
Log message:
Add a note
---
Diffs of the changes: (+5 -0)
README.txt |5 +
1 files changed, 5 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.56
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.55 -> 1.56
---
Log message:
update a note
---
Diffs of the changes: (+3 -0)
README.txt |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.5
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.54 -> 1.55
---
Log message:
new example
---
Diffs of the changes: (+19 -0)
README.txt | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerP
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.53 -> 1.54
---
Log message:
Update the README
---
Diffs of the changes: (+3 -19)
README.txt | 22 +++---
1 files changed, 3 insertions(+), 19 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.52 -> 1.53
---
Log message:
add a note
---
Diffs of the changes: (+29 -0)
README.txt | 29 +
1 files changed, 29 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Targ
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.50 -> 1.51
---
Log message:
another testcase.
---
Diffs of the changes: (+17 -0)
README.txt | 17 +
1 files changed, 17 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/Po
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.49 -> 1.50
---
Log message:
example nate pointed out
---
Diffs of the changes: (+33 -0)
README.txt | 33 +
1 files changed, 33 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
dif
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.48 -> 1.49
---
Log message:
add the 'lucas' optimization
---
Diffs of the changes: (+25 -0)
README.txt | 25 +
1 files changed, 25 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.46 -> 1.47
---
Log message:
Add a couple more things to the readme.
---
Diffs of the changes: (+53 -0)
README.txt | 53 +
1 files changed, 53 insertions(+)
Index: llv
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.45 -> 1.46
---
Log message:
add a note
---
Diffs of the changes: (+4 -0)
README.txt |4
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.45
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.44 -> 1.45
---
Log message:
add notes from my *other* email acct.
---
Diffs of the changes: (+88 -0)
README.txt | 88 +
1 files changed, 88 insertions(+)
Inde
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.43 -> 1.44
---
Log message:
transfer some notes from my email to somewhere useful.
---
Diffs of the changes: (+26 -0)
README.txt | 26 ++
1 files changed, 26 insertions(+)
Index: llvm/lib/Target
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.42 -> 1.43
---
Log message:
Remove some redundant stuff out of the readme.
---
Diffs of the changes: (+0 -18)
README.txt | 18 --
1 files changed, 18 deletions(-)
Index: llvm/lib/Target/PowerPC/README.t
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.40 -> 1.41
---
Log message:
move some random notes out of my email into someplace useful
---
Diffs of the changes: (+32 -0)
README.txt | 32
1 files changed, 32 insertions(+)
Index: llv
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.39 -> 1.40
---
Log message:
Add another important case we miss
---
Diffs of the changes: (+19 -0)
README.txt | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.37 -> 1.38
---
Log message:
add a case Nate sent me
---
Diffs of the changes: (+23 -0)
README.txt | 23 +++
1 files changed, 23 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/l
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.36 -> 1.37
---
Log message:
This is implemented
---
Diffs of the changes: (+0 -19)
README.txt | 19 ---
1 files changed, 19 deletions(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.35 -> 1.36
---
Log message:
New case to handle someday
---
Diffs of the changes: (+17 -0)
README.txt | 17 +
1 files changed, 17 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.34 -> 1.35
---
Log message:
a bad case for bitfield insert
---
Diffs of the changes: (+34 -0)
README.txt | 34 ++
1 files changed, 34 insertions(+)
Index: llvm/lib/Target/PowerPC/README.
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.33 -> 1.34
---
Log message:
Add a note about some bitfield stuff we could be doing better.
---
Diffs of the changes: (+64 -0)
README.txt | 64 +
1 files changed
67 matches
Mail list logo