aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-081-4/+11
* Relax assertion. In optimized code, it is possible that first instruction is ...Devang Patel2010-07-081-1/+1
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-081-11/+4
* Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...Devang Patel2010-07-082-1/+5
* One MDNode may be used to create regular DIE as well as abstract DIE.Devang Patel2010-07-072-1/+17
* Rename couple of maps.Devang Patel2010-07-071-11/+9
* 80 cols.Devang Patel2010-07-071-12/+21
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-1/+1
* Make the "linker_private" linkage type emit a non-weak symbol to the file. ItBill Wendling2010-07-011-1/+1
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+1
* Do not require line number entry for undefined local variable.Devang Patel2010-07-011-2/+4
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-07-011-3/+3
* Do not construct DIE for already processed MDNode.Devang Patel2010-06-301-1/+2
* Add variables into a scope before constructing scope DIE otherwise variables ...Devang Patel2010-06-301-2/+2
* Revert r107205 and r107207.Bill Wendling2010-06-291-3/+2
* Print InlinedAt location.Devang Patel2010-06-291-7/+21
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-2/+3
* Do not hardcode DW_AT_stmt_list value.Devang Patel2010-06-292-7/+17
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-282-1/+3
* Include inlined function in list of processed subprograms.Devang Patel2010-06-281-1/+1
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-282-0/+39
* Remove dead code.Devang Patel2010-06-282-3/+1
* Collect debug info for optimized variables of inlined functions.Devang Patel2010-06-252-6/+30
* DBG_VALUE machine instruction pointing to undefined register for a variable j...Devang Patel2010-06-241-4/+1
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-221-2/+2
* Discard special LLVM prefix from linkage name.Devang Patel2010-06-221-1/+2
* Do not rely on Twine temporaries to survive.Devang Patel2010-06-221-3/+4
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-182-49/+19
* 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