summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-19
* Add parens to appease GCC warning.David Blaikie2014-04-19
* Compress debug sections only when beneficial.David Blaikie2014-04-18
* Update the fragments of symbols in compressed sections.David Blaikie2014-04-18
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* Revert r206565 (and r206566 which updated tests).Chandler Carruth2014-04-18
* Patch by Ray Donnelly.Yaron Keren2014-04-18
* MC: rework static_assert to be MSVC compatibleSaleem Abdulrasool2014-04-17
* AArch64/ARM64: port across stub handling for ELF C++ exceptions.Tim Northover2014-04-16
* Simplify a static_assert so VS2013 can build itTimur Iskhodzhanov2014-04-16
* COFF: fix an off by one errorSaleem Abdulrasool2014-04-16
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-16
* Use unique_ptr for section/segment ownership in WinCOFFObjectWriterDavid Blaikie2014-04-15
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-15
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-15
* Remove a variable from r206192 that is only used in an assert.Kaelyn Takata2014-04-14
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-14
* MC: check machine magic when applying offset adjustmentsSaleem Abdulrasool2014-04-13
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Pull out a named variable for the cached section names to aid readability.David Blaikie2014-04-11
* Format fixes for r205990David Blaikie2014-04-11
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-11
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-11
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-10
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-10
* Revert debug info compression support.David Blaikie2014-04-10
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-08
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Work around gold bug http://sourceware.org/PR16794.Rafael Espindola2014-04-02
* [ARM64][CollectLOH] Add some comments to explain how the LOHsQuentin Colombet2014-04-02
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-01
* [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassemblyLang Hames2014-03-30
* Detemplatize LOHDirective.Benjamin Kramer2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-29
* MC: add a RefKind field to MCValueTim Northover2014-03-29
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* MachO: actually set linker-private prefix at MC level.Tim Northover2014-03-29
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-28
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-28
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27