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
/
DwarfWriter.cpp
Age
Commit message (
Expand
)
Author
2009-01-08
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-06
Set up DwarfDebug using DebugInfo API.
Devang Patel
2009-01-06
Forgot that this was needed for Linux. This should fix the builds.
Bill Wendling
2009-01-05
Construct subprogram DIEs using DebugInfo.
Devang Patel
2009-01-05
Construct global variable DIEs using DebugInfo.
Devang Patel
2009-01-05
Construct compile unit dies using DebugInfo.
Devang Patel
2009-01-05
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
Add type DIEs using DebugInfo.
Devang Patel
2009-01-05
Construct composite type DIE using DebugInfo.
Devang Patel
2009-01-05
s/ConstructType/ConstructTypeDIE/g
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
Construct basic and derived type DIEs using DebugInfo.
Devang Patel
2009-01-05
subsume ConstructPointerType()
Devang Patel
2009-01-05
subsume ConstructBasicType().
Devang Patel
2008-12-29
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-29
The FDE initial location and address range data should be free to be 64-bit
Bill Wendling
2008-12-24
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-23
Fix typo.
Devang Patel
2008-12-19
Fix bug 3202.
Rafael Espindola
2008-12-12
Do not print empty DW_AT_comp_dir.
Devang Patel
2008-12-10
Fix a couple of Dwarf bugs.
Evan Cheng
2008-12-09
Cosmetic changes.
Evan Cheng
2008-10-17
The Dwarf writer was comparing mangled and unmangled names for C++ code when we
Bill Wendling
2008-10-08
Align EH tables before label is emitted, not after,
Dale Johannesen
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-26
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-24
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-17
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
[prev]