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

2007-05-31 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.66 - 1.67 --- Log message: Fix the asmprinter so that a globalvalue can specify an explicit alignment smaller than the preferred alignment, but so that the target can actually specify a minimum alignment if needed. This

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h LiveIntervalAnalysis.h LiveVariables.h MachineModuleInfo.h SelectionDAGISel.h

2007-05-02 Thread Devang Patel
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.64 - 1.65 LiveIntervalAnalysis.h updated: 1.81 - 1.82 LiveVariables.h updated: 1.42 - 1.43 MachineModuleInfo.h updated: 1.8 - 1.9 SelectionDAGISel.h updated: 1.38 - 1.39 --- Log message: Use 'static const char' instead of

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h LiveIntervalAnalysis.h LiveVariables.h MachineModuleInfo.h SelectionDAGISel.h

2007-05-02 Thread Devang Patel
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.65 - 1.66 LiveIntervalAnalysis.h updated: 1.82 - 1.83 LiveVariables.h updated: 1.43 - 1.44 MachineModuleInfo.h updated: 1.9 - 1.10 SelectionDAGISel.h updated: 1.39 - 1.40 --- Log message: Drop 'const' --- Diffs of the

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h LiveIntervalAnalysis.h LiveVariables.h MachineFunctionPass.h MachineModuleInfo.h SelectionDAGISel.h

2007-05-01 Thread Devang Patel
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.63 - 1.64 LiveIntervalAnalysis.h updated: 1.80 - 1.81 LiveVariables.h updated: 1.41 - 1.42 MachineFunctionPass.h updated: 1.5 - 1.6 MachineModuleInfo.h updated: 1.7 - 1.8 SelectionDAGISel.h updated: 1.37 - 1.38 --- Log

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

2007-04-25 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.62 - 1.63 --- Log message: Implement aliases. This fixes PR1017: http://llvm.org/PR1017 and it's dependent bugs. CFE part will follow. --- Diffs of the changes: (+1 -0) AsmPrinter.h |1 + 1 files changed, 1

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

2007-02-21 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.61 - 1.62 --- Log message: Add support for changes in DwarfWriter. --- Diffs of the changes: (+5 -0) AsmPrinter.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/CodeGen/AsmPrinter.h diff -u

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

2007-01-26 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.60 - 1.61 SelectionDAGNodes.h updated: 1.163 - 1.164 --- Log message: Make LABEL a builtin opcode. --- Diffs of the changes: (+11 -6) AsmPrinter.h|4 SelectionDAGNodes.h | 13 +++-- 2 files

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

2007-01-25 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.59 - 1.60 --- Log message: Migrate print routines to asm to be shared by exception handling. --- Diffs of the changes: (+62 -0) AsmPrinter.h | 62 +++ 1 files

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

2006-12-17 Thread Rafael Espindola
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.57 - 1.58 --- Log message: move ExtWeakSymbols to AsmPrinter --- Diffs of the changes: (+5 -0) AsmPrinter.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/CodeGen/AsmPrinter.h diff -u

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

2006-10-30 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.55 - 1.56 --- Log message: Unbreaking static ctors patch. Defaulting second arguments of SwitchTo*Section, this should make things somehow clearer. --- Diffs of the changes: (+2 -2) AsmPrinter.h |4 ++-- 1 files

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

2006-10-24 Thread Devang Patel
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.54 - 1.55 --- Log message: Move getPreferredAlignmentLog from AsmPrinter to TargetData --- Diffs of the changes: (+0 -5) AsmPrinter.h |5 - 1 files changed, 5 deletions(-) Index:

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

2006-10-04 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.50 - 1.51 --- Log message: move getSectionForFunction to AsmPrinter. --- Diffs of the changes: (+6 -0) AsmPrinter.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/include/llvm/CodeGen/AsmPrinter.h diff

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

2006-10-04 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.51 - 1.52 --- Log message: Pass the MachineFunction into EmitJumpTableInfo. --- Diffs of the changes: (+1 -1) AsmPrinter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-09-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.49 - 1.50 --- Log message: Add support for ${:comment}, which expands to the current target's comment character, and ${:uid} which expands to a unique ID for the MachineInstr. More can be added if/when they are needed.

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h MachineConstantPool.h SelectionDAG.h SelectionDAGCSEMap.h SelectionDAGNodes.h

2006-09-12 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.47 - 1.48 MachineConstantPool.h updated: 1.17 - 1.18 SelectionDAG.h updated: 1.129 - 1.130 SelectionDAGCSEMap.h updated: 1.7 - 1.8 SelectionDAGNodes.h updated: 1.145 - 1.146 --- Log message: Added support for machine

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

2006-09-07 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.46 - 1.47 DwarfWriter.h updated: 1.39 - 1.40 --- Log message: Make target asm info a property of the target machine. --- Diffs of the changes: (+5 -5) AsmPrinter.h |4 ++-- DwarfWriter.h |6 +++--- 2 files

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

2006-08-12 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.44 - 1.45 --- Log message: Emit .set directives for jump table entries when possible, which reduces the number of relocations in object files, shrinkifying them. --- Diffs of the changes: (+9 -1) AsmPrinter.h | 10

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

2006-06-28 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.42 - 1.43 --- Log message: Add support to print 4-, 8-, and 16- byte constant literals in special sections. e.g. On Darwin that would be .literal4 and .literal8. --- Diffs of the changes: (+11 -1) AsmPrinter.h | 12

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

2006-06-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.41 - 1.42 --- Log message: Allow EmitConstantPool to be redefined by derived classes. --- Diffs of the changes: (+1 -1) AsmPrinter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h DwarfWriter.h MachineDebugInfo.h

2006-06-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.40 - 1.41 DwarfWriter.h updated: 1.37 - 1.38 MachineDebugInfo.h updated: 1.36 - 1.37 --- Log message: Add and sort sections in debug lines. This always stepping through code in sections other than .text, including weak

Re: [llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h DwarfWriter.h MachineDebugInfo.h

2006-06-23 Thread Jim Laskey
I'm getting old and my brain is confused.s/always/allows/Cheers,-- JimOn Jun 23, 2006, at 9:52 AM, Jim Laskey wrote:Add and sort "sections" in debug lines.  This always stepping through code in sections other than ".text", including weak sections like ctors and dtors. smime.p7s Description:

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

2006-05-19 Thread Reid Spencer
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.39 - 1.40 DwarfWriter.h updated: 1.35 - 1.36 --- Log message: Fix some doxygen usage in these headers. --- Diffs of the changes: (+6 -3) AsmPrinter.h |6 -- DwarfWriter.h |3 ++- 2 files changed, 6

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

2006-05-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.37 - 1.38 --- Log message: Split SwitchSection into the SwitchTo{Text|Data}Section functions, to better support assemblers that distinguish the two. --- Diffs of the changes: (+19 -3) AsmPrinter.h | 22

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

2006-05-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.38 - 1.39 --- Log message: Implement MASM sections correctly, without a has masm sections flag and a bunch of special case code. --- Diffs of the changes: (+12 -1) AsmPrinter.h | 13 - 1 files changed,

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

2006-05-01 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.32 - 1.33 --- Log message: Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more work). --- Diffs of the changes: (+6 -1) AsmPrinter.h |7 ++- 1 files changed, 6 insertions(+), 1

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

2006-05-01 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.33 - 1.34 --- Log message: Finish support for Microsoft ML/MASM. May still be a few rough edges. --- Diffs of the changes: (+3 -1) AsmPrinter.h |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

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

2006-05-01 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.35 - 1.36 --- Log message: De-virtualize SwitchSection. --- Diffs of the changes: (+2 -3) AsmPrinter.h |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/include/llvm/CodeGen/AsmPrinter.h diff

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

2006-02-24 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.30 - 1.31 --- Log message: Add a PrintAsmMemoryOperand method for printing addresses --- Diffs of the changes: (+9 -1) AsmPrinter.h | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index:

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

2006-02-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.29 - 1.30 --- Log message: Add support for assembler directives that wrap inline asm --- Diffs of the changes: (+5 -0) AsmPrinter.h |5 + 1 files changed, 5 insertions(+) Index:

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

2006-02-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.28 - 1.29 --- Log message: Change the prototype of PrintAsmOperand --- Diffs of the changes: (+1 -1) AsmPrinter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-02-01 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.26 - 1.27 --- Log message: add a new PrintAsmOperand method, move some stuff around for ease of reading. --- Diffs of the changes: (+16 -9) AsmPrinter.h | 25 - 1 files changed, 16

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

2006-01-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.25 - 1.26 --- Log message: add a method --- Diffs of the changes: (+3 -0) AsmPrinter.h |3 +++ 1 files changed, 3 insertions(+) Index: llvm/include/llvm/CodeGen/AsmPrinter.h diff -u

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h DwarfWriter.h MachineDebugInfo.h SelectionDAG.h

2006-01-04 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.24 - 1.25 DwarfWriter.h updated: 1.4 - 1.5 MachineDebugInfo.h updated: 1.3 - 1.4 SelectionDAG.h updated: 1.82 - 1.83 --- Log message: Applied some recommend changes from sabre. The dominate one beginning let the pass

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

2005-11-21 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.19 - 1.20 --- Log message: add two more config directives, add method for printing constant pool --- Diffs of the changes: (+20 -1) AsmPrinter.h | 21 - 1 files changed, 20 insertions(+), 1

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

2005-11-21 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.20 - 1.21 --- Log message: Add some more directives --- Diffs of the changes: (+18 -1) AsmPrinter.h | 19 ++- 1 files changed, 18 insertions(+), 1 deletion(-) Index:

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

2005-11-21 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.21 - 1.22 --- Log message: Add a new flag --- Diffs of the changes: (+6 -1) AsmPrinter.h |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/AsmPrinter.h diff -u

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

2005-11-20 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.16 - 1.17 --- Log message: Add section switching to to common AsmPrinter code. --- Diffs of the changes: (+13 -0) AsmPrinter.h | 13 + 1 files changed, 13 insertions(+) Index:

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

2005-11-14 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.14 - 1.15 --- Log message: Teach emitAlignment to handle explicit alignment requests by globals. --- Diffs of the changes: (+3 -2) AsmPrinter.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index:

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

2005-11-10 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.13 - 1.14 --- Log message: add support for .asciz, and enable it by default. If your target assembler doesn't support .asciz, just set AscizDirective to null in your asmprinter. This compiles C strings to: l1__2E_str_1: