Use uint16_t to store register overlaps to reduce static data.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-03-02 Eric ChristopherIf the linkage name doesn't exist we're supposed to...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-06 Eric ChristopherUse const vector references instead of a vector copy...
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-12-16 Eric ChristopherExtraneous whitespace and 80-col.
2011-12-04 Eric ChristopherAdd inline subprogram names to the name lookup table...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
2011-11-10 Eric ChristopherMake types and namespaces take multiple DIEs for the...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-09 Benjamin KramerAdd comments.
2011-11-09 Benjamin KramerTake advantage of the zero byte in StringMap when emitt...
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-08 Eric ChristopherAlso add the linkage name to the name accelerator table...
2011-11-08 Eric ChristopherAdd the base ObjC method name to the names lookup table...
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Eric ChristopherUse StringRef::startswith to do some string comparisons.
2011-11-07 Eric ChristopherAllow for the case where the name of the subprogram...
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-07 Eric ChristopherFix up comment.
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-17 Nick LewyckyMinor style cleanup, no functionality change.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-03 Eric ChristopherTypo.
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-16 Devang PatelRemove unnecessary version check.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelContinue to hoist uses of getCompileUnit() up. The...
2011-08-15 Devang PatelThis is somewhat déjà-vu, but avoid using getCompileUni...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Devang PatelThere is no need to maintain a set to keep track of...
2011-08-15 Devang PatelFix warning.
2011-08-15 Devang PatelSimplify. Let DbgVariable keep track of variable's...
2011-08-15 Devang PatelSimplify mapping to variable from its abstract variable...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-12 Devang PatelUse ArrayRef.
2011-08-11 Benjamin KramerPlug a memory leak.
2011-08-10 Devang PatelStay within 80 columns.
2011-08-10 Devang PatelDistinguish between two copies of one inlined variable...
2011-08-10 Devang PatelRevert unintentional parts of previous check-in.
2011-08-10 Devang PatelStart using LexicalScopes utility. No intetional functi...
2011-08-08 Devang PatelSimplify by creating parent first.
2011-08-05 Chandler CarruthTemporarily revert r135528 which distinguishes between...
2011-08-03 Bob WilsonSome revisions to Devang's change r136759 for merged...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-07-29 Nick LewyckyFix a lot of typos, improve (but not necessarily fix...
2011-07-27 Devang PatelRemove outdated FIXME comment.
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-26 Devang PatelWhile extracting lexical scopes from machine instructio...
2011-07-20 Devang PatelRefactor.
2011-07-20 Devang PatelThere are two ways to map a variable to its lexical...
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
2011-07-15 Devang PatelUse DebugLoc directly to map inlined functions' instruc...
2011-07-15 Devang PatelEliminate redundant map.
2011-07-15 Evan ChengReverting r135232. It's causing infinite looping in...
2011-07-15 Devang PatelDo not get confused by multiple empty lexical scopes...
2011-07-14 Devang PatelRefactor.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Devang PatelSimplify.
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-14 Devang PatelSimplify. Compile unit check inside hasValidLocation...
2011-07-14 Devang PatelFix typo in DEBUG message.
2011-07-14 Devang PatelAdd DEBUG messages.
2011-07-08 Devang PatelRefactor.
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-07-07 Devang PatelAdd DEBUG message.
2011-07-07 Devang PatelAdd DEBUG messages.
2011-07-06 Devang PatelRemove dead code.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-05 Benjamin KramerUse path API for path concatenation.
2011-06-01 Devang PatelA DBG_VALUE that truncates a range does not start anoth...
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
2011-05-31 Devang PatelInclude global types, that are referenced through local...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-24 Devang PatelFix debug info for blocks' variable.
2011-05-23 Devang PatelRemove unnecessary comment.
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-09 Devang PatelDo not ignore InlinedAt while walking up scope chain...
2011-05-06 Devang PatelMove CompileUnit::getOrCreateNameSpace() and CompileUni...
next