aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-156-19/+21
* Remove unnecessary classof()'sSean Silva2012-10-111-8/+0
* Revert 165732 for further review.Micah Villmow2012-10-116-21/+19
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-116-19/+21
* Fix up comment to be more clear.Eric Christopher2012-10-081-2/+2
* Fixup comment.Eric Christopher2012-10-081-1/+1
* Fixup comments.Eric Christopher2012-10-081-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-0810-59/+59
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-041-3/+4
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-021-4/+3
* 80-col.Eric Christopher2012-10-021-2/+2
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-021-3/+4
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+7
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-212-5/+5
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-201-3/+0
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+2
* Recommit, with fixes:Eric Christopher2012-09-123-1/+24
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-123-16/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-123-0/+16
* [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier2012-09-111-67/+158
* Revert r160148 it seems to cause more problems than it shouldEric Christopher2012-09-101-1/+1
* 80-col fixup.Eric Christopher2012-09-103-4/+6
* 80-col fixup.Eric Christopher2012-09-101-1/+2
* No reason to construct this twice.Eric Christopher2012-09-102-2/+2
* [ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier2012-09-101-1/+17
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-101-3/+4
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-071-1/+2
* Fix indent.Chad Rosier2012-09-071-2/+2
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-072-49/+48
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-2/+1
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-051-2/+4
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-051-20/+20
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-291-2/+1
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-4/+3
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-244-25/+41
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-231-1/+8
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-232-15/+42
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-232-0/+9
* Typo.Eric Christopher2012-08-231-1/+1
* Only emit the __debug_inlined section if we're trying to be compatibleEric Christopher2012-08-231-1/+5
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-231-1/+4
* Add an option for darwin gdb compatibility.Eric Christopher2012-08-231-2/+9
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-2/+2
* Grammar.Eric Christopher2012-08-141-1/+1
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-012-24/+6
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-272-6/+24
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-202-14/+1
* The end of the prologue should be marked with is_stmt.Eric Christopher2012-07-121-1/+1
* Fix PR13202 and a regtest.Alexey Samsonov2012-07-061-0/+6
* Reduce some code duplication.Eric Christopher2012-07-041-19/+4