aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-23/+21
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+20
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-182/+70
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-65/+156
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-61/+50
* Update to LLVM 3.5a.Stephen Hines2014-04-241-129/+216
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+4
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-3/+4
* Fix comments to reflect reality.Bill Wendling2013-09-051-6/+2
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-041-2/+2
* 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