DwarfCompileUnit: Add type safety to createGlobalVariableDIE
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-16 David BlaikieDwarfCompileUnit: Push type safety of DIDescriptor...
2013-11-16 David BlaikieDwarfCompileUnit: Remove unnecessary OwningPtr<T>:...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety to CompileUnit::getNo...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfCompileUnit: Simplify getLanguage() calls to use...
2013-11-15 Adrian PrantlReplace the dangling context hotfix with an assertion.
2013-11-15 David BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptors through a getDIE...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptor usage out from...
2013-11-15 Adrian PrantlReimplement r194843 in a slightly less broken way.
2013-11-15 Adrian PrantlRestore the behaviour from before r194728.
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-14 David BlaikieDebugInfo: Simplify/narrow null-check for getOrCreateType
2013-11-14 David BlaikieDwarfCompileUnit::getOrCreateContext: Return the compil...
2013-11-14 David BlaikieRemove unnecessary 'else' after return.
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-13 David BlaikieDIEHash: Move header include to be first in the impleme...
2013-11-11 Eric ChristopherUnify the adding of enumerators with the construction...
2013-11-11 Eric ChristopherFormatting.
2013-11-11 Eric Christopher80-col.
2013-11-11 Eric ChristopherJust pass the DIComposite type by value instead of...
2013-11-10 Matt ArsenaultUse type form of getIntPtrType.
2013-11-01 Eric ChristopherComment some and reformat for clarity beginFunction.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-11-01 David BlaikieDebugInfo: Emit member variable locations as data inste...
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-30 David BlaikieDebugInfo: Push header handling down into CompileUnit
2013-10-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenDebug Info: use createAndAddDIE to wrap around "new...
2013-10-29 Manman RenDebug Info: use createAndAddDIE for newly-created Subpr...
2013-10-29 Manman RenDebug Info: add a helper function createAndAddDIE.
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-24 David BlaikieDWARF emission: Remove unnecessary/redundant DIE refere...
2013-10-24 Eric ChristopherFix name of variable in comment.
2013-10-24 Eric ChristopherGrammar.
2013-10-24 Eric ChristopherUpdate misleading comment.
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Do not use shallow type hashing for unnamed...
2013-10-24 David BlaikieDIEHash: Refactor ref attribute hashing into smaller...
2013-10-24 David BlaikieRemove unused debug-only member variable.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenRemove {} from one-line block.
2013-10-23 Rafael EspindolaReduce casting and use a fully covered switch.
2013-10-22 Manman RenDebug Info: code clean up.
2013-10-22 David BlaikieDIEHashing: Provide an assert for unreachable functiona...
2013-10-22 David BlaikieDWARF type hashing: pointers to members
2013-10-22 Eric ChristopherFormatting/whitespace.
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 Matt ArsenaultFix CodeGen for different size address space GEPs
2013-10-21 Reid KlecknerFix the build in DIE.cpp with MSVC 2010
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
2013-10-21 Eric ChristopherFix up some old review feedback.
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-21 David BlaikieDebugInfo: Hash DW_FORM_GNU_str_index as a string.
2013-10-20 Peter CollingbourneEmit prefix data after debug and EH directives.
2013-10-19 Benjamin KramerRemove unused variable.
2013-10-19 Eric ChristopherReformat.
2013-10-19 Eric ChristopherFix up a few minor performance problems spotted in...
2013-10-18 Manman RenDebug Info: add a newly-created DIE to a parent in...
2013-10-18 Manman RenDebug Info: simplify code a bit.
2013-10-18 Eric ChristopherRevert the rest of r192749 to bring back the buildbot...
2013-10-18 Eric ChristopherTemporarily revert r192749 as it is causing problems...
2013-10-17 David BlaikieDIEHash: Add more things (and remove one character...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-17 Eric ChristopherAdd the subprogram DIEs to the context they're created...
2013-10-17 David BlaikieDIEHash: Include the type's context in the type hash.
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieRemove ambiguity introduced in r192836
2013-10-16 David BlaikieDIEHash: Include the trailing zero byte after the child...
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-16 David BlaikieSimplify zero initialization of DIEAttrs variable.
2013-10-15 Eric ChristopherMake sure we're not attempting to construct a subprogra...
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-14 Manman RenDebug Info: static member DIE creation.
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-08 Manman RenDebug Info: rename getOriginalTypeSize to getBaseTypeSize.
2013-10-08 Manman RenDebug Info: take advantage of the existing CU::resolve.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
next