summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-161-2/+3
* Don't emit the linkage for initializer label for mach-o tls.Eric Christopher2010-06-161-1/+0
* Added a comment.Stuart Hastings2010-06-151-0/+5
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-111-1/+23
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-051-18/+1
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-041-1/+18
* One underscore, not two.Eric Christopher2010-06-031-1/+1
* Skip identical instruction while calculating DBG_VALUE range.Devang Patel2010-06-021-1/+4
* Use local small vector.Devang Patel2010-06-022-4/+3
* Ignore line number of debug value in undefined register.Devang Patel2010-06-011-0/+1
* Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.Stuart Hastings2010-05-281-11/+0
* Do not drop location info for inlined function args.Devang Patel2010-05-271-2/+6
* inlined function's arguments need a label to mark the start point because the...Devang Patel2010-05-271-2/+5
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-05-271-0/+11
* Simplify. Eliminate unneeded debug_loc entry.Devang Patel2010-05-261-9/+9
* There is no need to force an line number entry (using previous location) for ...Devang Patel2010-05-261-4/+3
* Identify instructions, that needs a label to mark debug info entity, in advan...Devang Patel2010-05-262-37/+68
* Remove dead code.Devang Patel2010-05-262-11/+1
* Do not construct location list backword!Devang Patel2010-05-261-13/+17
* First cut at supporting .debug_loc section. Devang Patel2010-05-253-87/+253
* Move the verbose asm output up a bit so it can be used in the special casesEric Christopher2010-05-251-5/+6
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-251-4/+17
* Do not emit line number entries for unknown debug values.Devang Patel2010-05-241-0/+3
* Encode the Caml frametable by following what the comment says: the number of ...Nicolas Geoffray2010-05-241-5/+22
* Add full bss data support for darwin tls variables.Eric Christopher2010-05-221-1/+26
* Collect variable information during endFunction() instead of beginFunction().Devang Patel2010-05-221-12/+12
* SimplifyDevang Patel2010-05-211-44/+23
* Simplify.Devang Patel2010-05-211-16/+8
* Refactor.Devang Patel2010-05-202-37/+76
* Split DbgVariable. Eventually, variable info will be communicated through fra...Devang Patel2010-05-202-94/+111
* Partial code for emitting thread local bss data.Eric Christopher2010-05-201-0/+7
* Revert r104165.Devang Patel2010-05-192-5/+13
* There is no need to maintain InsnsBeginScopeSet separately. Devang Patel2010-05-192-13/+5
* Do not forget to mark prcessed arguments.Devang Patel2010-05-141-0/+1
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-142-10/+11
* Add support to preserve type info for the variables that are removed by the o...Devang Patel2010-05-142-14/+35
* Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar2010-05-141-0/+14
* Remove unused variable. Tweak a comment while there.Duncan Sands2010-05-121-2/+2
* updated support for the COFF .linkonceNathan Jeffords2010-05-121-7/+1
* Enable multiple Compile Units in one module.Devang Patel2010-05-102-162/+228
* Instead of just verifying compile unit, verify entire type, variable, namespa...Devang Patel2010-05-071-11/+10
* Remove DIGlobal.Devang Patel2010-05-072-2/+2
* Verify entire type descriptor not just tag.Devang Patel2010-05-071-2/+2
* Wrap const MDNode * inside DIDescriptor.Devang Patel2010-05-072-55/+55
* Avoid DIDescriptor::getNode(). Use overloaded operators instead.Devang Patel2010-05-072-66/+66
* Disable the new unknown-location code for now. It causes a majorDan Gohman2010-05-071-14/+20
* Update LabelsBeforeInsn also, when creating unknown-position labels.Dan Gohman2010-05-061-0/+5
* Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic...Chris Lattner2010-05-061-1/+7
* Emit debug info for MachineInstrs with unknown debug locations, insteadDan Gohman2010-05-051-19/+34
* Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel2010-05-041-4/+6