index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGDebugInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
If an aggregate argument is passed indirectly because it has non trivial
Devang Patel
2011-02-09
1
-2
/
+2
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-6
/
+8
*
Debug info generation for rvalue references
Douglas Gregor
2011-01-22
1
-0
/
+1
*
Simplify.
Devang Patel
2011-01-17
1
-4
/
+3
*
Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace().
Devang Patel
2010-12-09
1
-4
/
+2
*
Remove unused parameter.
Devang Patel
2010-12-09
1
-1
/
+1
*
Start using DIBuilder. It provides cleaner interface.
Devang Patel
2010-12-08
1
-6
/
+7
*
Simplify. Builtin types' context is always implied.
Devang Patel
2010-11-01
1
-1
/
+1
*
Basic types are language defined builtins. They are always defined at top mos...
Devang Patel
2010-10-28
1
-0
/
+3
*
Fix debug info for anon union.
Devang Patel
2010-10-12
1
-0
/
+1
*
Permit constant evaluation of const floating-point variables with
John McCall
2010-10-09
1
-1
/
+1
*
Remove unused argument.
Devang Patel
2010-10-06
1
-2
/
+1
*
Introduce -flimit-debug-info.
Devang Patel
2010-09-30
1
-1
/
+3
*
Tidy up last commit, as per Devang's comments.
David Chisnall
2010-09-02
1
-0
/
+3
*
Debug info for friends!
Devang Patel
2010-08-27
1
-0
/
+6
*
Emit debug info for enum constants.
Devang Patel
2010-08-23
1
-0
/
+1
*
Introduce a new temporary MDNode concept. Temporary MDNodes are
Dan Gohman
2010-08-20
1
-6
/
+3
*
Simplify code and add comments, in code that generate debug info for constant...
Devang Patel
2010-08-10
1
-2
/
+2
*
Even if a constant's evaluated value is used, emit debug info for the constan...
Devang Patel
2010-08-10
1
-0
/
+4
*
Always use current working directory for DW_AT_comp_dir.
Devang Patel
2010-07-27
1
-4
/
+0
*
Reapply 109303.
Devang Patel
2010-07-27
1
-0
/
+8
*
Revert 109303.
Devang Patel
2010-07-26
1
-8
/
+0
*
Untangle filename/dirname confusion. Store constructed strings on the side. A...
Devang Patel
2010-07-24
1
-0
/
+8
*
Keep track of artificial scopes introduced by line directives. For example,
Devang Patel
2010-07-22
1
-0
/
+15
*
Remove unused argument.
Devang Patel
2010-07-20
1
-3
/
+3
*
Print template argument names for template class.
Devang Patel
2010-07-20
1
-0
/
+3
*
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
1
-0
/
+1
*
If given location is invalid then use current location.
Devang Patel
2010-05-12
1
-0
/
+7
*
Fix pasto, add a comment.
Benjamin Kramer
2010-04-24
1
-0
/
+1
*
Factor code. No functionality change.
Benjamin Kramer
2010-04-24
1
-0
/
+3
*
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-17
1
-3
/
+3
*
Minor include pruning.
Benjamin Kramer
2010-03-31
1
-1
/
+0
*
Cache results computed by CGDebugInfo::getOrCreateFile() in a DenseMap.
Ted Kremenek
2010-03-30
1
-0
/
+1
*
Remove FIXME comment.
Ted Kremenek
2010-03-29
1
-1
/
+0
*
Change 'TypeCache' from being an std::map to a llvm::DenseMap. This reduces ...
Ted Kremenek
2010-03-29
1
-1
/
+1
*
More then one anonymous aggregates on one line creates chaos when MDNode uniq...
Devang Patel
2010-03-09
1
-3
/
+3
*
Start using DIFile. Corresponding llvm patch is r98020.
Devang Patel
2010-03-09
1
-33
/
+34
*
Emit debug info for VectorType.
Devang Patel
2010-02-23
1
-0
/
+1
*
Refactor code that generates debug info for variables that has BlocksAttr.
Devang Patel
2010-02-10
1
-0
/
+5
*
Emit debug info for namespaces.
Devang Patel
2010-02-01
1
-1
/
+4
*
Maintain a map of regions (lexical scopes) and use it to find context for a g...
Devang Patel
2010-01-29
1
-1
/
+2
*
s/CGDebugInfo::getContext/CGDebugInfo::getContextDescriptor/g to avoid confus...
Devang Patel
2010-01-28
1
-2
/
+3
*
s/FunctionNames/DebugInfoNames/g
Devang Patel
2010-01-28
1
-2
/
+2
*
Emit vtable info.
Devang Patel
2010-01-28
1
-0
/
+12
*
Include "this" pointer argument while emitting debug info for a C++ method.
Devang Patel
2010-01-28
1
-0
/
+2
*
Fix the test I broke, and also fix a crash when declaring a virtual destructo...
Anders Carlsson
2010-01-26
1
-1
/
+1
*
Factor creating the DISubprogram for a member function out into a separate fu...
Anders Carlsson
2010-01-26
1
-0
/
+5
*
First cut at emitting inheritance info.
Devang Patel
2010-01-25
1
-0
/
+6
*
First cut at emitting debugging information for C++ member functions.
Devang Patel
2010-01-19
1
-0
/
+6
*
Refactor.
Devang Patel
2010-01-19
1
-0
/
+2
[next]