[FastISel][AArch64] Fix load/store with frame indices.
[oota-llvm.git] / lib / MC /
2014-10-22 David MajnemerAttempt to fix the build after r220439
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
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 EspindolaAllow forward references to section symbols.
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-14 Rafael EspindolaRemove method that is identical to the base class one.
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-09 Sanjay Pateldelete function name from comment
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-10-08 David MajnemerCOFF: Don't oversize COMMON symbols when targeting...
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
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-06 Rafael EspindolaNote that a gold bug has been fixed.
2014-10-03 Benjamin KramerMCParser: Modernize memory handling.
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-28 Hans WennborgWinCOFFObjectWriter.cpp: make write_uint32_le more...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-24 Akira HatanakaRevert r218380. This was breaking Apple internal build...
2014-09-24 Benjamin KramerReplace a hand-written suffix compare with std::lexicog...
2014-09-22 Oliver StannardDowngrade DWARF2 section limit error to a warning
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-09-20 David MajnemerMC: Fix MCSectionCOFF::PrintSwitchToSection
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-09-19 Benjamin KramerElide unnecessary DenseMap copy.
2014-09-17 Yaron KerenAnother required re-setting for MCStreamer::reset().
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-16 Yaron KerenThis add a reset method for WinCOFFObjectWriter, like...
2014-09-15 David MajnemerFix the build for MSVC, it doesn't support extended...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-06 Saleem AbdulrasoolMC: correct DWARF line info for PE/COFF
2014-09-05 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
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 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-09-02 Alexey SamsonovFix left shifts by too large exponents in MCParser
2014-09-01 Saleem AbdulrasoolMC: remove unnecessary enumeration prefix
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-28 Aaron BallmanSilence a -Wsign-compare warning. NFC.
2014-08-28 David MajnemerMC: Don't crash when the COFF section limit is reached
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Rafael EspindolaRemove unused argument.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Joerg SonnenbergerConvert MC command line option for fatal assembler...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-20 Alexey SamsonovDon't allow MCStreamer::EmitIntValue to output 0-byte...
2014-08-20 Rafael EspindolaRemove unused field.
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-17 Rafael EspindolaRemove unused member variable.
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-15 Rafael EspindolaDon't print comments to an object streamer :-)
2014-08-15 Rafael EspindolaEmitAbsValue is the same as EmitValue on non-darwin...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Reid KlecknerMC: Diagnose an unexpected token in COFF .section inste...
2014-08-11 Hans WennborgSubTargetFeature.cpp: it seems the size of this SmallVe...
2014-08-10 Joerg SonnenbergerFix tabs.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-09 Saleem AbdulrasoolMC: remove duplicated code
2014-08-09 Saleem AbdulrasoolMC: cleanup includes
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-04 Kevin EnderbyEnable Darwin vararg parameters support in assembler...
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
2014-08-01 Philip ReamesAdd support for StackMap section for ELF/Linux systems
2014-07-31 Eric ChristopherRevert "Remove MCObjectDisassembler.cpp as it is untest...
2014-07-31 Aaron BallmanFixing CMake problems with MCObjectDisassembler.cpp...
2014-07-31 Eric ChristopherRemove MCObjectDisassembler.cpp as it is untested and...
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Eric ChristopherFix loop end condition.
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-24 Joerg SonnenbergerUse the same .eh_frame encoding for 32bit PPC as on...
2014-07-24 Nico WeberLet the integrated assembler understand .exitm, PR20426.
2014-07-24 Nico WeberRemove unused field MacroInstantiation::TheMacro. No...
2014-07-24 Nico WeberLet the integrated assembler understand .warning, PR20428.
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
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
next