BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined behaviour
[oota-llvm.git] / include / llvm / MC /
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.
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-19 Saleem AbdulrasoolMC: permit emitting a symbol value as section relative
2014-07-18 David PeixottoFix build failure on windows
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-17 Saleem AbdulrasoolMC: make WinEH opcode an opaque value
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-13 Saleem AbdulrasoolMC: make MCWin64EHInstruction a POD-like struct
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-11 Ulrich Weigand[MC] Constify MCELF::GetVisibility and MCELF::getOther
2014-07-10 Saleem AbdulrasoolMC: add and use an accessor for WinCFI
2014-07-09 Daniel SandersAdd ability to emit internal instruction representation...
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-02 Rafael EspindolaUpdate comment and include guard.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-25 Rafael EspindolaMerge the used symbol scanning of MCObjectStreamer...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-25 Rafael EspindolaSimplify AddValueSymbols. No functionality change.
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Rafael EspindolaMove some trivial methods up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the handling of .cfi_endproc.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-23 Rafael EspindolaThis reverts commit r211533 and r211539.
2014-06-23 Weiming ZhaoFix PR20056: Implement pseudo LDR <reg>, =<literal...
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael Espindolaclang-format initializer to reduce noise in another...
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
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...
next