Fix broken build
[oota-llvm.git] / lib / MC /
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-06 Eric ChristopherUse a range based for loop for the SubtargetFeatures...
2014-05-06 Eric ChristopherFix odd formatting that snuck into last patch.
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2014-05-06 Eric ChristopherHave the SubtargetFeature help routine just not return...
2014-05-06 Eric ChristopherRevert "Walk back commits for unused function parameter...
2014-05-05 Eric ChristopherWalk back commits for unused function parameters -...
2014-05-05 Eric ChristopherRemove a now unnecessary function since all calls have...
2014-05-05 Eric ChristopherRemove a call to std::exit in a library. Make "Help...
2014-05-05 Eric ChristopherRemove unused argument from AddFeature.
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-01 David BlaikieFix uninitialized variable introduced in r207739.
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Rafael EspindolaMake getBaseSymbol non recursive.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-05-01 Rafael EspindolaStart fixing pr19147.
2014-04-30 Joerg SonnenbergerAdd missing breaks.
2014-04-30 Joerg SonnenbergerSwitch over getArch()'s result.
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Rafael EspindolaSimplify ELFObjectWriter::SymbolValue.
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Rafael EspindolaGrammar fix.
2014-04-30 James Molloy[ARM64] Ensure arm64_be is dealt with when emitting...
2014-04-30 Rafael EspindolaSimplify getSymbolOffset.
2014-04-29 Benjamin KramerAnother missing include for MSVC.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 Rafael EspindolaSimplify ELFObjectWriter::ExecutePostLayoutBinding.
2014-04-28 Rafael EspindolaSimplify isLocal().
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-28 Saleem AbdulrasoolMC: range-loopify
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-27 Saleem AbdulrasoolMC: restore behaviour of defaulting to ELF
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-27 Saleem AbdulrasoolMC: rename WinCOFFStreamer and move declaration out...
2014-04-27 Saleem AbdulrasoolMC: style tweaks to WinCOFFStreamer
2014-04-25 David BlaikieFix quadratic performance during debug compression...
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 David BlaikieFix memory leak of MCSymbolData in MCAsmStreamer.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-23 Rafael EspindolaCentralize handling of ELF_Other_ThumbFunc.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 Stepan DyatkovskiyIntegrated assbemler, macros: added 'vararg' argument...
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-22 Rafael EspindolaFollow aliases when determining if a symbol is thumb.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 NAKAMURA TakumiRemove DOS CRLF.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-19 David BlaikieAdd parens to appease GCC warning.
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Yaron KerenPatch by Ray Donnelly.
2014-04-17 Saleem AbdulrasoolMC: rework static_assert to be MSVC compatible
2014-04-16 Tim NorthoverAArch64/ARM64: port across stub handling for ELF C...
2014-04-16 Timur IskhodzhanovSimplify a static_assert so VS2013 can build it
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-15 David BlaikieUse unique_ptr for section/segment ownership in WinCOFF...
2014-04-15 David BlaikieUse unique_ptr to own MCFunctions within MCModule.
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-14 Kaelyn TakataRemove a variable from r206192 that is only used in...
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-04-13 Saleem AbdulrasoolMC: check machine magic when applying offset adjustments
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 David BlaikiePull out a named variable for the cached section names...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-10 David BlaikieRemove lazy-initialization of section caches in MCContext
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-02 Rafael EspindolaWork around gold bug sourceware.org/PR16794.
2014-04-02 Quentin Colombet[ARM64][CollectLOH] Add some comments to explain how...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Tim NorthoverARM64: initial backend import
next