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
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.h
Age
Commit message (
Expand
)
Author
2009-12-15
Add support to emit debug info for C++ namespaces.
Devang Patel
2009-12-14
Use DW_AT_specification to point to DIE describing function declaration.
Devang Patel
2009-12-11
Construct CompileUnits lazily.
Devang Patel
2009-12-10
Refactor code that finds context for a given die.
Devang Patel
2009-12-10
Refactor.
Devang Patel
2009-12-09
Reapply r90858, a cleanup patch.
Devang Patel
2009-12-08
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-08
Cleanup.
Devang Patel
2009-12-07
Add support to emit debug info for c++ style namespaces.
Devang Patel
2009-12-03
Add support to emit debug info for virtual functions and virtual base classes.
Devang Patel
2009-12-03
Emit method definition DIE at module level (even for methods with inlined fun...
Devang Patel
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-24
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
Emit pubtypes.
Devang Patel
2009-11-21
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-21
There is no need to use FoldingSet to unique DIEs.
Devang Patel
2009-11-17
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-10-27
Do not held on to DenseMap slot accross map insertion. The insertion may caus...
Devang Patel
2009-10-14
Add support to record DbgScope as inlined scope.
Devang Patel
2009-10-09
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-08
Do not record line number to implicitly mark start of function if function ha...
Devang Patel
2009-10-06
Remove dead code.
Devang Patel
2009-10-06
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
Remove unintentional function decl.
Devang Patel
2009-10-06
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-05
Adjust context for the global variables that are not at file scope, e.g.
Devang Patel
2009-10-01
Add support to extract lexical scope information from DebugLoc attached with ...
Devang Patel
2009-09-30
Use MDNode * directly as an RecordSourceLine() argument.
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-08-31
Subprogram is a scope. Derive DISubprogram 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-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-13
revert rev. 75503 for now.
Devang Patel
2009-07-13
Use Mangler to remove leading '1' from linkage names.
Devang Patel
2009-07-07
Remove dead code.
Devang Patel
2009-06-29
s/MainCU/ModuleCU/g
Devang Patel
2009-06-26
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-06-25
Simplify.
Devang Patel
2009-05-20
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
Bill Wendling
2009-05-20
Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.
Bill Wendling
2009-05-20
Revert r72192. It was causing a build failure.
Bill Wendling
2009-05-20
Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with
Bill Wendling
[next]