summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix quadratic performance during debug compression due to sections x symbols ...David Blaikie2014-04-251-12/+21
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-243-5/+5
* Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie2014-04-241-8/+10
* [C++] Use 'nullptr'.Craig Topper2014-04-249-45/+45
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-231-1/+2
* Centralize handling of ELF_Other_ThumbFunc.Rafael Espindola2014-04-231-3/+2
* Create MCTargetOptions.Evgeniy Stepanov2014-04-232-0/+17
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-231-8/+32
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-221-1/+1
* Follow aliases when determining if a symbol is thumb.Rafael Espindola2014-04-221-2/+1
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-226-10/+16
* Remove DOS CRLF.NAKAMURA Takumi2014-04-221-6/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-224-6/+8
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-212-0/+4
* Patch by Ray Donnelly to print register names instead of numbers.Yaron Keren2014-04-191-4/+11
* Add parens to appease GCC warning.David Blaikie2014-04-191-4/+4
* Compress debug sections only when beneficial.David Blaikie2014-04-181-2/+6
* Update the fragments of symbols in compressed sections.David Blaikie2014-04-181-0/+21
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-184-45/+33
* Revert r206565 (and r206566 which updated tests).Chandler Carruth2014-04-181-11/+4
* Patch by Ray Donnelly.Yaron Keren2014-04-181-4/+11
* 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
OpenPOWER on IntegriCloud