summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r174246, accidentally committed.David Blaikie2013-02-021-4/+0
* BasicsDavid Blaikie2013-02-021-0/+4
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-161-1/+18
* Extract the instance-method case for debug info out into a separate function.David Blaikie2013-01-071-0/+2
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-1/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-330/+325
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-325/+330
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+5
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-1/+1
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Reapply:Eric Christopher2012-08-201-0/+3
* Temporarily revert r162066 and r162062 to see if it brings the gdbEric Christopher2012-08-171-3/+0
* Add some caching here for the builtin types.Eric Christopher2012-08-161-0/+3
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Update based on move of DIBuilder.h to include/llvm.Bill Wendling2012-06-291-1/+1
* Update the #include to find the DebugInfo.h in the correct placeBill Wendling2012-06-281-1/+1
* 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
OpenPOWER on IntegriCloud