aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
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
2012-03-02If the linkage name doesn't exist we're supposed to emit a referenceEric Christopher
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher
2012-02-22Add the source language into the compile unit.Eric Christopher
2012-02-22Remove extra semi-colon.Eric Christopher