Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.29 -> 1.30
---
Log message:
relax type
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/Stacker/lib/compiler/Stacker
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.28 -> 1.29
---
Log message:
For PR950: http://llvm.org/PR950 :
Convert signed integer types to signless.
---
Diffs of the changes: (+44 -44)
StackerCompiler.cpp | 88 ++
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.27 -> 1.28
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed an
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.26 -> 1.27
---
Log message:
switch statistic over, remove misspelt comment.
---
Diffs of the changes: (+2 -6)
StackerCompiler.cpp |8 ++--
1 files changed, 2 insertions(+), 6 deletions(-)
Inde
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.25 -> 1.26
---
Log message:
Change createInferredCast calls to more accurate cast creation calls.
---
Diffs of the changes: (+18 -14)
StackerCompiler.cpp | 32 ++--
1 files
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.24 -> 1.25
---
Log message:
Detemplatize the Statistic class.
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/Stack
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.23 -> 1.24
---
Log message:
For PR950: http://llvm.org/PR950 :
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLV
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.22 -> 1.23
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
depen
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.21 -> 1.22
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.20 -> 1.21
---
Log message:
For PR950: http://llvm.org/PR950 :
Replace the REM instruction with UREM, SREM and FREM.
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 i
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.19 -> 1.20
---
Log message:
For PR950: http://llvm.org/PR950 :
Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
have three division instructions: signed, unsigned, floating point. The
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.18 -> 1.19
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch implements the first increment for the Signless Types feature.
All changes pertain to removing the ConstantSInt and ConstantUInt clas
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.17 -> 1.18
StackerCompiler.h updated: 1.7 -> 1.8
---
Log message:
For PR797: http://llvm.org/PR797 :
Update to reflect ParseException becoming ParseError (from Parser.h)
---
Diffs of the changes: (+6 -3)
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.16 -> 1.17
---
Log message:
Don't pass target name into TargetData anymore, it is never used or needed.
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 insertion(+),
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.15 -> 1.16
---
Log message:
Avoid defining dead result
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/projects/Stacker/lib/
15 matches
Mail list logo