Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
[oota-llvm.git] / include / llvm / MC /
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-12 Alp TokerAvoid in-class initializer from r210747
2014-06-12 Alp TokerAvoid anonymous namespace in header from r210747
2014-06-12 Alp TokerAvoid redundant allocations in the linker optimisation...
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
2014-06-11 Saleem AbdulrasoolMC: clang-format MCAsmInfo
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-08 Alp TokerRemove redundant typedef from MCAsmParserSemaCallback
2014-06-08 Alp TokerMake InlineAsmIdentifierInfo forward-declarable
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-22 Eric ChristopherMake these bool bitfields.
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 Eric ChristopherMake the -L option for SaveTempLabels not be static...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
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 unused argument from AddFeature.
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-27 Saleem AbdulrasoolMC: rename WinCOFFStreamer and move declaration out...
2014-04-25 David BlaikieMCAssembler: Simplify implementation of const variants...
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Benjamin KramerAdd some missing includes for various standard library...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
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-05 David BlaikieRemove unused function
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-01 David BlaikieAdd inequality operator for MachineLocation.
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 KramerRemove outdated comment.
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-27 Lang HamesTemporarily remove assert while I dig in to issues...
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Lang HamesAdd missing #include <cassert> to MCSymbolizer.h.
2014-03-27 Lang HamesAssert that MCSymbolizer is constructed with a valid...
2014-03-27 Lang HamesMove MCSymbolizer's constructor into header. It's trivi...
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-25 Rafael EspindolaUse Endian.h to simplify this code a bit.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
next