aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-5/+6
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-26/+26
* Remove setting the bit for personality function. It should be set by the linker.Bill Wendling2011-07-151-3/+0
* Encode that we have a personality function.Bill Wendling2011-07-151-0/+3
* * If we have an LSDA, we need to mark it in the encoding.Bill Wendling2011-07-141-1/+5
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-2/+6
* Don't emit the FDE end label if the last thing emitted was a compact unwind andBill Wendling2011-07-131-1/+3
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-071-6/+8
* Clean up the #includes.Bill Wendling2011-07-061-5/+4
* Remove tabs.Bill Wendling2011-06-301-6/+6
* Improve comment: Show the register the DWARF label is added to.Bill Wendling2011-06-301-1/+2
* Add one more comment to the FDE verbose asm output.Bill Wendling2011-06-301-0/+1
* Add comments to the FDE.Bill Wendling2011-06-301-5/+13
* Add more comments to the ASM output for the CIE's "moves".Bill Wendling2011-06-301-1/+20
* Add comments to the ASM output to help understand the compact unwind and CIE ...Bill Wendling2011-06-301-6/+61
* * Use the proper size to output the range size.Bill Wendling2011-06-301-1/+8
* Stupid error: If the LSDA and Personality functions aren't there, emit 0 insteadBill Wendling2011-06-291-10/+8
* We don't want to use relocations inside the compact unwind section. Just use theBill Wendling2011-06-291-4/+19
* Use a reference. Don't make a useless copy of the vector.Bill Wendling2011-06-231-1/+1
* Formatting changes. No functionality change.Bill Wendling2011-06-231-32/+30
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-231-1/+1
* Some skeleton code to emit the compact unwind. If the information is unable toBill Wendling2011-06-231-1/+63
* Directly print to a raw_ostream instead of printing to a buffer first.Benjamin Kramer2011-06-181-4/+1
* No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach2011-05-201-2/+0
* Avoid a gcc warning.Rafael Espindola2011-05-101-1/+2
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-101-8/+17
* The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola2011-05-101-2/+2
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-101-3/+7
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-101-45/+59
* Small cleanups.Rafael Espindola2011-05-101-8/+5
* Remove unused argument.Rafael Espindola2011-05-101-12/+4
* Eliminate an unused line to fix a warning.NAKAMURA Takumi2011-05-081-1/+0
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-081-11/+5
* Switch Darwin to the generic CIE/FDE printer.Rafael Espindola2011-05-061-64/+0
* MCDwarf: Don't save Twine to local variable, this is almost never safe to doDaniel Dunbar2011-05-031-2/+2
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-8/+12
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-11/+6
* Avoid some uses of .uleb128. This is a small speedup and more importantlyRafael Espindola2011-04-291-17/+22
* Last bit by bit compatibility patch to MCDwarf.cpp: If a FDE with no LSDA isRafael Espindola2011-04-291-5/+20
* Add an alternative implementation of CIE and FDE emission that outputs themRafael Espindola2011-04-291-0/+58
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-281-12/+9
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-281-1/+14
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-281-0/+1
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-281-5/+12
* Produce the EH_frame# symbols if needed.Rafael Espindola2011-04-281-2/+11
* Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.ehRafael Espindola2011-04-281-0/+7
* Force some values to be absolute and align based on the FDE pointers size. A ...Rafael Espindola2011-04-271-6/+6
* Delete the other unused variable in this function. Sorry I missed thisChandler Carruth2011-04-221-1/+0
* Remove an unused variable from a function. This is a likely cut-paste-o.Chandler Carruth2011-04-221-1/+0
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-221-15/+20