index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGDebugInfo.h
Age
Commit message (
Expand
)
Author
2010-08-10
Simplify code and add comments, in code that generate debug info for constant...
Devang Patel
2010-08-10
Even if a constant's evaluated value is used, emit debug info for the constan...
Devang Patel
2010-07-27
Always use current working directory for DW_AT_comp_dir.
Devang Patel
2010-07-27
Reapply 109303.
Devang Patel
2010-07-26
Revert 109303.
Devang Patel
2010-07-24
Untangle filename/dirname confusion. Store constructed strings on the side. A...
Devang Patel
2010-07-22
Keep track of artificial scopes introduced by line directives. For example,
Devang Patel
2010-07-20
Remove unused argument.
Devang Patel
2010-07-20
Print template argument names for template class.
Devang Patel
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-12
If given location is invalid then use current location.
Devang Patel
2010-04-24
Fix pasto, add a comment.
Benjamin Kramer
2010-04-24
Factor code. No functionality change.
Benjamin Kramer
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-03-31
Minor include pruning.
Benjamin Kramer
2010-03-30
Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap.
Ted Kremenek
2010-03-29
Remove FIXME comment.
Ted Kremenek
2010-03-29
Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces ...
Ted Kremenek
2010-03-09
More then one anonymous aggregates on one line creates chaos when MDNode uniq...
Devang Patel
2010-03-09
Start using DIFile. Corresponding llvm patch is r98020.
Devang Patel
2010-02-23
Emit debug info for VectorType.
Devang Patel
2010-02-10
Refactor code that generates debug info for variables that has BlocksAttr.
Devang Patel
2010-02-01
Emit debug info for namespaces.
Devang Patel
2010-01-29
Maintain a map of regions (lexical scopes) and use it to find context for a g...
Devang Patel
2010-01-28
s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confus...
Devang Patel
2010-01-28
s/FunctionNames/DebugInfoNames/g
Devang Patel
2010-01-28
Emit vtable info.
Devang Patel
2010-01-28
Include "this" pointer argument while emitting debug info for a C++ method.
Devang Patel
2010-01-26
Fix the test I broke, and also fix a crash when declaring a virtual destructo...
Anders Carlsson
2010-01-26
Factor creating the DISubprogram for a member function out into a separate fu...
Anders Carlsson
2010-01-25
First cut at emitting inheritance info.
Devang Patel
2010-01-19
First cut at emitting debugging information for C++ member functions.
Devang Patel
2010-01-19
Refactor.
Devang Patel
2010-01-14
Emit human readable names for c/c++ functions. Avoid emitting linkage name if...
Devang Patel
2009-12-08
Use StringRef in CGDebugInfo::EmitFunctionStart.
Benjamin Kramer
2009-12-06
Add rudimentary support for member pointers to CGDebugInfo.
Anders Carlsson
2009-11-13
Do not store DIDescriptor directly into a container. Store MDNode directly, t...
Devang Patel
2009-11-06
Simplify the debug info code, handle lvalue references and template specializ...
Anders Carlsson
2009-10-23
Fixup the return type of functions.
Mike Stump
2009-10-06
Add support to attach debug info to an instruction.
Devang Patel
2009-10-06
Set appropriate context for a global variable while emitting debug info.
Devang Patel
2009-09-30
Improve debugging information for BlockDeclRefExpr. WIP. Given this
Mike Stump
2009-09-25
Fix an infinite loop arising when trying to generate debug information
John McCall
2009-09-19
Ok, an AssertingVH definitely doesn't work for now because we free our cache ...
Daniel Dunbar
2009-09-19
Switch CGDebugInfo type cache to using an AssertingVH.
Daniel Dunbar
2009-09-19
Factor out CGDebugInfo::CreateTypeNode method.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-14
Revert 75648 for now. It is causing test failures.
Devang Patel
2009-07-14
Use LLVM mangler to get mangled name for debug info entry.
Devang Patel
2009-07-14
Update debug info generation for ObjCObjectPointer changes.
Daniel Dunbar
[next]