OSDN Git Service

[SystemZ] Remove LRMux pseudo instruction.
[android-x86/external-llvm.git] / lib / MC / MCAsmBackend.cpp
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-05-23 Alex Bradbury[RISCV] Add symbol diff relocation support for RISC-V
2018-05-21 Peter CollingbourneMC: Introduce an ELF dwo object writer and teach llvm...
2018-05-21 Peter CollingbourneMC: Separate creating a generic object writer from...
2018-05-21 Peter CollingbourneMC: Change MCAsmBackend::writeNopData() to take a raw_o...
2018-05-18 Shiva Chen[RISCV] Add WasForced parameter to MCAsmBackend::fixupN...
2017-10-24 Omer Paparo Bivas[MC] Adding code padding for performance stability...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-02-08 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2016-08-22 Simon Atanasyan[mips][ias] Support .dtprel[d]word and .tprel[d]word...
2016-04-21 Tim NorthoverMachO: enable .data_region directives everywhere
2016-01-19 David Majnemer[MC, COFF] Add .reloc support for WinCOFF
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...