summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* If a variable is spilled by code generator then use DW_OP_fbreg to describe i...Devang Patel2010-08-041-10/+35
* Free DbgScope created for dead functions.Devang Patel2010-08-021-0/+4
* Reference the personalities. Don't copy them into a new vector.Bill Wendling2010-08-011-1/+1
* It is FE's responsibility to emit proper directory name.Devang Patel2010-07-271-4/+1
* Use current working directory when Dirname is empty. This only happens when a...Devang Patel2010-07-241-0/+5
* Revert r109262.Devang Patel2010-07-231-5/+0
* IF directory name is empty then try to extract one using absolute file name.Devang Patel2010-07-231-0/+5
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-211-0/+4
* 80 column and trailing whitespace cleanupJim Grosbach2010-07-211-171/+173
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-2/+2
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-191-11/+4
* Fix PR 7662.Devang Patel2010-07-191-0/+1
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-191-1/+1
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-181-6/+7
* Use isPrologLabel() instead of checking the opcode directly.Bill Wendling2010-07-171-1/+1
* Consider this function:Bill Wendling2010-07-161-2/+12
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-1/+1
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-6/+2
* a more graceful fix for test/Other/inline-asm-newline-terminator.ll,Chris Lattner2010-07-152-15/+1
* 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
OpenPOWER on IntegriCloud