summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* update to make IRBuilder API change.Chris Lattner2008-08-081-5/+6
* Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner2008-08-041-7/+5
* Remove removed header.Bill Wendling2008-07-031-1/+0
* Add missing include file (due to a file splitting in llvm).Cedric Venet2008-06-271-0/+1
* Remove tabs.Mike Stump2008-06-191-2/+2
* Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta2008-06-091-3/+59
* fix compiler warningsNuno Lopes2008-06-081-2/+2
* Create debug type descriptors for aggregate/enum types.Sanjiv Gupta2008-06-071-5/+122
* Emit debug information for global and static variables when -g is specified.Sanjiv Gupta2008-06-051-0/+46
* Emit parameter and local variable debug information with -g.Sanjiv Gupta2008-05-301-1/+48
* A couple minor fixes to make debug info usable for arbitrary code: don't Eli Friedman2008-05-291-0/+7
* Generate subprogram debug info with -g.Sanjiv Gupta2008-05-251-48/+361
* Make debugging information usable. This is barebones, but it makes -g Eli Friedman2008-05-221-21/+51
* Detabify.Eli Friedman2008-05-131-7/+7
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-0/+171
OpenPOWER on IntegriCloud