Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.3 -> 1.4
---
Log message:
continued description
---
Diffs of the changes: (+109 -6)
BitCodeFormat.html | 115 ++---
1 files changed, 109 insertions(+), 6 deletions(-)
Index: llv
Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.4 -> 1.5
---
Log message:
fix typo
---
Diffs of the changes: (+2 -2)
BitCodeFormat.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/BitCodeFormat.html
diff -u llvm/docs/BitCodeFormat.html:1.4
Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.5 -> 1.6
---
Log message:
Fix a grammaro.
---
Diffs of the changes: (+2 -2)
BitCodeFormat.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/BitCodeFormat.html
diff -u llvm/docs/BitCodeFormat.h
Changes in directory llvm-www:
DevMtgMay2007.html updated: 1.138 -> 1.139
---
Log message:
User HTML Entities.
---
Diffs of the changes: (+6 -3)
DevMtgMay2007.html |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/DevMt
Changes in directory llvm/lib/CodeGen:
IntrinsicLowering.cpp updated: 1.81 -> 1.82
---
Log message:
Get the size of auto arrays right, regardless of its changing size.
---
Diffs of the changes: (+13 -11)
IntrinsicLowering.cpp | 24 +---
1 files changed, 13 insertions(
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
test_part_set.c added (r1.1)
test_part_set.reference_output added (r1.1)
---
Log message:
Add a new test case.
---
Diffs of the changes: (+20 -0)
test_part_set.c| 19 +++
test_part_set.referenc
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
test4.reference_output updated: 1.1 -> 1.2
---
Log message:
Update for change in program output.
---
Diffs of the changes: (+4 -2)
test4.reference_output |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index:
Changes in directory llvm/test/ExecutionEngine:
2007-05-12-APInt-Shl.ll added (r1.1)
---
Log message:
Add a test case for shl of APInt integers > 64 bits by 0 shift amount.
---
Diffs of the changes: (+30 -0)
2007-05-12-APInt-Shl.ll | 30 ++
1 files changed, 30
Changes in directory llvm/lib/Support:
APInt.cpp updated: 1.79 -> 1.80
---
Log message:
Fix shl to produce the correct result when the bitwidth is > 64 and the
shift amount is 0. Previously this code would do a lshr by the bit width
which can lead to incorrect results.
---
Diffs of the chang
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
part_select.c updated: 1.4 -> 1.5
part_select.reference_output updated: 1.2 -> 1.3
---
Log message:
Make the output easier to validate.
---
Diffs of the changes: (+65 -53)
part_select.c| 25 ---
part_s
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
bit_select.c updated: 1.4 -> 1.5
---
Log message:
Simplify test case.
---
Diffs of the changes: (+1 -6)
bit_select.c |7 +--
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm-test/SingleSource/UnitTests/Inte
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
bits.h updated: 1.5 -> 1.6
---
Log message:
Add some types needed by the tests.
Fix the reduce macro to generate the correct builtin name.
---
Diffs of the changes: (+6 -3)
bits.h |9 ++---
1 files changed, 6 insertions
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
test4.c updated: 1.2 -> 1.3
---
Log message:
Clean up this test case.
---
Diffs of the changes: (+12 -3)
test4.c | 15 ---
1 files changed, 12 insertions(+), 3 deletions(-)
Index: llvm-test/SingleSource/UnitTest
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.cpp updated: 1.219 -> 1.220
X86TargetAsmInfo.cpp updated: 1.41 -> 1.42
---
Log message:
More DWARF-related things cleanup:
1. Fix PR1380: http://llvm.org/PR1380
2. Apply Duncan's patch from PR1410: http://llvm.org/PR1410
3. Insert work
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.141 -> 1.142
MachineModuleInfo.cpp updated: 1.12 -> 1.13
---
Log message:
More DWARF-related things cleanup:
1. Fix PR1380: http://llvm.org/PR1380
2. Apply Duncan's patch from PR1410: http://llvm.org/PR1410
3. Insert workaround
Changes in directory llvm/include/llvm/CodeGen:
MachineModuleInfo.h updated: 1.12 -> 1.13
---
Log message:
More DWARF-related things cleanup:
1. Fix PR1380: http://llvm.org/PR1380
2. Apply Duncan's patch from PR1410: http://llvm.org/PR1410
3. Insert workaround for "one personality function pe
Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.6 -> 1.7
---
Log message:
finish the description of the bitstream format.
---
Diffs of the changes: (+89 -4)
BitCodeFormat.html | 93 ++---
1 files changed, 89 insertions(+), 4 d
Changes in directory llvm/docs:
BitCodeFormat.html updated: 1.7 -> 1.8
---
Log message:
add initial description of llvm top-level stuff.
---
Diffs of the changes: (+94 -4)
BitCodeFormat.html | 98 ++---
1 files changed, 94 insertions(+), 4
18 matches
Mail list logo