summaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAge
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-24
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-24
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-24
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-23
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-14
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-12
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-22
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-11
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Grammar-o.Eric Christopher2012-02-25
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* Add missing breaks to switch.Benjamin Kramer2012-01-20
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-10
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...Bill Wendling2011-12-15
* Disable to review some failures.Bill Wendling2011-12-14
* 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