index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
DebugInfo.h
Age
Commit message (
Expand
)
Author
2009-12-08
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-07
Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic()
Victor Hernandez
2009-12-07
Add support to emit debug info for c++ style namespaces.
Devang Patel
2009-12-07
Introduce the "@llvm.dbg.value" debug intrinsic.
Victor Hernandez
2009-12-03
Add support to emit debug info for virtual functions and virtual base classes.
Devang Patel
2009-12-01
Add utility routine to create subprogram definition entry from subprogram dec...
Devang Patel
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-24
Emit pubtypes.
Devang Patel
2009-11-23
Add CreateLocation varinat that accepts MDNode (with a default value).
Devang Patel
2009-11-17
Remove dead code.
Devang Patel
2009-11-13
Do not use value handle to wrap MDNode in DIDescriptor.
Devang Patel
2009-11-13
Revert r87059 for now. It is failing clang tests.
Devang Patel
2009-11-13
Remove unnecessary llvm.dbg.declare bitcast
Victor Hernandez
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
Do not use StringRef in DebugInfo interface.
Devang Patel
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
Process InlinedAt location info.
Devang Patel
2009-10-26
Add support to encode type info using llvm::Constant.
Devang Patel
2009-10-12
Enable "debug info attached to an instruction" mode.
Devang Patel
2009-10-07
Extract subprogram and compile unit information from the debug info attached ...
Devang Patel
2009-10-01
Expand api out in the usual inserter way, though, I do have a
Mike Stump
2009-09-30
Add isFOO() helpers. Fix getDirectory() and getFilename() for DIScope.
Devang Patel
2009-09-30
Add a way for a frontend to generate more complex dwarf location
Mike Stump
2009-09-29
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-22
Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w...
Daniel Dunbar
2009-09-19
Prefer super class constructor to explicit initialization.
Daniel Dunbar
2009-09-19
Tabs -> spaces (really?)
Daniel Dunbar
2009-09-19
Strip trailing whitespace.
Daniel Dunbar
2009-09-16
Provide a way to extract location info from DILocation.
Devang Patel
2009-09-01
Add virtual destructor.
Devang Patel
2009-09-01
Introduce DILocation.
Devang Patel
2009-09-01
Add getDirectory() and getFilename() interface to DIScope.
Devang Patel
2009-08-31
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
Derive DICompileUnit from DIScope.
Devang Patel
2009-08-31
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
Introduce DIScope.
Devang Patel
2009-08-31
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-28
Reapply 79977.
Devang Patel
2009-08-27
Closure is a very generic name. Use AppleBlock instead.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
fix some funky indentation
Chris Lattner
2009-08-26
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-10
Keep track of DIType.
Devang Patel
2009-08-06
Remove dead code.
Devang Patel
2009-08-06
Fix comment.
Devang Patel
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-31
Process DbgDeclareInst.
Devang Patel
[next]