Generates conditional branch instead of fake ones for Select instruction in some...
[oota-llvm.git] / lib / MC /
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-11 Rafael EspindolaRemove a bugs assert.
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-06 Nico WeberMake WinCOFFObjectWriter.cpp's timestamp writing not...
2016-01-05 Artyom Skrobov(NFC) Change SubtargetFeatures::ToggleFeature and
2016-01-04 Paul RobinsonClang-format my previous change (r256313)
2016-01-04 Jeroen Ketema[MC] Fix file name in file header
2016-01-03 Craig TopperUse an ArrayRef to simplify repeated calculation of...
2016-01-03 Craig TopperUse std::is_sorted instead of manual loops. NFC
2015-12-29 Chandler Carruth[ptr-traits] Provide a real MCFragment address for...
2015-12-29 Chandler Carruth[ptr-traits] Split the MCFragment type hierarchy out...
2015-12-28 Eric ChristopherAccept dwarf version 5 for CIE versions.
2015-12-23 Paul RobinsonForm reform for MCDwarf.
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Dan GohmanTeach MCOperand::print how to print FPImm operands.
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
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.
next