[llvm-commits] CVS: llvm/lib/System/Unix/Program.inc Unix.h

2006-08-21 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Program.inc updated: 1.20 - 1.21 Unix.h updated: 1.15 - 1.16 --- Log message: For PR797: http://llvm.org/PR797 : Remove all exception code from Program.inc and implement its new interface with an ErrMsg string argument. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/Analysis/ProfileInfoLoaderPass.cpp

2006-08-21 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: ProfileInfoLoaderPass.cpp updated: 1.12 - 1.13 --- Log message: Fix PR885: http://llvm.org/PR885 --- Diffs of the changes: (+2 -3) ProfileInfoLoaderPass.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

2006-08-21 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.201 - 1.202 --- Log message: Fix PR885: http://llvm.org/PR885 --- Diffs of the changes: (+4 -4) AsmWriter.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/VMCore/AsmWriter.cpp diff -u

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php fulltest.php test.php

2006-08-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.17 - 1.18 ProgramResults.php updated: 1.7 - 1.8 fulltest.php updated: 1.14 - 1.15 test.php updated: 1.16 - 1.17 --- Log message: Added a new collapsable menu to the brief and full nightly tester pages. This new menu

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2006-08-21 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.387 - 1.388 --- Log message: Fix PR861: http://llvm.org/PR861 --- Diffs of the changes: (+1 -0) LegalizeDAG.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

[llvm-commits] CVS: llvm-www/releases/download.html

2006-08-21 Thread Misha Brukman
Changes in directory llvm-www/releases: download.html updated: 1.36 - 1.37 --- Log message: Lined up all download links, combined long links and anchor text on the same line for readability. No user-visible changes. --- Diffs of the changes: (+46 -130) download.html | 176

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-21 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.55 - 1.56 --- Log message: The new nightly tester should stop outputing a message stating the testresults directory is not present unless the script is run as verbose. --- Diffs of the changes: (+24 -22) NewNightlyTest.pl |

[llvm-commits] CVS: llvm/lib/CodeGen/MachineDebugInfo.cpp DwarfWriter.cpp

2006-08-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.46 - 1.47 DwarfWriter.cpp updated: 1.69 - 1.70 --- Log message: Adding C++ member support. --- Diffs of the changes: (+152 -62) DwarfWriter.cpp | 210 ---

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-08-21 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.9 - 1.10 --- Log message: Adding new Dwarf constants. --- Diffs of the changes: (+3 -2) Dwarf.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Support/Dwarf.h diff -u

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/select.ll

2006-08-21 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: select.ll added (r1.1) --- Log message: initial support for select --- Diffs of the changes: (+15 -0) select.ll | 15 +++ 1 files changed, 15 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/select.ll diff -c

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp ARMInstrInfo.td ARMTargetMachine.cpp

2006-08-21 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.32 - 1.33 ARMInstrInfo.td updated: 1.17 - 1.18 ARMTargetMachine.cpp updated: 1.5 - 1.6 --- Log message: initial support for select --- Diffs of the changes: (+42 -1) ARMISelDAGToDAG.cpp | 26

[llvm-commits] CVS: nightlytest-serverside/popup.js test.php

2006-08-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: popup.js updated: 1.1 - 1.2 test.php updated: 1.17 - 1.18 --- Log message: A button entitled Check All now appears next to the buttons that allow the user to graph long term results. When this button is clicked it will select all the checkboxes in

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp

2006-08-21 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.164 - 1.165 --- Log message: Print physreg names symbolically in dumps --- Diffs of the changes: (+3 -2) LiveIntervalAnalysis.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp

2006-08-21 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.163 - 1.164 --- Log message: Print debug info as: *** Register mapping *** reg 1024 - %reg1028 reg 1026 - EAX reg 1027 - %reg1028 instead of: *** Register mapping *** reg 1024 - reg 1028 reg 1026 - reg 15

[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveInterval.h

2006-08-21 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: LiveInterval.h updated: 1.16 - 1.17 --- Log message: move LiveInterval state all together --- Diffs of the changes: (+3 -1) LiveInterval.h |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Regression/Other/2002-01-31-CallGraph.ll 2002-01-31-PostDomSet-2.ll 2002-01-31-PostDomSet.ll 2002-08-02-DomSetProblem.ll 2003-02-19-LoopInfoNestingBug.ll

2006-08-21 Thread Bill Wendling
Changes in directory llvm/test/Regression/Other: 2002-01-31-CallGraph.ll updated: 1.1 - 1.2 2002-01-31-PostDomSet-2.ll updated: 1.1 - 1.2 2002-01-31-PostDomSet.ll updated: 1.2 - 1.3 2002-08-02-DomSetProblem.ll updated: 1.1 - 1.2 2003-02-19-LoopInfoNestingBug.ll updated: 1.2 - 1.3 --- Log

[llvm-commits] CVS: llvm/lib/System/Unix/Path.inc

2006-08-21 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.51 - 1.52 --- Log message: Make an error message a little more intelligible. --- Diffs of the changes: (+1 -1) Path.inc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Unix/Path.inc diff -u