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