index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
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