AMDGPU/SI: Test commit
[oota-llvm.git] / lib / MC /
2015-12-18 Krzysztof ParzyszekRecognize strings for Hexagon-specific variant kinds
2015-12-17 Rafael EspindolaAvoid explicit relocation sorting most of the time.
2015-12-17 Rafael EspindolaAlways sort by offset first. NFC.
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
2015-12-13 Michael Zuckerman[X86][inline asm] support even directive
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-03 Justin BognerMC: Make sure to clear *all* of MCMachOStreamer's state
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-11-26 Peter CollingbourneMC: Simplify handling of temporary symbols in COFF...
2015-11-18 Manuel KlimekFix bug where WinCOFFObjectWriter would assume starting...
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-11 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on non...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-09 Colin LeMahieu[AsmParser] Provide target direct access to mnemonic...
2015-11-08 Colin LeMahieu[AsmParser] Allow tokens to be put back in to the token...
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-11-06 Rafael EspindolaRevert "Simplify the creation of .eh_frame/.debug_frame...
2015-11-06 Rafael EspindolaSimplify the creation of .eh_frame/.debug_frame sections.
2015-11-06 Rafael Espindolagit clang-format and fix variable names. NFC.
2015-11-06 Rafael EspindolaUse SHT_X86_64_UNWIND on every OS.
2015-11-06 Rafael EspindolaPass SectionStart directly to the one function that...
2015-11-06 Rafael EspindolaSimplify the alignment handling in FDE emission.
2015-11-06 Rafael EspindolaDelete dead store. NFC.
2015-11-06 Rafael EspindolaUse a range loop.
2015-11-06 Rafael EspindolaPass the streamer to the constructor instead of every...
2015-11-05 Rafael EspindolaSimplify the constructor. NFC.
2015-11-05 Rafael Espindolagit-clang-format an area I am about to change.
2015-11-05 Rafael EspindolaSmall simplification by moving early continue earlier.
2015-11-05 Rafael EspindolaFix pr24832.
2015-11-04 Rafael EspindolaSimplify now that emitValueToOffset always returns...
2015-11-04 Rafael EspindolaSimplify .org processing and make it a bit more powerful.
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-03 Rafael EspindolaDon't create empty sections just to look like gas.
2015-11-03 Rafael EspindolaDelete dead code.
2015-11-03 Rafael EspindolaSimplify local common output.
2015-11-03 Rafael EspindolaMove code out of a loop and use a range loop.
2015-11-02 Rafael EspindolaELF can handle some relocations of the form -sym +...
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
next