summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-29
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* Add an option for evaluating past symbols.Rafael Espindola2014-04-28
* Simplify ELFObjectWriter::ExecutePostLayoutBinding.Rafael Espindola2014-04-28
* Simplify isLocal().Rafael Espindola2014-04-28
* Don't include an invalid symbol in the symbol table.Rafael Espindola2014-04-28
* Produce an error instead of a crash in an expr we cannot represent.Rafael Espindola2014-04-28
* MC: range-loopifySaleem Abdulrasool2014-04-28
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-27
* MC: restore behaviour of defaulting to ELFSaleem Abdulrasool2014-04-27
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-27
* MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool2014-04-27
* Fix quadratic performance during debug compression due to sections x symbols ...David Blaikie2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie2014-04-24
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* Centralize handling of ELF_Other_ThumbFunc.Rafael Espindola2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-23
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-22
* Follow aliases when determining if a symbol is thumb.Rafael Espindola2014-04-22
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* Remove DOS CRLF.NAKAMURA Takumi2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* 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