summaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAge
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling2011-12-06
* Disable generation of compact unwind encodings. <rdar://problem/10441578>Bob Wilson2011-11-14
* Remove FIXME comment that should have been removed with r144351.Bob Wilson2011-11-11
* Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling2011-11-11
* Disable compact unwind generation until I can solve the codegen problems.Bill Wendling2011-11-11
* Simplify code. No functionality change.Benjamin Kramer2011-11-09
* Emit the compact unwind *if* we have a compact unwind encoding.Bill Wendling2011-11-08
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-07
* As a first step, emit both the compact unwind and CIE/FDEs for a function.Bill Wendling2011-09-06
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-24
* Emit the __compact_unwind section first. If there are any frames which weren'tBill Wendling2011-07-22
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...Bill Wendling2011-07-19
* Use the CompactUnwindEncoding from the Frame, if it's defined.Bill Wendling2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Remove setting the bit for personality function. It should be set by the linker.Bill Wendling2011-07-15
* Encode that we have a personality function.Bill Wendling2011-07-15
* * If we have an LSDA, we need to mark it in the encoding.Bill Wendling2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Don't emit the FDE end label if the last thing emitted was a compact unwind andBill Wendling2011-07-13
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-07
* Clean up the #includes.Bill Wendling2011-07-06
* Remove tabs.Bill Wendling2011-06-30
* Improve comment: Show the register the DWARF label is added to.Bill Wendling2011-06-30
* Add one more comment to the FDE verbose asm output.Bill Wendling2011-06-30
* Add comments to the FDE.Bill Wendling2011-06-30
* Add more comments to the ASM output for the CIE's "moves".Bill Wendling2011-06-30
* Add comments to the ASM output to help understand the compact unwind and CIE ...Bill Wendling2011-06-30
* * Use the proper size to output the range size.Bill Wendling2011-06-30
* Stupid error: If the LSDA and Personality functions aren't there, emit 0 insteadBill Wendling2011-06-29
* We don't want to use relocations inside the compact unwind section. Just use theBill Wendling2011-06-29
* Use a reference. Don't make a useless copy of the vector.Bill Wendling2011-06-23
* Formatting changes. No functionality change.Bill Wendling2011-06-23
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-23
* Some skeleton code to emit the compact unwind. If the information is unable toBill Wendling2011-06-23
* Directly print to a raw_ostream instead of printing to a buffer first.Benjamin Kramer2011-06-18
* No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach2011-05-20
* Avoid a gcc warning.Rafael Espindola2011-05-10
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-10
* The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola2011-05-10
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-10
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* Small cleanups.Rafael Espindola2011-05-10
* Remove unused argument.Rafael Espindola2011-05-10
* Eliminate an unused line to fix a warning.NAKAMURA Takumi2011-05-08
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-08