| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove DIGlobal. | Devang Patel | 2010-05-07 | 1 | -1/+1 |
* | Verify entire type descriptor not just tag. | Devang Patel | 2010-05-07 | 1 | -2/+2 |
* | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 1 | -40/+40 |
* | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel | 2010-05-07 | 1 | -65/+65 |
* | Disable the new unknown-location code for now. It causes a major | Dan Gohman | 2010-05-07 | 1 | -14/+20 |
* | Update LabelsBeforeInsn also, when creating unknown-position labels. | Dan Gohman | 2010-05-06 | 1 | -0/+5 |
* | Emit debug info for MachineInstrs with unknown debug locations, instead | Dan Gohman | 2010-05-05 | 1 | -19/+34 |
* | Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai... | Devang Patel | 2010-05-04 | 1 | -4/+6 |
* | Attach AT_APPLE_optimized attribute to optimized function's debug info. | Devang Patel | 2010-04-30 | 1 | -5/+8 |
* | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 1 | -4/+9 |
* | remove some default arguments to EmitAlignment. | Chris Lattner | 2010-04-28 | 1 | -2/+2 |
* | Refactor. | Devang Patel | 2010-04-28 | 1 | -50/+77 |
* | Use isReg(), isImm() and isFPImm(). | Devang Patel | 2010-04-27 | 1 | -9/+5 |
* | Check operand type first. | Devang Patel | 2010-04-27 | 1 | -1/+2 |
* | Ignore DBG_VALUE instructions that points to undef values. | Devang Patel | 2010-04-27 | 1 | -0/+5 |
* | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel | 2010-04-27 | 1 | -202/+342 |
* | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie... | Devang Patel | 2010-04-26 | 1 | -3/+3 |
* | Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, | Dan Gohman | 2010-04-23 | 1 | -361/+199 |
* | Adjust debug range offsets for isWeakForLinker() functions. | Devang Patel | 2010-04-22 | 1 | -6/+28 |
* | Rename InsnAfterLabelMap and InsnBeforeLabelMap. | Devang Patel | 2010-04-22 | 1 | -10/+10 |
* | Keep track of MCSymbol used to mark beginning of a function. | Devang Patel | 2010-04-22 | 1 | -2/+4 |
* | At this point Start and End are not null. | Devang Patel | 2010-04-22 | 1 | -5/+2 |
* | Add command line option to disable debug info printing in .s file. This optio... | Devang Patel | 2010-04-21 | 1 | -0/+6 |
* | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel | 2010-04-21 | 1 | -184/+319 |
* | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -1/+1 |
* | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman | 2010-04-20 | 1 | -1/+16 |
* | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel | 2010-04-19 | 1 | -0/+5 |
* | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman | 2010-04-17 | 1 | -2/+3 |
* | Add support to emit dwarf ranges. | Devang Patel | 2010-04-16 | 1 | -3/+23 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | There is no need to track compile unit offsets if there is only one compile u... | Devang Patel | 2010-04-14 | 1 | -1/+0 |
* | Clear MachineInstr->MCSymbol maps at the end of a function. | Devang Patel | 2010-04-14 | 1 | -0/+2 |
* | Do not include types without any definition in pubtypes list. | Devang Patel | 2010-04-13 | 1 | -2/+4 |
* | Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function. | Devang Patel | 2010-04-09 | 1 | -0/+2 |
* | Rename a function. | Devang Patel | 2010-04-08 | 1 | -5/+4 |
* | One instruction may start (or end) multiple lexical scopes. | Devang Patel | 2010-04-08 | 1 | -51/+18 |
* | Remove dead code. | Devang Patel | 2010-04-08 | 1 | -5/+0 |
* | Delete out of date comment. | Devang Patel | 2010-04-08 | 1 | -2/+0 |
* | Refactor. | Devang Patel | 2010-04-08 | 1 | -2/+10 |
* | Remove unused method. | Benjamin Kramer | 2010-04-07 | 1 | -11/+0 |
* | Workaround the breakage in r100616 by guarding all timers with | Torok Edwin | 2010-04-07 | 1 | -11/+7 |
* | Use the "NamedGroupTimer" class to categorize DWARF emission better. | Bill Wendling | 2010-04-07 | 1 | -21/+17 |
* | Do not emit specification DIE with DW_AT_specification attribute for member f... | Devang Patel | 2010-04-06 | 1 | -2/+17 |
* | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall | 2010-04-06 | 1 | -1/+1 |
* | Reverting 100530 & 100531 due to regressions in the GDB test suite. | Stuart Hastings | 2010-04-06 | 1 | -22/+8 |
* | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings | 2010-04-06 | 1 | -8/+22 |
* | Output floating point representations in DWARF format. This is done by outputing | Bill Wendling | 2010-04-05 | 1 | -0/+26 |
* | prune #includes, realize the MMI can never be null. | Chris Lattner | 2010-04-05 | 1 | -9/+12 |
* | change AsmPrinter to use DwarfDebug/DwarfException directly | Chris Lattner | 2010-04-05 | 1 | -4/+3 |
* | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner | 2010-04-05 | 1 | -2/+2 |