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

2007-02-01 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.142 -> 1.143 DwarfWriter.cpp updated: 1.123 -> 1.124 --- Log message: Emit labels as label_n and not as debug_n --- Diffs of the changes: (+9 -9) AsmPrinter.cpp |2 +- DwarfWriter.cpp | 16 2 files chan

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

2007-02-01 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.141 -> 1.142 DwarfWriter.cpp updated: 1.122 -> 1.123 MachineModuleInfo.cpp updated: 1.2 -> 1.3 --- Log message: Support for non-landing pad exception handling. --- Diffs of the changes: (+272 -173) AsmPrinter.cpp|4

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

2007-01-25 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.138 -> 1.139 DwarfWriter.cpp updated: 1.113 -> 1.114 --- Log message: Migrate print routines to asm to be shared by exception handling. --- Diffs of the changes: (+382 -369) AsmPrinter.cpp | 223 --- Dwa

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp DwarfWriter.cpp ELFWriter.cpp IntrinsicLowering.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp MachineInstr.cpp VirtRegMap.cpp VirtRegMap.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.119 -> 1.120 DwarfWriter.cpp updated: 1.106 -> 1.107 ELFWriter.cpp updated: 1.29 -> 1.30 IntrinsicLowering.cpp updated: 1.48 -> 1.49 LiveInterval.cpp updated: 1.39 -> 1.40 LiveIntervalAnalysis.cpp updated: 1.202 -> 1.203 MachineIns

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp DwarfWriter.cpp ELFWriter.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp

2006-11-28 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.118 -> 1.119 DwarfWriter.cpp updated: 1.101 -> 1.102 ELFWriter.cpp updated: 1.28 -> 1.29 LiveInterval.cpp updated: 1.38 -> 1.39 LiveIntervalAnalysis.cpp updated: 1.197 -> 1.198 --- Log message: Converted to using llvm streams inst

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

2006-10-31 Thread Anton Korobeynikov
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.114 -> 1.115 DwarfWriter.cpp updated: 1.89 -> 1.90 --- Log message: 1. Clean up code due to changes in SwitchTo*Section(2) 2. Added partial debug support for mingw\cygwin targets (the same as Linux\ELF). Please note, that curr

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

2006-10-17 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.110 -> 1.111 DwarfWriter.cpp updated: 1.81 -> 1.82 --- Log message: Clean up interface to getGlobalLinkName. --- Diffs of the changes: (+4 -4) AsmPrinter.cpp |5 +++-- DwarfWriter.cpp |3 +-- 2 files changed, 4 insert

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

2006-10-17 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.109 -> 1.110 DwarfWriter.cpp updated: 1.80 -> 1.81 --- Log message: Basic support for getGlobalLinkName. --- Diffs of the changes: (+12 -2) AsmPrinter.cpp | 10 ++ DwarfWriter.cpp |4 ++-- 2 files changed, 12 in

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

2006-09-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.92 -> 1.93 DwarfWriter.cpp updated: 1.74 -> 1.75 --- Log message: Make target asm info a property of the target machine. --- Diffs of the changes: (+20 -18) AsmPrinter.cpp |3 ++- DwarfWriter.cpp | 35 +

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

2006-09-06 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.90 -> 1.91 DwarfWriter.cpp updated: 1.73 -> 1.74 --- Log message: Separate target specific asm properties from the asm printers. --- Diffs of the changes: (+169 -212) AsmPrinter.cpp | 237 ---

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp DwarfWriter.cpp ELFWriter.cpp MachineBasicBlock.cpp MachineFunction.cpp

2006-05-11 Thread Owen Anderson
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.76 -> 1.77 DwarfWriter.cpp updated: 1.59 -> 1.60 ELFWriter.cpp updated: 1.25 -> 1.26 MachineBasicBlock.cpp updated: 1.27 -> 1.28 MachineFunction.cpp updated: 1.90 -> 1.91 --- Log message: Refactor a bunch of includes so that Targe

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

2006-05-08 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.68 -> 1.69 DwarfWriter.cpp updated: 1.58 -> 1.59 --- Log message: Split SwitchSection into SwitchTo{Text|Data}Section methods. --- Diffs of the changes: (+81 -39) AsmPrinter.cpp | 70 +++

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

2006-05-02 Thread Owen Anderson
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.65 -> 1.66 DwarfWriter.cpp updated: 1.57 -> 1.58 ELFWriter.cpp updated: 1.23 -> 1.24 MachineFunction.cpp updated: 1.89 -> 1.90 --- Log message: Refactor TargetMachine, pushing handling of TargetData into the target-specific subcl

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

2006-01-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.39 -> 1.40 DwarfWriter.cpp updated: 1.17 -> 1.18 MachineDebugInfo.cpp updated: 1.4 -> 1.5 --- Log message: Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. Global Variable information is now pulled fr

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

2006-01-04 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.35 -> 1.36 DwarfWriter.cpp updated: 1.4 -> 1.5 MachineDebugInfo.cpp updated: 1.2 -> 1.3 --- Log message: Applied some recommend changes from sabre. The dominate one beginning "let the pass manager do it's thing." Fixes crash whe

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

2006-01-04 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.34 -> 1.35 DwarfWriter.cpp updated: 1.2 -> 1.3 --- Log message: Tie dwarf generation to darwin assembler. --- Diffs of the changes: (+96 -0) AsmPrinter.cpp |1 DwarfWriter.cpp | 95