aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-251-8/+12
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-221-2/+3
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-221-1/+1
* DIBuilder: Correct the null/0 type of trailing fields in struct debug info.David Blaikie2013-02-181-2/+2
* DIBuilder: Add function and method definitions to the list of all subprogramsDavid Blaikie2013-02-181-1/+4
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-181-39/+37
* DIBuilder: make the return type of createBasicType more specificDavid Blaikie2013-02-121-4/+4
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-041-10/+2
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-021-12/+4
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-161-3/+29
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-3/+4
* Fix comment.Eric Christopher2013-01-081-1/+2
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+1045