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

2006-05-15 Thread Reid Spencer
Changes in directory llvm/include/llvm/CodeGen: MachineConstantPool.h updated: 1.16 -> 1.17 --- Log message: Doxygenify the comments, bringing the file level comments down to be attached with the class that it documents. Patch suggested by Vladimir Prus. --- Diffs of the changes: (+22 -21)

[llvm-commits] CVS: llvm/docs/LangRef.html

2006-05-15 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.151 -> 1.152 --- Log message: Update dox, patch by Vladimir Prus! --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.h

[llvm-commits] CVS: llvm/include/llvm/Target/TargetMachineRegistry.h

2006-05-15 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetMachineRegistry.h updated: 1.8 -> 1.9 --- Log message: Improve comments, patch provided by Vladimir Prus! --- Diffs of the changes: (+7 -1) TargetMachineRegistry.h |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Target.td

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/Target: Target.td updated: 1.79 -> 1.80 --- Log message: Improve comment, patch provided by Vladimir Prus! --- Diffs of the changes: (+3 -1) Target.td |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/lib/Target/Target.td diff -u llvm/

[llvm-commits] CVS: llvm-www/status/patches/coreutils-5.0-llvm.patch crafty-19.3-llvm.patch screen-3.9.15-llvm.patch siod-llvm.patch

2006-05-15 Thread Chris Lattner
Changes in directory llvm-www/status/patches: coreutils-5.0-llvm.patch (r1.1) removed crafty-19.3-llvm.patch (r1.1) removed screen-3.9.15-llvm.patch (r1.1) removed siod-llvm.patch (r1.1) removed --- Log message: Remove old files --- Diffs of the changes: (+0 -0) 0 files changed

[llvm-commits] CVS: llvm-www/status/index.html status.css

2006-05-15 Thread Chris Lattner
Changes in directory llvm-www/status: index.html (r1.43) removed status.css (r1.1) removed --- Log message: This information is out of date, and there is no maintainer, remove it. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-comm

[llvm-commits] CVS: llvm/docs/doxygen.cfg.in doxygen.css doxygen.footer

2006-05-15 Thread Reid Spencer
Changes in directory llvm/docs: doxygen.cfg.in updated: 1.11 -> 1.12 doxygen.css updated: 1.3 -> 1.4 doxygen.footer updated: 1.4 -> 1.5 --- Log message: Upgrade in preparation for doxygen 1.4.4. The config file format changed, there are new/different css styles to support, and the footer was wo

[llvm-commits] CVS: llvm/lib/Support/FileUtilities.cpp

2006-05-15 Thread Reid Spencer
Changes in directory llvm/lib/Support: FileUtilities.cpp updated: 1.46 -> 1.47 --- Log message: For PR777: http://llvm.cs.uiuc.edu/PR777 : Add an additional catch block to ensure that this function can't throw any exceptions, even one's we're not expecting. --- Diffs of the changes: (+3 -0)

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

2006-05-15 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.1 -> 1.2 --- Log message: add an abort after every assert(0) --- Diffs of the changes: (+2 -0) ARMISelDAGToDAG.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp diff -u l

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.170 -> 1.171 --- Log message: Fit in 80 cols --- Diffs of the changes: (+3 -3) PPCISelLowering.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Target/PowerPC/PPCISelLowering.c

[llvm-commits] CVS: llvm/CREDITS.TXT

2006-05-15 Thread Vladimir Prus
Changes in directory llvm: CREDITS.TXT updated: 1.53 -> 1.54 --- Log message: Add my homepage, as a test that commit access works --- Diffs of the changes: (+1 -0) CREDITS.TXT |1 + 1 files changed, 1 insertion(+) Index: llvm/CREDITS.TXT diff -u llvm/CREDITS.TXT:1.53 llvm/CREDITS.TXT:

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

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.373 -> 1.374 --- Log message: Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once for each argument. --- Diffs of the changes: (+11 -2) LegalizeDAG.cpp | 13 +++-- 1 files ch

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

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineFunction.cpp updated: 1.91 -> 1.92 --- Log message: Print the vreg that livein physregs are live in --- Diffs of the changes: (+3 -0) MachineFunction.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/CodeGen/MachineFunction.cpp

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

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.91 -> 1.92 SelectionDAGISel.cpp updated: 1.240 -> 1.241 --- Log message: Move function-live-in-handling code from the sdisel code to the scheduler. This code should be emitted after legalize, so it can't be in sdisel

[llvm-commits] CVS: llvm/Makefile.rules

2006-05-15 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.366 -> 1.367 --- Log message: When linking, make sure the project libraries are linked before the LLVM libraries. This ensures that the project's libraries (which most likely depend on LLVM libraries) come first on the command line and can th

[llvm-commits] CVS: llvm/include/llvm/Module.h

2006-05-15 Thread Reid Spencer
Changes in directory llvm/include/llvm: Module.h updated: 1.70 -> 1.71 --- Log message: For PR778: http://llvm.cs.uiuc.edu/PR778 : Improve doxygenification of this header file. --- Diffs of the changes: (+143 -91) Module.h | 234 ++--

[llvm-commits] CVS: llvm/Makefile.rules

2006-05-15 Thread Vladimir Prus
Changes in directory llvm: Makefile.rules updated: 1.367 -> 1.368 --- Log message: Replace "../whatever.td" with "whatever.td", so that out-of-tree backends can just add lib/Target to TableGen includes. --- Diffs of the changes: (+2 -1) Makefile.rules |3 ++- 1 files changed, 2 inserti

[llvm-commits] CVS: llvm/lib/Target/Target.td

2006-05-15 Thread Vladimir Prus
Changes in directory llvm/lib/Target: Target.td updated: 1.80 -> 1.81 --- Log message: Replace "../whatever.td" with "whatever.td", so that out-of-tree backends can just add lib/Target to TableGen includes. --- Diffs of the changes: (+2 -2) Target.td |4 ++-- 1 files changed, 2 inserti

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

2006-05-15 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGNodes.h updated: 1.130 -> 1.131 --- Log message: Add a chain to FORMAL_ARGUMENTS. --- Diffs of the changes: (+4 -3) SelectionDAGNodes.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/include/llvm/Co

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

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.241 -> 1.242 --- Log message: Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, it doesn't currently use/maintain the chain properly. Also, make the X86ISelLowering.cpp file 80-col c

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.201 -> 1.202 --- Log message: Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, it doesn't currently use/maintain the chain properly. Also, make the X86ISelLowering.cpp file 80-col clean. ---

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp

2006-05-15 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.101 -> 1.102 --- Log message: Make this print the right start pointer --- Diffs of the changes: (+4 -2) JITEmitter.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/ExecutionEng

[llvm-commits] CVS: llvm/Makefile.rules

2006-05-15 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.368 -> 1.369 --- Log message: Make sure that $(CXX.Flags) is passed to the linker so that the same options with which source is compiled are used when linking. This matters when a project is using the LLVM makefiles and overrides CXXFLAGS to