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-02-17
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
Emit debug info for bitfields.
Devang Patel
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-01-30
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
Add dump() routines to help debug debug info :)
Devang Patel
2009-01-26
LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...
Evan Cheng
2009-01-23
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-21
Encode member accessibility.
Devang Patel
2009-01-20
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
zap white spaces.
Devang Patel
2009-01-20
Enable debug info for composite types.
Devang Patel
2009-01-19
Verify debug info.
Devang Patel
2009-01-19
DebugInfo is a lightweight APIs and consumers are expected to use light objec...
Devang Patel
2009-01-15
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-12
Add classof() methods to support isa<> and other related facilities.
Devang Patel
2009-01-05
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
Add classof() methods so that dwarf writer can decide what DIDescriptor is in...
Devang Patel
2009-01-05
Construct stuct field DIEs.
Devang Patel
2009-01-05
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
Now, getTag() is used by DwarfWriter.
Devang Patel
2008-12-17
Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...
Devang Patel
2008-12-16
Add utility functions to search for DbgStopPointInst corresponding to an
Torok Edwin
2008-12-13
Fix getFieldAs() to use the parameter instead of 6.
Torok Edwin
2008-11-10
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
Chris Lattner
2008-11-10
Add a new set of helper classes for creating and reading debug
Chris Lattner