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.cpp
Age
Commit message (
Expand
)
Author
2012-08-24
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-23
Turn these two options in to trinary state so that they can be
Eric Christopher
2012-08-23
Add a flag to DwarfDebug to allow it to communicate whether or not
Eric Christopher
2012-08-23
Typo.
Eric Christopher
2012-08-23
Only emit the __debug_inlined section if we're trying to be compatible
Eric Christopher
2012-08-23
Emit pubtypes only when going for darwin gdb compatibility.
Eric Christopher
2012-08-23
Add an option for darwin gdb compatibility.
Eric Christopher
2012-08-01
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-07-27
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-12
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-06
Fix PR13202 and a regtest.
Alexey Samsonov
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-09
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-08
Fix thinko in conditional.
Eric Christopher
2012-05-08
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-04-05
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-02
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-03-27
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-26
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-11
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-24
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-06
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-12-16
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-04
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-09
Add comments.
Benjamin Kramer
2011-11-09
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-08
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
[next]