[Orc] Make the ObjectLinkingLayer take ownership of object files until
[oota-llvm.git] / include / llvm / MC /
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.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-07 Sanjay Pateldon't repeat function name in comments
2014-10-07 Sanjay Pateltypos
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-29 Matt ArsenaultFixing missing C++ mode comment
2014-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 Ehsan AkhgariMake MCAsmParserSemaCallback::LookupInlineAsmLabel...
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-16 Joe AbbeyARMAsmBackend uses a factory method to generate binary...
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Hans WennborgMCSchedule.h: fix VS2012 build after r216919
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-09-02 David BlaikieCorrect unique_ptr passing in MCObjectDisassembler...
2014-09-01 Saleem AbdulrasoolMC: remove unnecessary enumeration prefix
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Alexey SamsonovMake isValidMCLOHType take unsigned instead of enum...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-26 Joerg SonnenbergerConvert MC command line option for fatal assembler...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-15 Rafael EspindolaMake EmitAbsValue an static helper.
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-15 Rafael EspindolaMake EmitDwarfSetLineAddr an static helper. NFC.
2014-08-15 Rafael EspindolaMake BuildSymbolDiff an static helper.
2014-08-15 Rafael EspindolaMake ForceExpAbs an static helper.
2014-08-15 Rafael EspindolaAdd a helper to MCExpr for when an expression is know...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-09 Saleem AbdulrasoolMC: cleanup includes
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-04 Daniel SandersFixed accidental use of reserved identifier in r214709.
next