aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
AgeCommit message (Expand)Author
2013-03-12Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-02-07Formatting.Eric Christopher
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-01-22Initial patch for x32 ABI support.Eli Bendersky
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2012-12-17Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-24Change the representation of MCCFIInstruction.Rafael Espindola
2012-11-24Give each MCCFIInstruction its own opcode.Rafael Espindola
2012-11-24Refactor how MCCFIInstructions are created.Rafael Espindola
2012-11-23Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola
2012-11-14Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov
2012-09-12Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-08-12When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
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