[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / include / llvm / DIBuilder.h
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-27 Eric ChristopherFormatting.
2014-02-27 Eric ChristopherAdd an explanatory comment.
2014-02-26 Eric ChristopherGrammar and spelling.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Adrian PrantlRevert "Debug info: Support variadic functions."
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-01-18 Adrian Prantltypo
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-18 Adrian Prantlformatting
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-10-21 Adrian Prantlfix two typos.
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-09-08 Manman RenRevert r190269 to fix dragonegg failures.
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-06 Manman RenDebug Info: pass in VTableHolder as DIType instead...
2013-08-29 Manman RenDIBuilder: retain a type when created with a unique...
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-07-19 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-18 Eric ChristopherRevert "Remove DIBuilder cache of variable TheCU and...
2013-07-18 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-06-27 Peter CollingbourneRename DIBuilder::createNullPtrType to createUnspecifie...
2013-06-24 David BlaikieDebugInfo: DIBuilder changes to match DIEnumerator...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-07 Manman RenDIBuilder: No functionality change.
2013-06-07 Manman RenDIBuilder: No functionality change.
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-21 Benjamin KramerRemove duplicated comment.
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-11 David BlaikieCorrect parameter name in doc comment to match declaration.
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-04-22 Benjamin KramerMake doxygen comment match declaration.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherReformat and nuke trailing whitespace.
2013-04-19 Adrian PrantlRename ClassType to the more accurate UnderlyingType...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieMake DIBuilder::createClassType more type safe by retur...
2013-03-20 David BlaikieDIBuilder: allow linkage name to be specified for globa...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-02-25 David BlaikieDIBuilder: support structs with vtable pointers in...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-18 David BlaikieNarrow the return types of a few DIBuilder utility...
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-07-19 Bill WendlingRemove tabs.
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...