summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* MC: rework static_assert to be MSVC compatibleSaleem Abdulrasool2014-04-171-4/+2
* AArch64/ARM64: port across stub handling for ELF C++ exceptions.Tim Northover2014-04-161-2/+3
* Simplify a static_assert so VS2013 can build itTimur Iskhodzhanov2014-04-161-2/+4
* COFF: fix an off by one errorSaleem Abdulrasool2014-04-161-1/+1
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-162-2/+30
* Use unique_ptr for section/segment ownership in WinCOFFObjectWriterDavid Blaikie2014-04-151-41/+32
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-153-12/+12
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-152-15/+10
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-1/+1
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-151-0/+4
* Remove a variable from r206192 that is only used in an assert.Kaelyn Takata2014-04-141-2/+2
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-141-1/+6
* MC: check machine magic when applying offset adjustmentsSaleem Abdulrasool2014-04-131-2/+4
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-1327-131/+135
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-0/+1
* Pull out a named variable for the cached section names to aid readability.David Blaikie2014-04-111-6/+8
* Format fixes for r205990David Blaikie2014-04-111-5/+12
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-112-16/+1
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-111-0/+7
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-111-22/+9
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-101-52/+18
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-102-0/+129
* Revert debug info compression support.David Blaikie2014-04-103-58/+1
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-0/+2
* WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer2014-04-083-29/+35
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-051-10/+10
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-031-32/+4
* Work around gold bug http://sourceware.org/PR16794.Rafael Espindola2014-04-021-0/+5
* [ARM64][CollectLOH] Add some comments to explain how the LOHsQuentin Colombet2014-04-021-0/+8
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-013-6/+20
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-014-32/+44
* [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassemblyLang Hames2014-03-301-8/+0
* Detemplatize LOHDirective.Benjamin Kramer2014-03-291-3/+0
* ARM64: initial backend importTim Northover2014-03-292-1/+26
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-292-3/+22
* MC: add a RefKind field to MCValueTim Northover2014-03-291-0/+5
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-296-2/+86
* MachO: actually set linker-private prefix at MC level.Tim Northover2014-03-291-0/+1
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-293-4/+41
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-295-203/+244
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-281-1/+1
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-281-2/+28
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-2/+2
* Remove another unused argument.Rafael Espindola2014-03-271-6/+3
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-274-8/+67
* Remove unused argument.Rafael Espindola2014-03-271-1/+1
* Move MCSymbolizer's constructor into header. It's trivial - there's no need forLang Hames2014-03-271-5/+0
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-274-17/+19
* Remove forward declaration for Target class - Target is already defined here.Lang Hames2014-03-271-3/+0
* Correctly propagates st_size.Rafael Espindola2014-03-271-7/+6
OpenPOWER on IntegriCloud