Delete MCInstPrinter::AvailableFeatures.
[oota-llvm.git] / include / llvm / MC /
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-28 Richard TrieuFix comparison functions.
2015-03-27 Rafael EspindolaAdd two small structs for readability in place of std...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-25 Rafael Espindolaclang-format bits of code to make another patch readable.
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Yaron KerenRemove LookupSymbol(StringRef) and optimize LookupSymbo...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-16 Rafael EspindolaDon't repeat names in comments. Remove unused default...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
2015-03-10 Rafael Espindolaclang-format these declarations. NFC.
2015-03-10 Rafael EspindolaDon't repeat names in comments. NFC.
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Rafael EspindolaDon't repeat names and clang-format this file.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-09 Rafael EspindolaDelete dead code. NFC.
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-26 Sumanth GundapaneniUse ".arch_extension" ARM directive to specify the...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-17 Colin LeMahieu[MC] Constifying MCInst::size()
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-29 Rafael EspindolaRemove MergeableConst.
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2015-01-26 Alex Rosenberg[MC] The PS4's ELF OSABI value is the same as FreeBSD.
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Craig TopperFix 80 column violation
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-10 Matthias BraunMCRegisterInfo: Add MCSubRegIndexIterator.
2014-12-10 Matthias BraunTablegen'erate lanemasks for register units.
2014-12-06 Matt ArsenaultFix typo
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-03 Roman DivackyChange the name to be in style.
2014-12-02 Roman DivackyIntroduce CPUStringIsValid() into MCSubtargetInfo and...
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-12-01 Pete CooperUse C++ typed enums instead of 'unsigned char' for...
2014-11-24 Colin LeMahieuAdding const iterator to MCInst. reviews.llvm.org/D6359
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 NAKAMURA TakumiMCDisassembler::getInstruction():: Prune also "\param...
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Rafael EspindolaDon't duplicate names in comments. NFC.
2014-11-11 Rafael EspindolaDon't repeat name in comment. NFC.
2014-11-10 Rafael EspindolaFix variable names and comment style. NFC.
2014-11-05 Zoran Jovanovic[mips][microMIPS] Mark symbols as microMIPS if necessary
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
next