summaryrefslogtreecommitdiff
path: root/lib/MC/MCDwarf.cpp
Commit message (Expand)AuthorAge
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-10
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Fix comments to reflect reality.Bill Wendling2013-09-05
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-04
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Use the const_cast only where necessary.Bill Wendling2013-05-30
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-07
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-24
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-18
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-18
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* No need to have this return a bool.Bill Wendling2013-04-10
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-10
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Formatting.Eric Christopher2013-02-07
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* 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