Modify the LLVM assembly output so that it uses references to represent function...
[oota-llvm.git] / lib / IR / DIBuilder.cpp
2013-02-18 David BlaikieDIBuilder: Correct the null/0 type of trailing fields...
2013-02-18 David BlaikieDIBuilder: Add function and method definitions to the...
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-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
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 Eric ChristopherFix comment.
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.