summaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Unify command line handling of MCTargetOptions and remove extraEric Christopher1-7/+22
2014-05-15Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher1-1/+10
2014-05-12Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2-10/+2
2014-05-12Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola1-5/+6
2014-05-12Move EH/Debug frame handling to the object streamer.Rafael Espindola2-4/+4
2014-05-12Remove always true argument and unused field.Rafael Espindola1-6/+3
2014-05-12Remove always true argument.Rafael Espindola1-2/+1
2014-05-12Remove an always true argument.Rafael Espindola1-1/+1
2014-05-08Move late partial-unrolling thresholds into the processor definitionsHal Finkel1-2/+12
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-4/+3
2014-05-06ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2-15/+9
2014-05-06Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher1-1/+1
2014-05-05Walk back commits for unused function parameters - they're still beingEric Christopher1-1/+1
2014-05-05Remove unused argument from AddFeature.Eric Christopher1-1/+1
2014-05-03Fix pr19645.Rafael Espindola2-4/+3
2014-05-01Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola1-0/+4
2014-05-01Record the DWARF version in MCContextOliver Stannard1-0/+6
2014-04-30Provide a version of getSymbolOffset that returns false on error.Rafael Espindola1-0/+4
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-1/+1
2014-04-29Centralize the handling of the thumb bit.Rafael Espindola2-10/+4
2014-04-28Add an option for evaluating past symbols.Rafael Espindola1-2/+11
2014-04-27Add emitThumbSet to the arm target streamer.Rafael Espindola1-0/+2
2014-04-27Make getOrCreateSymbolData non virtual.Rafael Espindola4-7/+4
2014-04-27MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool1-8/+0
2014-04-27MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool1-0/+74
2014-04-25MCAssembler: Simplify implementation of const variants of getSymbolData by ca...David Blaikie1-3/+2
2014-04-24Spread some const around for non-mutating uses of MCSymbolData.David Blaikie1-1/+7
2014-04-24[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-23Create MCTargetOptions.Evgeniy Stepanov3-4/+90
2014-04-22Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby1-1/+1
2014-04-22Fix the assembler to print a better relocatable expression errorKevin Enderby3-4/+9
2014-04-21[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer1-1/+0
2014-04-18Add range access to MCAssembler's symbol collection.David Blaikie1-0/+6
2014-04-18Add some missing includes for various standard library implementations.Benjamin Kramer1-0/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper3-4/+4
2014-04-15Use unique_ptr to own MCFunctions within MCModule.David Blaikie1-2/+2
2014-04-15Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie1-6/+6
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames1-2/+6
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper17-63/+70
2014-04-11Format fixes for r205990David Blaikie1-0/+1
2014-04-11Remove redundant symbolization support from MCDisassembler interface.Lang Hames2-30/+2
2014-04-11Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie1-4/+3
2014-04-10Remove lazy-initialization of section caches in MCContextDavid Blaikie1-1/+5
2014-04-10Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2-0/+4
2014-04-10Revert debug info compression support.David Blaikie1-21/+2
2014-04-05Remove unused functionDavid Blaikie1-8/+0
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-2/+2
2014-04-01Add inequality operator for MachineLocation.David Blaikie1-0/+5
2014-04-01DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2-6/+2
2014-04-01DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie1-3/+3