aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer
2012-07-12The end of the prologue should be marked with is_stmt.Eric Christopher
2012-07-06Fix PR13202 and a regtest.Alexey Samsonov
2012-07-04Reduce some code duplication.Eric Christopher
2012-06-29Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-09Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22Untabify and 80-col.Eric Christopher
2012-05-22Formatting consistency.Eric Christopher
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18Remove duplicate code that we could just fallthrough to.Eric Christopher
2012-05-08Fix thinko in conditional.Eric Christopher
2012-05-08Formatting fixes.Akira Hatanaka
2012-05-08Handle OpDeref in case it comes in as a register operand.Eric Christopher
2012-04-16Make comment here more clear.Eric Christopher
2012-04-13Reduce malloc traffic in DwarfAccelTableBenjamin Kramer
2012-04-05Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher
2012-04-03Fix thinko check for number of operands to be the one that actuallyEric Christopher
2012-04-03Add a line number for the scope of the function (starting at the firstEric Christopher
2012-04-02Turn on the accelerator tables for Darwin.Eric Christopher
2012-03-29Add support for objc property decls according to the page at:Eric Christopher
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher
2012-03-27Use DW_AT_low_pc for a single entry point into a routine.Eric Christopher
2012-03-26Use the file in the inlined die rather than the compile unit forEric Christopher
2012-03-26No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-23Pretty-printing comments for literal floating point in .s files.Jim Grosbach
2012-03-22In erroneous inline assembly we could mistakenly try to access theEric Christopher
2012-03-20It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling
2012-03-15For types with a parent of the compile unit make sure and emitEric Christopher
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-03-11DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-03-06Hoist common code out of if statement.Jakob Stoklund Olesen
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-03-02Grammar-o in function name.Eric Christopher
2012-03-02Grammar.Eric Christopher