Changes in directory llvm/utils:
GenLibDeps.pl updated: 1.8 -> 1.9
---
Log message:
Add a feature for debugging library dependency cycles, -why option. This
implies -flat and will produce a list of all the symbols for each library
that another library depends on. Run the output through c++filt
Changes in directory llvm/lib/Target/ARM:
ARMISelDAGToDAG.cpp updated: 1.16 -> 1.17
---
Log message:
implement function calling of functions with up to 4 arguments
---
Diffs of the changes: (+45 -3)
ARMISelDAGToDAG.cpp | 48 +---
1 files change
Changes in directory llvm/test/Regression/CodeGen/ARM:
call.ll added (r1.1)
---
Log message:
implement function calling of functions with up to 4 arguments
---
Diffs of the changes: (+8 -0)
call.ll |8
1 files changed, 8 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.cpp updated: 1.57 -> 1.58
X86InstrSSE.td updated: 1.129 -> 1.130
---
Log message:
Can't commute shufps. The high / low parts elements come from different vectors.
---
Diffs of the changes: (+1 -20)
X86InstrInfo.cpp | 18 --
Changes in directory llvm/include/llvm/Target:
TargetJITInfo.h updated: 1.7 -> 1.8
---
Log message:
- Refactor the code that resolve basic block references to a TargetJITInfo
method.
- Added synchronizeICache() to TargetJITInfo. It is called after each block
of code is emitted to flush the
Changes in directory llvm/lib/Target/Alpha:
Alpha.h updated: 1.5 -> 1.6
AlphaCodeEmitter.cpp updated: 1.15 -> 1.16
AlphaJITInfo.cpp updated: 1.9 -> 1.10
AlphaJITInfo.h updated: 1.1 -> 1.2
AlphaTargetMachine.cpp updated: 1.26 -> 1.27
---
Log message:
- Refactor the code that resolve basic block
Changes in directory llvm/lib/Target/PowerPC:
PPCCodeEmitter.cpp updated: 1.63 -> 1.64
PPCJITInfo.cpp updated: 1.24 -> 1.25
PPCJITInfo.h updated: 1.9 -> 1.10
---
Log message:
- Refactor the code that resolve basic block references to a TargetJITInfo
method.
- Added synchronizeICache() to Targ
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.106 -> 1.107
---
Log message:
- Refactor the code that resolve basic block references to a TargetJITInfo
method.
- Added synchronizeICache() to TargetJITInfo. It is called after each block
of code is emitted to flu
Changes in directory llvm/lib/Target/X86:
X86.h updated: 1.45 -> 1.46
X86CodeEmitter.cpp updated: 1.110 -> 1.111
X86ELFWriter.cpp updated: 1.4 -> 1.5
X86JITInfo.cpp updated: 1.23 -> 1.24
X86JITInfo.h updated: 1.8 -> 1.9
X86TargetMachine.cpp updated: 1.117 -> 1.118
---
Log message:
- Refactor th
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.178 -> 1.179
---
Log message:
Initialize some variables the compiler warns about.
---
Diffs of the changes: (+2 -2)
DAGCombiner.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib
Changes in directory llvm/lib/VMCore:
Type.cpp updated: 1.141 -> 1.142
---
Log message:
Moving this function to a permanent home to prevent a dependency cycle created
by the inline heuristic. Was preventing llvm-gcc4 from building.
---
Diffs of the changes: (+19 -0)
Type.cpp | 19 ++
Changes in directory llvm/include/llvm:
Type.h updated: 1.87 -> 1.88
---
Log message:
Moving this function to a permanent home to prevent a dependency cycle created
by the inline heuristic. Was preventing llvm-gcc4 from building.
---
Diffs of the changes: (+0 -12)
Type.h | 12 --
Changes in directory nightlytest-serverside:
NightlyTestAccept.cgi updated: 1.29 -> 1.30
---
Log message:
Fixed some syntax errors
---
Diffs of the changes: (+6 -5)
NightlyTestAccept.cgi | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
Index: nightlytest-serverside/Ni
Changes in directory nightlytest-serverside:
NightlyTester.php updated: 1.2 -> 1.3
---
Log message:
Added support for pulling out .a and .o files
---
Diffs of the changes: (+65 -2)
NightlyTester.php | 67 --
1 files changed, 65 insertio
Changes in directory llvm/include/llvm/ADT:
SmallVector.h added (r1.1)
---
Log message:
Add a new llvm::SmallVector template, which is similar to the vector class, but
contains optimizations to avoid heap allocation if the vector size is smaller
than some threshold. This can significantly impr
15 matches
Mail list logo