index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When in a limited debug information situation if we can find the original
Eric Christopher
2011-12-16
1
-0
/
+1
*
Minor cleanup, mostly reindenting. Remove one helper function that just called
Nick Lewycky
2011-11-09
1
-1
/
+0
*
Recommit:
Eric Christopher
2011-10-13
1
-11
/
+7
*
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-12
1
-7
/
+11
*
Start handling debug line and scope information better:
Eric Christopher
2011-10-11
1
-11
/
+7
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-1
/
+1
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
1
-0
/
+1
*
Change "Regions" to be "LexicalBlocks" since that's what they
Eric Christopher
2011-09-29
1
-10
/
+11
*
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
1
-3
/
+3
*
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-29
1
-4
/
+4
*
Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...
Devang Patel
2011-08-15
1
-0
/
+1
*
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
1
-14
/
+14
*
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-24
1
-2
/
+4
*
Move GlobalDecl to AST
Peter Collingbourne
2011-06-14
1
-1
/
+1
*
List c++ class type as public type in dwarf debug info output.
Devang Patel
2011-05-31
1
-0
/
+2
*
Simplify. There is no need to have a method to just call another method.
Devang Patel
2011-04-25
1
-5
/
+0
*
Tie debug information for method declaration with debug information for metho...
Devang Patel
2011-04-23
1
-0
/
+4
*
Fix typo in comment.
Devang Patel
2011-04-18
1
-1
/
+1
*
Emit proper selector name in debug info.
Devang Patel
2011-04-16
1
-0
/
+4
*
Emit debug info for function template parameters.
Devang Patel
2011-04-05
1
-1
/
+7
*
Refactor.
Devang Patel
2011-04-05
1
-0
/
+5
*
Update type cache when a type is completed.
Devang Patel
2011-03-23
1
-0
/
+4
*
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-03
1
-2
/
+2
*
revert r126858.
Devang Patel
2011-03-02
1
-2
/
+2
*
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-02
1
-2
/
+2
*
Revert r126794.
Devang Patel
2011-03-02
1
-2
/
+2
*
Encode argument numbering in debug info so that code generator can emit them ...
Devang Patel
2011-03-01
1
-2
/
+2
*
Emit the structure layout of the block literal parameter to a block
John McCall
2011-02-22
1
-1
/
+11
*
Simplify test to check an aggregate argument that has non trivial constructor...
Devang Patel
2011-02-16
1
-2
/
+2
*
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
[prev]
[next]