aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-36/+35
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-29/+19
* Use the const_cast only where necessary.Bill Wendling2013-05-301-4/+4
* Remove the MachineMove class.Rafael Espindola2013-05-131-37/+2
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-071-12/+8
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-241-7/+16
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-181-1/+1
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-181-4/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+3
* No need to have this return a bool.Bill Wendling2013-04-101-4/+4
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-101-5/+4
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-4/+4
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-2/+2
* Formatting.Eric Christopher2013-02-071-2/+1
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-12/+41
* 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