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
2009-06-26
Revrt PR4228 fix for now.
Devang Patel
2009-06-16
It is possible that main input file does not have any symbol with debug info....
Devang Patel
2009-05-14
Enhance debug information for block literals. Radar 6867696
Mike Stump
2009-04-23
Handle corner case where clang-cc is invoked directly to compile preprocessed...
Devang Patel
2009-04-23
implement debug info for _Complex.
Chris Lattner
2009-04-17
Appropriately set file name and directory name in debug info compile units.
Devang Patel
2009-02-26
Add support to emit debug info for objective-c interfaces.
Devang Patel
2008-11-10
reimplement debug info generation in terms of DebugInfo.h instead of
Chris Lattner
2008-11-08
Avoid redundant cast<>s / simplify type dispatch.
Daniel Dunbar
2008-11-03
privatize some methods.
Chris Lattner
2008-11-01
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-10-31
Quick fix for PR2950, infinite loop generating debug info for
Daniel Dunbar
2008-10-31
Formatting tweaks.
Daniel Dunbar
2008-10-24
Map compilation units using FileEntry pointers instead of
Daniel Dunbar
2008-10-18
Debug info bug fix, function start wasn't getting generated correctly
Daniel Dunbar
2008-10-17
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-08-11
Update for IRBuilder template change (update LLVM!)
Daniel Dunbar
2008-08-08
update to make IRBuilder API change.
Chris Lattner
2008-06-09
Generate debug descriptors for array types while generating the debug info.
Sanjiv Gupta
2008-06-07
Create debug type descriptors for aggregate/enum types.
Sanjiv Gupta
2008-06-05
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
2008-05-30
Emit parameter and local variable debug information with -g.
Sanjiv Gupta
2008-05-29
A couple minor fixes to make debug info usable for arbitrary code: don't
Eli Friedman
2008-05-25
Generate subprogram debug info with -g.
Sanjiv Gupta
2008-05-22
Make debugging information usable. This is barebones, but it makes -g
Eli Friedman
2008-05-08
Added -g command line options to clang for generating source level debug info...
Sanjiv Gupta