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
/
DwarfCFIException.cpp
Age
Commit message (
Expand
)
Author
2012-01-17
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-14
Speculatively revert commit 148175 (rafael), to see if this fixes
Duncan Sands
2012-01-14
Only emit the Leh_func_endN symbol when needed.
Rafael Espindola
2012-01-13
Remove previous commit while I debug the bot failures.
Rafael Espindola
2012-01-13
Remove label that is not used anymore.
Rafael Espindola
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-05-10
Initialize moveTypeModule.
Rafael Espindola
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-02
Only produce the eh_frame section if we have at least one personality function.
Rafael Espindola
2011-04-29
The last hack for producing bit identical output with cfi on OS X.
Rafael Espindola
2011-04-29
Change DwarfCFIException's member variables to track what it actually
Rafael Espindola
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-27
Remove unnecessary argument.
Rafael Espindola
2011-04-27
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-24
Simplify the logic. Noticed by aKor.
Rafael Espindola
2011-04-24
Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.
Rafael Espindola
2011-04-16
Remove unused variable.
Benjamin Kramer
2011-04-16
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-15
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-14
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov