summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit debug info for objc getters and setters.Devang Patel2010-04-051-1/+3
* NewDebugLoc got renamed to DebugLoc.Chris Lattner2010-04-021-5/+5
* adjust to IRBuilder change and use faster DebugLoc apis.Chris Lattner2010-04-011-18/+8
* use the new optimized debug info metadata accessors. InChris Lattner2010-03-311-2/+2
* Replace some constant-sized SmallVectors.Benjamin Kramer2010-03-301-8/+4
* Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap.Ted Kremenek2010-03-301-3/+21
* Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces ...Ted Kremenek2010-03-291-1/+1
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson2010-03-231-2/+2
* Comment the reasons for the strange little dance we do with the main file nam...Douglas Gregor2010-03-221-0/+4
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-5/+5
* Try to improve computation of the main file name for debugDouglas Gregor2010-03-191-7/+10
* For debug information, get the main file name from the source managerDouglas Gregor2010-03-181-2/+7
* Use raw_ostream instead of sprintf.Benjamin Kramer2010-03-131-3/+2
* If main file name is empty then use "<unknown>".Devang Patel2010-03-121-1/+4
* Keep track of Record context to ensure that record elements are properly nest...Devang Patel2010-03-111-1/+20
* Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect wha...Anders Carlsson2010-03-111-2/+2
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-0/+1
* Use SmallString instead of alloca.Devang Patel2010-03-101-2/+3
* Fix file reference for derived and composite types. Now, dwarf writer uses st...Devang Patel2010-03-091-41/+38
* More then one anonymous aggregates on one line creates chaos when MDNode uniq...Devang Patel2010-03-091-4/+4
* Use getLast() instead of getBasename().Devang Patel2010-03-091-1/+1
* Start using DIFile. Corresponding llvm patch is r98020.Devang Patel2010-03-091-117/+95
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-081-4/+4
* Revert r97949.Devang Patel2010-03-081-4/+4
* Avoid DIDescriptor.isNull() checks.Devang Patel2010-03-081-4/+4
* Targets (like pic16) may have mangled the name of global variables, Sanjiv Gupta2010-02-251-1/+1
* Emit debug info for VectorType.Devang Patel2010-02-231-2/+25
* Distinguish two lexical blocks at the same level.Devang Patel2010-02-161-1/+4
* Do not ignore anonymous records.Devang Patel2010-02-121-2/+2
* Cache new compile unit.Devang Patel2010-02-121-1/+8
* Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor2010-02-111-1/+1
* Refactor code that generates debug info for variables that has BlocksAttr.Devang Patel2010-02-101-245/+124
* Use current location as the location of compiler generated arguments, e.g. se...Devang Patel2010-02-101-8/+10
* Fix virtual bases' debug info.Devang Patel2010-02-091-2/+4
* Mark implicit "this" argument as an artificial argument.Devang Patel2010-02-091-1/+4
* Fix FIXME and surrounding comment.Devang Patel2010-02-011-4/+1
* Use appropriate context descriptor in RecordDecl's debug info.Devang Patel2010-02-011-3/+9
* Do not use clang type name to name a local variable, e.g. Decl.Devang Patel2010-02-011-44/+44
* Do not use clang type name to name a local variable, e.g. Decl.Devang Patel2010-02-011-29/+25
* Use DeclContext as getContextDescriptor() argument.Devang Patel2010-02-011-18/+27
* Emit debug info for namespaces.Devang Patel2010-02-011-0/+25
* Use appropriate context for typedefs. Devang Patel2010-01-291-7/+5
* Maintain a map of regions (lexical scopes) and use it to find context for a g...Devang Patel2010-01-291-10/+8
* s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confus...Devang Patel2010-01-281-5/+5
* Fix indentation.Devang Patel2010-01-281-30/+30
* Static methods do not need "this" pointer argument.Devang Patel2010-01-281-0/+5
* Emit base classes info first, as expected by the debugger.Devang Patel2010-01-281-3/+3
* s/FunctionNames/DebugInfoNames/gDevang Patel2010-01-281-2/+2
* Emit vtable info.Devang Patel2010-01-281-1/+70
* While emitting debugging infor for a C++ class, identify the holder of class'...Devang Patel2010-01-281-1/+11
OpenPOWER on IntegriCloud