aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-1/+1
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-3/+9
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-17/+17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-2/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+13
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-241-20/+12
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-241-40/+65
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-241-2/+15
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+10
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-141-9/+19
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-9/+6
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-3/+4
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-2/+2
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-6/+6
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-111-7/+5
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-281-6/+27
* Grammar-o.Eric Christopher2012-02-251-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-231-7/+15
* Add missing breaks to switch.Benjamin Kramer2012-01-201-13/+25
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-101-18/+18
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-101-17/+5
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+9
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-291-2/+2
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+4
* Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...Bill Wendling2011-12-151-2/+1
* Disable to review some failures.Bill Wendling2011-12-141-1/+2
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+339
* Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling2011-12-061-4/+1
* Disable generation of compact unwind encodings. <rdar://problem/10441578>Bob Wilson2011-11-141-1/+2
* Remove FIXME comment that should have been removed with r144351.Bob Wilson2011-11-111-1/+0
* Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling2011-11-111-1/+1
* Disable compact unwind generation until I can solve the codegen problems.Bill Wendling2011-11-111-1/+2
* Simplify code. No functionality change.Benjamin Kramer2011-11-091-8/+2
* Emit the compact unwind *if* we have a compact unwind encoding.Bill Wendling2011-11-081-1/+1
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-071-3/+2
* As a first step, emit both the compact unwind and CIE/FDEs for a function.Bill Wendling2011-09-061-13/+7
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-241-1/+1
* Emit the __compact_unwind section first. If there are any frames which weren'tBill Wendling2011-07-221-14/+27
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-7/+3
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-12/+19
* Micro-opt: Only emit compact unwind if there is a compact unwind encoding to ...Bill Wendling2011-07-191-1/+1
* Use the CompactUnwindEncoding from the Frame, if it's defined.Bill Wendling2011-07-191-7/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+2
* 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