summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Basic types are language defined builtins. They are always defined at top mos...Devang Patel2010-10-281-0/+3
* Fix debug info for anon union. Devang Patel2010-10-121-0/+1
* Permit constant evaluation of const floating-point variables withJohn McCall2010-10-091-1/+1
* Remove unused argument.Devang Patel2010-10-061-2/+1
* Introduce -flimit-debug-info.Devang Patel2010-09-301-1/+3
* Tidy up last commit, as per Devang's comments.David Chisnall2010-09-021-0/+3
* Debug info for friends!Devang Patel2010-08-271-0/+6
* Emit debug info for enum constants.Devang Patel2010-08-231-0/+1
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-201-6/+3
* Simplify code and add comments, in code that generate debug info for constant...Devang Patel2010-08-101-2/+2
* Even if a constant's evaluated value is used, emit debug info for the constan...Devang Patel2010-08-101-0/+4
* Always use current working directory for DW_AT_comp_dir.Devang Patel2010-07-271-4/+0
* Reapply 109303. Devang Patel2010-07-271-0/+8
OpenPOWER on IntegriCloud