Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.
[oota-llvm.git] / lib / IR / DebugInfo.cpp
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-04 David BlaikiePR15149: crash when printing debug info metadata contai...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-05 David BlaikieInclude access modifiers in subprogram metadata IR...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.