summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Avoid in-class initializer from r210747Alp Toker2014-06-12
* Avoid anonymous namespace in header from r210747Alp Toker2014-06-12
* Avoid redundant allocations in the linker optimisation hintAlp Toker2014-06-12
* MC: add enumeration of WinEH data encodingSaleem Abdulrasool2014-06-11
* MC: clang-format MCAsmInfoSaleem Abdulrasool2014-06-11
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Remove redundant typedef from MCAsmParserSemaCallbackAlp Toker2014-06-08
* Make InlineAsmIdentifierInfo forward-declarableAlp Toker2014-06-08
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* Make these bool bitfields.Eric Christopher2014-05-22
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-21
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Move more MC options into the MCTargetOptions structure.Eric Christopher2014-05-15
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* Make the -L option for SaveTempLabels not be static. No functional change.Eric Christopher2014-05-15
* Unify command line handling of MCTargetOptions and remove extraEric Christopher2014-05-15
* Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2014-05-15
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-12
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-12
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-12
* Remove always true argument and unused field.Rafael Espindola2014-05-12
* Remove always true argument.Rafael Espindola2014-05-12
* Remove an always true argument.Rafael Espindola2014-05-12
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-06
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-05
* Remove unused argument from AddFeature.Eric Christopher2014-05-05
* Fix pr19645.Rafael Espindola2014-05-03
* Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola2014-05-01
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* Provide a version of getSymbolOffset that returns false on error.Rafael Espindola2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* Add an option for evaluating past symbols.Rafael Espindola2014-04-28
* Add emitThumbSet to the arm target streamer.Rafael Espindola2014-04-27
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-27
* MCAssembler: Simplify implementation of const variants of getSymbolData by ca...David Blaikie2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24