[X86] Remove a 'break' after an llvm_unreachable.
[oota-llvm.git] / lib / MC /
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-27 Reid Kleckner[ms-inline-asm] Leave alignment in bytes if the native...
2015-10-27 Rui UeyamaRename qsort -> multikey_qsort. NFC.
2015-10-26 Rui UeyamaOptimize StringTableBuilder.
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 David Majnemer[MC] Add support for GNU as-compatible binary operator...
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Rafael EspindolaFix the variable names to match the LLVM style.
2015-10-22 Rafael EspindolaAvoid storing a second copy of each string in StringTab...
2015-10-22 Zachary TurnerFix broken build under MSVC.
2015-10-22 Rafael EspindolaAvoid hash lookups when finalizing StringTableBuilder...
2015-10-22 Rafael EspindolaUse array_pod_sort. NFC.
2015-10-17 Craig TopperUse std::begin/end and std::is_sorted to simplify some...
2015-10-16 Jim GrosbachMC: Don't crash after issuing a diagnostic.
2015-10-15 Tim NorthoverPrevent assertion with "llc -debug" and anonymous symbols.
2015-10-15 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-15 Akira HatanakaRevert r250349.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Craig TopperUse range-based for loops. NFC
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-10 Craig TopperUse range-based for loops. NFC
2015-10-10 Craig TopperUse emplace_back instead of a constructor call and...
2015-10-10 Duncan P. N. Exon... MC: Remove implicit ilist iterator conversions, NFC
2015-10-09 Keno FischerClear SectionSymbols in MCContext::Reset
2015-10-08 Duncan P. N. Exon... MC: Stop using Fragment::getNextNode()
2015-10-07 Rafael EspindolaUse SpecificBumpPtrAllocator to simplify the MCSeciton...
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-03 Rafael EspindolaMove registerSection out of line and reduce #includes...
2015-10-03 Rafael EspindolaUse early return. NFC.
2015-10-03 Rafael EspindolaDisallow assigning symbol a null section.
2015-09-25 Tom StellardMCAsmInfo: Allow targets to specify when the .section...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-16 Reid KlecknerAdd assembler fatal error for undefined assembler label...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-11 Davide Italiano[MC] Fix style bugs introduced in r247471. Reported...
2015-09-11 Davide Italiano[MC] Don't crash on division by zero.
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-08 Davide Italiano[MC/ELF] Accept zero for .align directive
2015-09-05 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Roll back TimeDateStamp along...
2015-09-04 David Majnemer[MC] Replace comparison with isUInt<32>.
2015-09-04 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Appease a warning in checking...
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-09-01 David Majnemer[MC] Generate a timestamp for COFF object files
2015-09-01 David Majnemer[MC] Remove MCAssembler's copy of OS
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-26 Frederic Riss[MC] Split the layout part of MCAssembler::finish(...
2015-08-26 Frederic Riss[MC/MachO] Make some MachObjectWriter methods more...
2015-08-20 Rafael EspindolaFix symbol value computation when part of the expressio...
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-10 Aaron BallmanSilence a sign mismatch warning; NFC.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-05 Steven WuForce the MachO generated for Darwin to have VERSION_MI...
2015-08-02 Craig TopperUse range-based for loops. NFC
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-22 Chandler CarruthFix a -Winconsistent-missing-override failure in the...
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-13 David Majnemer[MC] Correctly escape .safeseh's symbol
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Duncan P. N. Exon... Add <type_traits> for is_pod, fixing r241947
2015-07-10 Duncan P. N. Exon... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-04 Yaron KerenFix spelling, NFC.
2015-07-02 Rafael EspindolaConvert a member variable to a local one.
2015-07-01 Pete CooperPack MCSymbol::Flags in to the bitfield with other...
2015-07-01 Pete CooperEncode MCSymbol alignment as log2(align).
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-06-30 Pete CooperPack MCSymbol::HasName in to a spare bit in the section...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-27 Petr Hosek[MC] Ensure that pending labels are flushed when -mc...
2015-06-27 Petr Hosek[MC] Align fragments when -mc-relax-all flag is used
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Rafael EspindolaDiagnose undefined temporary symbols.
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
next