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
*
Add support to emit debug info for objective-c interfaces.
Devang Patel
2009-02-26
1
-2
/
+6
*
reimplement debug info generation in terms of DebugInfo.h instead of
Chris Lattner
2008-11-10
1
-74
/
+35
*
Avoid redundant cast<>s / simplify type dispatch.
Daniel Dunbar
2008-11-08
1
-6
/
+6
*
privatize some methods.
Chris Lattner
2008-11-03
1
-0
/
+3
*
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-11-01
1
-8
/
+7
*
Quick fix for PR2950, infinite loop generating debug info for
Daniel Dunbar
2008-10-31
1
-4
/
+6
*
Formatting tweaks.
Daniel Dunbar
2008-10-31
1
-9
/
+9
*
Map compilation units using FileEntry pointers instead of
Daniel Dunbar
2008-10-24
1
-1
/
+1
*
Debug info bug fix, function start wasn't getting generated correctly
Daniel Dunbar
2008-10-18
1
-3
/
+3
*
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-17
1
-0
/
+2
*
Update for IRBuilder template change (update LLVM!)
Daniel Dunbar
2008-08-11
1
-6
/
+8
*
update to make IRBuilder API change.
Chris Lattner
2008-08-08
1
-6
/
+6
*
Generate debug descriptors for array types while generating the debug info.
Sanjiv Gupta
2008-06-09
1
-0
/
+4
*
Create debug type descriptors for aggregate/enum types.
Sanjiv Gupta
2008-06-07
1
-0
/
+8
*
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
2008-06-05
1
-0
/
+7
*
Emit parameter and local variable debug information with -g.
Sanjiv Gupta
2008-05-30
1
-1
/
+8
*
A couple minor fixes to make debug info usable for arbitrary code: don't
Eli Friedman
2008-05-29
1
-1
/
+1
*
Generate subprogram debug info with -g.
Sanjiv Gupta
2008-05-25
1
-19
/
+53
*
Make debugging information usable. This is barebones, but it makes -g
Eli Friedman
2008-05-22
1
-13
/
+16
*
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta
2008-05-08
1
-0
/
+84