| Commit message (Expand) | Author | Age | Files | Lines |
* | Use separate named MDNode to hold each function's local variable info. | Devang Patel | 2010-06-16 | 1 | -2/+3 |
* | Don't emit the linkage for initializer label for mach-o tls. | Eric Christopher | 2010-06-16 | 1 | -1/+0 |
* | Added a comment. | Stuart Hastings | 2010-06-15 | 1 | -0/+5 |
* | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings | 2010-06-11 | 1 | -1/+23 |
* | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings | 2010-06-05 | 1 | -18/+1 |
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-06-04 | 1 | -1/+18 |
* | One underscore, not two. | Eric Christopher | 2010-06-03 | 1 | -1/+1 |
* | Skip identical instruction while calculating DBG_VALUE range. | Devang Patel | 2010-06-02 | 1 | -1/+4 |
* | Use local small vector. | Devang Patel | 2010-06-02 | 2 | -4/+3 |
* | Ignore line number of debug value in undefined register. | Devang Patel | 2010-06-01 | 1 | -0/+1 |
* | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -11/+0 |
* | Do not drop location info for inlined function args. | Devang Patel | 2010-05-27 | 1 | -2/+6 |
* | inlined function's arguments need a label to mark the start point because the... | Devang Patel | 2010-05-27 | 1 | -2/+5 |
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-05-27 | 1 | -0/+11 |
* | Simplify. Eliminate unneeded debug_loc entry. | Devang Patel | 2010-05-26 | 1 | -9/+9 |
* | There is no need to force an line number entry (using previous location) for ... | Devang Patel | 2010-05-26 | 1 | -4/+3 |
* | Identify instructions, that needs a label to mark debug info entity, in advan... | Devang Patel | 2010-05-26 | 2 | -37/+68 |
* | Remove dead code. | Devang Patel | 2010-05-26 | 2 | -11/+1 |
* | Do not construct location list backword! | Devang Patel | 2010-05-26 | 1 | -13/+17 |
* | First cut at supporting .debug_loc section. | Devang Patel | 2010-05-25 | 3 | -87/+253 |
* | Move the verbose asm output up a bit so it can be used in the special cases | Eric Christopher | 2010-05-25 | 1 | -5/+6 |
* | Add support for initialized global data for darwin tls. Update comments | Eric Christopher | 2010-05-25 | 1 | -4/+17 |
* | Do not emit line number entries for unknown debug values. | Devang Patel | 2010-05-24 | 1 | -0/+3 |
* | Encode the Caml frametable by following what the comment says: the number of ... | Nicolas Geoffray | 2010-05-24 | 1 | -5/+22 |
* | Add full bss data support for darwin tls variables. | Eric Christopher | 2010-05-22 | 1 | -1/+26 |
* | Collect variable information during endFunction() instead of beginFunction(). | Devang Patel | 2010-05-22 | 1 | -12/+12 |
* | Simplify | Devang Patel | 2010-05-21 | 1 | -44/+23 |
* | Simplify. | Devang Patel | 2010-05-21 | 1 | -16/+8 |
* | Refactor. | Devang Patel | 2010-05-20 | 2 | -37/+76 |
* | Split DbgVariable. Eventually, variable info will be communicated through fra... | Devang Patel | 2010-05-20 | 2 | -94/+111 |
* | Partial code for emitting thread local bss data. | Eric Christopher | 2010-05-20 | 1 | -0/+7 |
* | Revert r104165. | Devang Patel | 2010-05-19 | 2 | -5/+13 |
* | There is no need to maintain InsnsBeginScopeSet separately. | Devang Patel | 2010-05-19 | 2 | -13/+5 |
* | Do not forget to mark prcessed arguments. | Devang Patel | 2010-05-14 | 1 | -0/+1 |
* | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling | 2010-05-14 | 2 | -10/+11 |
* | Add support to preserve type info for the variables that are removed by the o... | Devang Patel | 2010-05-14 | 2 | -14/+35 |
* | Inline Asm: Ensure buffer is newline terminated to match how the text is prin... | Daniel Dunbar | 2010-05-14 | 1 | -0/+14 |
* | Remove unused variable. Tweak a comment while there. | Duncan Sands | 2010-05-12 | 1 | -2/+2 |
* | updated support for the COFF .linkonce | Nathan Jeffords | 2010-05-12 | 1 | -7/+1 |
* | Enable multiple Compile Units in one module. | Devang Patel | 2010-05-10 | 2 | -162/+228 |
* | Instead of just verifying compile unit, verify entire type, variable, namespa... | Devang Patel | 2010-05-07 | 1 | -11/+10 |
* | Remove DIGlobal. | Devang Patel | 2010-05-07 | 2 | -2/+2 |
* | 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 | 2 | -55/+55 |
* | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel | 2010-05-07 | 2 | -66/+66 |
* | 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 |
* | Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic... | Chris Lattner | 2010-05-06 | 1 | -1/+7 |
* | 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 |