aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov2012-06-291-7/+1
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-292-3/+3
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-284-5/+5
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-1/+1
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-1/+1
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-222-11/+16
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-211-1/+6
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-3/+17
* Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer2012-06-092-5/+6
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-012-4/+5
* Add support for enum forward declarations.Eric Christopher2012-06-011-6/+7
* Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne2012-05-271-5/+5