summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Add comment describing what's going on here.Bill Wendling2012-11-07
* When we're updating the subprogram scope DIE, we want to determine if we'reBill Wendling2012-11-07
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-31
* Fix grammar.Bill Wendling2012-10-30
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Remove unnecessary classof()'sSean Silva2012-10-11
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Fix up comment to be more clear.Eric Christopher2012-10-08
* Fixup comment.Eric Christopher2012-10-08
* Fixup comments.Eric Christopher2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-02
* 80-col.Eric Christopher2012-10-02
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-02
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-24
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-21
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-20
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Recommit, with fixes:Eric Christopher2012-09-12
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-12
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-12
* [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier2012-09-11
* Revert r160148 it seems to cause more problems than it shouldEric Christopher2012-09-10
* 80-col fixup.Eric Christopher2012-09-10
* 80-col fixup.Eric Christopher2012-09-10
* No reason to construct this twice.Eric Christopher2012-09-10
* [ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier2012-09-10
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-10
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* Fix indent.Chad Rosier2012-09-07
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-05
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-05
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-29
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-24
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-23
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-23
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-23
* Typo.Eric Christopher2012-08-23
* Only emit the __debug_inlined section if we're trying to be compatibleEric Christopher2012-08-23
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-23
* Add an option for darwin gdb compatibility.Eric Christopher2012-08-23