summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-5/+6
* implement debug info for typeof()Chris Lattner2008-11-111-6/+9
* Fix even more bugs in debug info support:Chris Lattner2008-11-101-5/+0
* reimplement debug info generation in terms of DebugInfo.h instead ofChris Lattner2008-11-101-638/+371
* Avoid redundant cast<>s / simplify type dispatch.Daniel Dunbar2008-11-081-39/+28
* "Fix" PR3021, don't crash on generating record types when we can'tDaniel Dunbar2008-11-081-2/+6
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-6/+5
* Debug info: Bug fix, function types should always include the returnDaniel Dunbar2008-10-311-1/+1
* Quick fix for PR2950, infinite loop generating debug info forDaniel Dunbar2008-10-311-16/+19
* Formatting tweaks.Daniel Dunbar2008-10-311-9/+8
* Don't crash on invalid source locations inDaniel Dunbar2008-10-241-3/+6
* Map compilation units using FileEntry pointers instead ofDaniel Dunbar2008-10-241-10/+7
* Debug info bug fix, function start wasn't getting generated correctlyDaniel Dunbar2008-10-181-5/+5
* Change CGDebugInfo::setLocation to just ignore invalid locations. ThisDaniel Dunbar2008-10-171-1/+5
* Quick patch for PR2784, assert genereting debug info for opaqueDaniel Dunbar2008-10-171-1/+9
* 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