- 2541c41 Add comments to the FDE. by Bill Wendling · 14 years ago
- efd24dd Add more comments to the ASM output for the CIE's "moves". by Bill Wendling · 14 years ago
- 3c163cf Add comments to the ASM output to help understand the compact unwind and CIE tables. by Bill Wendling · 14 years ago
- 9287a6e * Use the proper size to output the range size. by Bill Wendling · 14 years ago
- 4498d39 Stupid error: If the LSDA and Personality functions aren't there, emit 0 instead by Bill Wendling · 14 years ago
- 9056e90 We don't want to use relocations inside the compact unwind section. Just use the by Bill Wendling · 14 years ago
- 5b46e8e Use a reference. Don't make a useless copy of the vector. by Bill Wendling · 14 years ago
- a8c9e6a Formatting changes. No functionality change. by Bill Wendling · 14 years ago
- 4c0c446 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
- e3cd13f Some skeleton code to emit the compact unwind. If the information is unable to by Bill Wendling · 14 years ago
- dcf0e0c Directly print to a raw_ostream instead of printing to a buffer first. by Benjamin Kramer · 14 years ago
- 958b681 No reason not to allow defining the CFA as a reg w/ offset zero. by Jim Grosbach · 14 years ago
- 9989ef4 Avoid a gcc warning. by Rafael Espindola · 14 years ago
- e3a0e98 On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. by Rafael Espindola · 14 years ago
- 12f197b The EH symbols are only needed in eh_frame, not debug_frame. by Rafael Espindola · 14 years ago
- 0d450dc In a debug_frame the cfi offset is to the start of the debug_frame section! by Rafael Espindola · 14 years ago
- 40a7dbb Add support for producing .deubg_frame sections. by Rafael Espindola · 14 years ago
- 774466a Small cleanups. by Rafael Espindola · 14 years ago
- 9f270da Remove unused argument. by Rafael Espindola · 14 years ago
- 8a1f2b2 Eliminate an unused line to fix a warning. by NAKAMURA Takumi · 14 years ago
- 4eafe10 Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with by Rafael Espindola · 14 years ago
- be91117 Switch Darwin to the generic CIE/FDE printer. by Rafael Espindola · 14 years ago
- b47426b MCDwarf: Don't save Twine to local variable, this is almost never safe to do by Daniel Dunbar · 14 years ago
- 5426a9e GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
- debd7e4 Simplify the handling of pcrel relocations on ELF. Now we do the right thing by Rafael Espindola · 14 years ago
- 1f6c875 Avoid some uses of .uleb128. This is a small speedup and more importantly by Rafael Espindola · 14 years ago
- 4892dff Last bit by bit compatibility patch to MCDwarf.cpp: If a FDE with no LSDA is by Rafael Espindola · 14 years ago
- 9099813 Add an alternative implementation of CIE and FDE emission that outputs them by Rafael Espindola · 14 years ago
- a0057ca Add the getExprForFDESymbol method that responsible for computing the by Rafael Espindola · 14 years ago
- bfa27cc Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when by Rafael Espindola · 14 years ago
- 8bca410 Mark the EH symbol global or weak if the corresponding function is. by Rafael Espindola · 14 years ago
- 235b830 Add a small temporary hack for producing identical eh_frame sections on OS X. by Rafael Espindola · 14 years ago
- 514cecc Produce the EH_frame# symbols if needed. by Rafael Espindola · 14 years ago
- a8cfb87 Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh by Rafael Espindola · 14 years ago
- 9266cc4 Force some values to be absolute and align based on the FDE pointers size. A small by Rafael Espindola · 14 years ago
- add2944 Delete the other unused variable in this function. Sorry I missed this by Chandler Carruth · 14 years ago
- 32bd250 Remove an unused variable from a function. This is a likely cut-paste-o. by Chandler Carruth · 14 years ago
- abf9af6 Compute the size of the FDE encoding instead of hard coding it. Update by Rafael Espindola · 14 years ago
- e8cfbd8 Remove unused argument. by Rafael Espindola · 14 years ago
- eccbad7 Don't pass address spaces to EmitULEB128IntValue. by Rafael Espindola · 14 years ago
- 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 14 years ago
- 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 14 years ago
- c575439 Implement .cfi_same_value. by Rafael Espindola · 14 years ago
- 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
- 1928236 Make a bunch of symbols internal. by Benjamin Kramer · 15 years ago
- caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
- a7e4505 Fix bug when trying to output uint16_t or uint32_t. by Rafael Espindola · 15 years ago
- b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
- 3b78cdc Don't produce a "DW_CFA_advance_loc 0". by Rafael Espindola · 15 years ago
- fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
- 849ecb1 Fix warning about size potentially being used uninitialized by Duncan Sands · 15 years ago
- 245a1e2 Relax address updates in the eh_frame section. by Rafael Espindola · 15 years ago
- 5bba084 Start adding basic support for emitting the call frame instructions. by Rafael Espindola · 15 years ago
- bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
- 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
- 390b693 Fix .cfi_personality on 32 bit systems. by Rafael Espindola · 15 years ago
- d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
- dfe125c "Fix" FDE alignment to match what gas does. by Rafael Espindola · 15 years ago
- 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
- f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
- 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
- 5fad7a9 Use const references. by Rafael Espindola · 15 years ago
- 0bbe0b4 Second try at making direct object emission produce the same results by Rafael Espindola · 15 years ago
- 6d86492 Revert previous two patches while I try to find out how to make both by Rafael Espindola · 15 years ago
- 2303c9d Add an EmitAbsValue helper method and use it in cases where we want to be sure by Rafael Espindola · 15 years ago
- db74aea Remember the contents of leb and dwarfline fragments when relaxing. This avoids by Rafael Espindola · 15 years ago
- 5d4918d There are two reasons why we might want to use by Rafael Espindola · 15 years ago
- 767b1be Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid by Rafael Espindola · 15 years ago
- a8de83c First step in fixing MC. Make it clear that we are avoiding a bug in the by Rafael Espindola · 15 years ago
- 32a006e Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
- 5113cdb It may not be an option to skip .debug_line if there are file reference in already emitted debug info. So, for now, emit dummy line table entry to make older linker and assemblers happy. This is not a new behavior, original AsmPrinter emitted similar line table entries. by Devang Patel · 15 years ago
- ee4854f Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
- ad8aaa0 Remove some #includes. by Rafael Espindola · 15 years ago
- 17fd7bd Add a MCLineSectionOrder vector so that we produce the line tables in a by Rafael Espindola · 15 years ago
- 195a0ce Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
- 64185cc Fix the encoding of negative line deltas. by Rafael Espindola · 15 years ago
- bac0ad9 Remove what looks like dead code in the production of debug lines. by Rafael Espindola · 15 years ago
- 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
- 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
- c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
- 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago