summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 109303.Devang Patel2010-07-261-8/+0
* Untangle filename/dirname confusion. Store constructed strings on the side. A...Devang Patel2010-07-241-0/+8
* Keep track of artificial scopes introduced by line directives. For example,Devang Patel2010-07-221-0/+15
* Remove unused argument.Devang Patel2010-07-201-3/+3
* Print template argument names for template class.Devang Patel2010-07-201-0/+3
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-0/+1
* If given location is invalid then use current location.Devang Patel2010-05-121-0/+7
* Fix pasto, add a comment.Benjamin Kramer2010-04-241-0/+1
* Factor code. No functionality change.Benjamin Kramer2010-04-241-0/+3
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-3/+3
* Minor include pruning.Benjamin Kramer2010-03-311-1/+0
* Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap.Ted Kremenek2010-03-301-0/+1
* Remove FIXME comment.Ted Kremenek2010-03-291-1/+0
* Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces ...Ted Kremenek2010-03-291-1/+1
* More then one anonymous aggregates on one line creates chaos when MDNode uniq...Devang Patel2010-03-091-3/+3
* Start using DIFile. Corresponding llvm patch is r98020.Devang Patel2010-03-091-33/+34
* Emit debug info for VectorType.Devang Patel2010-02-231-0/+1
* Refactor code that generates debug info for variables that has BlocksAttr.Devang Patel2010-02-101-0/+5
* Emit debug info for namespaces.Devang Patel2010-02-011-1/+4
* Maintain a map of regions (lexical scopes) and use it to find context for a g...Devang Patel2010-01-291-1/+2
* s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confus...Devang Patel2010-01-281-2/+3
* s/FunctionNames/DebugInfoNames/gDevang Patel2010-01-281-2/+2
* Emit vtable info.Devang Patel2010-01-281-0/+12
* Include "this" pointer argument while emitting debug info for a C++ method.Devang Patel2010-01-281-0/+2
* Fix the test I broke, and also fix a crash when declaring a virtual destructo...Anders Carlsson2010-01-261-1/+1
* Factor creating the DISubprogram for a member function out into a separate fu...Anders Carlsson2010-01-261-0/+5
* First cut at emitting inheritance info.Devang Patel2010-01-251-0/+6
* First cut at emitting debugging information for C++ member functions.Devang Patel2010-01-191-0/+6
* Refactor.Devang Patel2010-01-191-0/+2
* Emit human readable names for c/c++ functions. Avoid emitting linkage name if...Devang Patel2010-01-141-1/+12
* Use StringRef in CGDebugInfo::EmitFunctionStart.Benjamin Kramer2009-12-081-1/+1
* Add rudimentary support for member pointers to CGDebugInfo.Anders Carlsson2009-12-061-3/+4
* Do not store DIDescriptor directly into a container. Store MDNode directly, t...Devang Patel2009-11-131-1/+1
* Simplify the debug info code, handle lvalue references and template specializ...Anders Carlsson2009-11-061-0/+4
* Fixup the return type of functions.Mike Stump2009-10-231-1/+1
* Add support to attach debug info to an instruction.Devang Patel2009-10-061-0/+1
* Set appropriate context for a global variable while emitting debug info.Devang Patel2009-10-061-0/+3
* Improve debugging information for BlockDeclRefExpr. WIP. Given thisMike Stump2009-09-301-0/+12
* Fix an infinite loop arising when trying to generate debug informationJohn McCall2009-09-251-1/+1
* Ok, an AssertingVH definitely doesn't work for now because we free our cache ...Daniel Dunbar2009-09-191-1/+1
* Switch CGDebugInfo type cache to using an AssertingVH.Daniel Dunbar2009-09-191-1/+6
* Factor out CGDebugInfo::CreateTypeNode method.Daniel Dunbar2009-09-191-0/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-14/+14
* Revert 75648 for now. It is causing test failures.Devang Patel2009-07-141-4/+1
* Use LLVM mangler to get mangled name for debug info entry.Devang Patel2009-07-141-1/+4
* Update debug info generation for ObjCObjectPointer changes.Daniel Dunbar2009-07-141-0/+2
* Revrt PR4228 fix for now.Devang Patel2009-06-261-3/+1
* It is possible that main input file does not have any symbol with debug info....Devang Patel2009-06-161-1/+3
* Enhance debug information for block literals. Radar 6867696Mike Stump2009-05-141-0/+4
* Handle corner case where clang-cc is invoked directly to compile preprocessed...Devang Patel2009-04-231-0/+1
OpenPOWER on IntegriCloud