| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. | Jim Laskey | 2006-01-26 | 1 | -1/+1 |
| * | Crude Dwarf global variable debugging. | Jim Laskey | 2006-01-24 | 1 | -4/+4 |
| * | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
| * | trivial formatting improvement: don't insert extra blank lines between .comm | Chris Lattner | 2006-01-21 | 1 | -1/+1 |
| * | Added minimum Dwarf aranges. Cleaned up some section headers. Line number | Jim Laskey | 2006-01-18 | 1 | -12/+12 |
| * | Add frame work for additional dwarf sections. Comments will improve as code | Jim Laskey | 2006-01-17 | 1 | -3/+11 |
| * | Adding basic support for Dwarf line number debug information. | Jim Laskey | 2006-01-17 | 1 | -6/+8 |
| * | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey | 2006-01-05 | 1 | -1/+5 |
| * | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey | 2006-01-04 | 1 | -7/+11 |
| * | Tie dwarf generation to darwin assembler. | Jim Laskey | 2006-01-04 | 1 | -8/+34 |
| * | Fix one of the things in the todo file, and get a bit closer to folding | Nate Begeman | 2005-12-24 | 1 | -0/+1 |
| * | fix handling of weak linkage | Chris Lattner | 2005-12-22 | 1 | -3/+2 |
| * | Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows | Nate Begeman | 2005-12-19 | 1 | -1/+8 |
| * | Convert load/store over to being pattern matched | Nate Begeman | 2005-12-19 | 1 | -1/+13 |
| * | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey | 2005-12-16 | 1 | -0/+8 |
| * | Weak and linkonce global vars should still have a .globl emitted for them | Chris Lattner | 2005-12-16 | 1 | -1/+2 |
| * | Update the darwin handling of linkonce & weak functions and GV stubs. This | Chris Lattner | 2005-12-16 | 1 | -57/+63 |
| * | Use the shared asmprinter code for printing special llvm globals | Chris Lattner | 2005-12-13 | 1 | -33/+5 |
| * | reindent a loop, unswitch a loop. No functionality changes | Chris Lattner | 2005-12-13 | 1 | -105/+109 |
| * | Remove type casts that are no longer needed | Chris Lattner | 2005-12-11 | 1 | -2/+3 |
| * | Teach the PPC backend about the ctor and dtor list when not using __main and | Chris Lattner | 2005-12-09 | 1 | -0/+34 |
| * | No longer track value types for asm printer operands, and remove them as | Nate Begeman | 2005-11-30 | 1 | -30/+17 |
| * | Use generic constant pool emission code in the AsmPrinter class. | Chris Lattner | 2005-11-21 | 1 | -30/+4 |
| * | Use the FunctionNumber provided by the AsmPrinter class | Chris Lattner | 2005-11-21 | 1 | -19/+15 |
| * | Use CommentString where possible, fix a bug where aix mode wouldn't assemble | Chris Lattner | 2005-11-21 | 1 | -4/+4 |
| * | unify the darwin and aix constant pool printers | Chris Lattner | 2005-11-21 | 1 | -48/+28 |
| * | Adjust to capitalized AsmPrinter method names | Chris Lattner | 2005-11-21 | 1 | -11/+11 |
| * | use PrivateGlobalPrefix for basic blocks | Chris Lattner | 2005-11-21 | 1 | -5/+6 |
| * | This is now implemented in common codegen code | Chris Lattner | 2005-11-21 | 1 | -20/+0 |
| * | set PrivateGlobalPrefix on darwin, use it when printing out CP references | Chris Lattner | 2005-11-21 | 1 | -7/+9 |
| * | only use dyld stubs if not in ppc-static mode. This completes support for | Chris Lattner | 2005-11-17 | 1 | -15/+21 |
| * | refactor call operand handling to eliminate special cases from printOp. | Chris Lattner | 2005-11-17 | 1 | -19/+17 |
| * | disentangle call operands from branch operands a bit | Chris Lattner | 2005-11-17 | 1 | -2/+5 |
| * | Patch to clean up function call pseudos and support the BLA instruction, | Nate Begeman | 2005-11-16 | 1 | -0/+4 |
| * | Make sure to use SwitchSection to switch sections so that we don't accidental... | Chris Lattner | 2005-11-15 | 1 | -2/+3 |
| * | Handle globals with explicit alignment requests | Chris Lattner | 2005-11-14 | 1 | -4/+4 |
| * | Teach the PPC asmwriter to honor globals with explicit section requests. | Chris Lattner | 2005-11-14 | 1 | -22/+32 |
| * | Make BB and CPI labels use the function number, not the function name as a | Chris Lattner | 2005-11-10 | 1 | -19/+18 |
| * | Darwin supports quoted labels. This implements: | Chris Lattner | 2005-11-10 | 1 | -0/+3 |
| * | Make the aix asm printer interface properly with the parent class | Chris Lattner | 2005-11-10 | 1 | -3/+3 |
| * | Add a flag to enable a darwin linker optimization | Chris Lattner | 2005-11-01 | 1 | -1/+7 |
| * | Make constant pool entries use private labels. This is important when you're | Chris Lattner | 2005-10-31 | 1 | -3/+3 |
| * | Do not globalize internal symbols | Chris Lattner | 2005-10-28 | 1 | -1/+2 |
| * | Fix the JIT encoding of LWA, LD, STD, and STDU. | Chris Lattner | 2005-10-18 | 1 | -0/+4 |
| * | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman | 2005-10-16 | 1 | -3/+3 |
| * | Rename PPC32*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -1/+1 |
| * | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -0/+712 |