summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Add an option for evaluating past symbols.Rafael Espindola2014-04-282-19/+28
* Simplify ELFObjectWriter::ExecutePostLayoutBinding.Rafael Espindola2014-04-281-3/+6
* Simplify isLocal().Rafael Espindola2014-04-281-11/+6
* Don't include an invalid symbol in the symbol table.Rafael Espindola2014-04-281-8/+10
* Produce an error instead of a crash in an expr we cannot represent.Rafael Espindola2014-04-281-1/+6
* MC: range-loopifySaleem Abdulrasool2014-04-281-62/+49
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-273-13/+0
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-271-14/+0
* MC: restore behaviour of defaulting to ELFSaleem Abdulrasool2014-04-271-4/+3
* Add WoA object file emission supportSaleem Abdulrasool2014-04-272-2/+42
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-271-15/+1
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-271-90/+57
* MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool2014-04-271-65/+57
* 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
OpenPOWER on IntegriCloud