summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-111-0/+6
* Add in a caching mechanism so that forward declarations are replacedEric Christopher2012-02-181-1/+6
* Remove UpdateCompletedType from the debug info emission. We nowEric Christopher2012-02-181-4/+0
* Reapply r150631:Eric Christopher2012-02-161-0/+13
* Revert "Add a completed/incomplete type difference. This allows us to have"Eric Christopher2012-02-151-13/+0
* Add a completed/incomplete type difference. This allows us to haveEric Christopher2012-02-151-0/+13
* Temporarily walk back a few of my recent debug info limiting changesEric Christopher2012-02-131-11/+0
* Constify the getClassName routine and variables that come out of it,Eric Christopher2012-02-081-1/+1
* For pass-by-value record arguments to functions emit a forward declEric Christopher2012-02-011-0/+11
* Refactor into its own function.Eric Christopher2012-01-261-0/+1
* Refactor the record decl forward declaration code a bit.Eric Christopher2012-01-251-0/+4
* Typo.Eric Christopher2012-01-251-1/+1
* When adding types to the context chain for record types, just emitEric Christopher2012-01-201-0/+3
* When in a limited debug information situation if we can find the originalEric Christopher2011-12-161-0/+1
* Minor cleanup, mostly reindenting. Remove one helper function that just calledNick Lewycky2011-11-091-1/+0
* Recommit:Eric Christopher2011-10-131-11/+7
* Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher2011-10-121-7/+11
* Start handling debug line and scope information better:Eric Christopher2011-10-111-11/+7
* Constant expression evaluation refactoring:Richard Smith2011-10-101-1/+1
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+1
* Change "Regions" to be "LexicalBlocks" since that's what theyEric Christopher2011-09-291-10/+11
* Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don'tEric Christopher2011-09-291-3/+3
* Call UpdateLineDirectiveRegion every time we want to emit a stopEric Christopher2011-09-291-4/+4
* Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...Devang Patel2011-08-151-0/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-14/+14
* Fix struct member's scope. Patch by Xi Wang.Devang Patel2011-06-241-2/+4
* Move GlobalDecl to ASTPeter Collingbourne2011-06-141-1/+1
* List c++ class type as public type in dwarf debug info output.Devang Patel2011-05-311-0/+2
* Simplify. There is no need to have a method to just call another method.Devang Patel2011-04-251-5/+0
* Tie debug information for method declaration with debug information for metho...Devang Patel2011-04-231-0/+4
* Fix typo in comment.Devang Patel2011-04-181-1/+1
* Emit proper selector name in debug info.Devang Patel2011-04-161-0/+4
* Emit debug info for function template parameters.Devang Patel2011-04-051-1/+7
* Refactor.Devang Patel2011-04-051-0/+5
* Update type cache when a type is completed.Devang Patel2011-03-231-0/+4
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-031-2/+2
* revert r126858.Devang Patel2011-03-021-2/+2
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-021-2/+2
* Revert r126794.Devang Patel2011-03-021-2/+2
* Encode argument numbering in debug info so that code generator can emit them ...Devang Patel2011-03-011-2/+2
* Emit the structure layout of the block literal parameter to a blockJohn McCall2011-02-221-1/+11
* Simplify test to check an aggregate argument that has non trivial constructor...Devang Patel2011-02-161-2/+2
* If an aggregate argument is passed indirectly because it has non trivialDevang Patel2011-02-091-2/+2
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-6/+8
* Debug info generation for rvalue referencesDouglas Gregor2011-01-221-0/+1
* Simplify.Devang Patel2011-01-171-4/+3
* Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace().Devang Patel2010-12-091-4/+2
* Remove unused parameter.Devang Patel2010-12-091-1/+1
* Start using DIBuilder. It provides cleaner interface.Devang Patel2010-12-081-6/+7
* Simplify. Builtin types' context is always implied.Devang Patel2010-11-011-1/+1
OpenPOWER on IntegriCloud