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
/
MC
/
MCDwarf.cpp
Age
Commit message (
Expand
)
Author
2012-04-11
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-02-28
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-25
Grammar-o.
Eric Christopher
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-23
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-20
Add missing breaks to switch.
Benjamin Kramer
2012-01-10
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2011-12-29
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-15
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-14
Disable to review some failures.
Bill Wendling
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-06
Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>
Bill Wendling
2011-11-14
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-11
Remove FIXME comment that should have been removed with r144351.
Bob Wilson
2011-11-11
Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
Bill Wendling
2011-11-11
Disable compact unwind generation until I can solve the codegen problems.
Bill Wendling
2011-11-09
Simplify code. No functionality change.
Benjamin Kramer
2011-11-08
Emit the compact unwind *if* we have a compact unwind encoding.
Bill Wendling
2011-11-07
Simplify some uses of utohexstr.
Benjamin Kramer
2011-09-06
As a first step, emit both the compact unwind and CIE/FDEs for a function.
Bill Wendling
2011-08-24
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-07-22
Emit the __compact_unwind section first. If there are any frames which weren't
Bill Wendling
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-19
Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...
Bill Wendling
2011-07-19
Use the CompactUnwindEncoding from the Frame, if it's defined.
Bill Wendling
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
Remove setting the bit for personality function. It should be set by the linker.
Bill Wendling
2011-07-15
Encode that we have a personality function.
Bill Wendling
2011-07-14
* If we have an LSDA, we need to mark it in the encoding.
Bill Wendling
2011-07-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-13
Don't emit the FDE end label if the last thing emitted was a compact unwind and
Bill Wendling
2011-07-07
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-06
Clean up the #includes.
Bill Wendling
2011-06-30
Remove tabs.
Bill Wendling
2011-06-30
Improve comment: Show the register the DWARF label is added to.
Bill Wendling
2011-06-30
Add one more comment to the FDE verbose asm output.
Bill Wendling
2011-06-30
Add comments to the FDE.
Bill Wendling
2011-06-30
Add more comments to the ASM output for the CIE's "moves".
Bill Wendling
2011-06-30
Add comments to the ASM output to help understand the compact unwind and CIE ...
Bill Wendling
2011-06-30
* Use the proper size to output the range size.
Bill Wendling
2011-06-29
Stupid error: If the LSDA and Personality functions aren't there, emit 0 instead
Bill Wendling
2011-06-29
We don't want to use relocations inside the compact unwind section. Just use the
Bill Wendling
2011-06-23
Use a reference. Don't make a useless copy of the vector.
Bill Wendling
2011-06-23
Formatting changes. No functionality change.
Bill Wendling
[next]