[AVX-512] Fix test case update missed in r257299.
[oota-llvm.git] / test / MC / ELF /
2015-12-28 Eric ChristopherAccept dwarf version 5 for CIE versions.
2015-12-22 David Majnemer[MC] Don't use the architecture to govern which object...
2015-12-15 Quentin Colombet[X86] Add relaxtion logic for SBB instructions.
2015-12-14 Quentin Colombet[X86] Add relaxtion logic for ADC instructions.
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-06 Rafael EspindolaUse SHT_X86_64_UNWIND on every OS.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Rafael EspindolaSimplify .org processing and make it a bit more powerful.
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-03 Rafael EspindolaDon't create empty sections just to look like gas.
2015-11-03 Rafael EspindolaRemove unnecessary dependency on section and string...
2015-11-03 Rafael EspindolaSimplify local common output.
2015-11-02 Rafael EspindolaELF can handle some relocations of the form -sym +...
2015-11-02 Rafael EspindolaConvert tabs to spaces.
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-16 Mehdi AminiMake the default triple optional by allowing an empty...
2015-09-11 Davide Italiano[MC] Don't crash on division by zero.
2015-09-08 Davide Italiano[MC/ELF] Accept zero for .align directive
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-14 Davide ItalianoConvert tests under MC/ELF from macho-dump to llvm...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-05 Michael Kuperstein[X86] Fix incorrect/inefficient pushw encodings for...
2015-07-02 Michael Kuperstein[X86] Convert an instruction relaxation test to use...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-07-01 NAKAMURA TakumiRevert part of r241149, "Fix PR23872: Integrated assemb...
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-06-25 Rafael EspindolaDiagnose undefined temporary symbols.
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-22 Evgeniy StepanovFix PR23914.
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-06 Rafael EspindolaHandle 16 bit PC relative relocations.
2015-06-04 Rafael EspindolaOmit unused section symbols from the symbol table.
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-05-28 Rafael EspindolaDon't special case undefined symbol when deciding the...
2015-05-28 Rafael EspindolaDon't create an unused _GLOBAL_OFFSET_TABLE_.
2015-05-22 Rafael EspindolaProduce a single string table in a ELF .o
2015-05-22 Rafael EspindolaRelax these tests a bit.
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-05-04 Keno FischerRespect object format choice on Darwin
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Rafael EspindolaDon't check for offsets in tests where it is not relevant.
2015-04-29 Rafael EspindolaWrite the section header string table directly to the...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Rafael EspindolaDon't constrain the section order in tests that don...
2015-04-28 Rafael EspindolaUse CIE version 4 for dwarf4.
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-20 Rafael EspindolaLook past locals in comdats.
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-04-17 Rafael EspindolaDon't walk aliases from global to local symbols in...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-24 Rafael EspindolaDon't be over eager in evaluating a subtraction with...
2015-03-24 Rafael EspindolaReset the CFA offset at the start of every FDE.
2015-03-24 Peter CollingbourneMC: Add more stringent symbol checking to test.
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-18 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-11 Rafael EspindolaDon't print labels that on ELF are never used.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-19 Benjamin KramerMC: Allow multiple comma-separated expressions on the...
2015-02-17 Rafael EspindolaAdd testcases I missed in r229541.
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-01-26 NAKAMURA TakumiRevert llvm/test/MC/ELF/noexec.s in r227074, "Fix a...
2015-01-26 Eric ChristopherFix a problem where the AArch64 ELF assembler was faili...
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-22 Rafael Espindola[pr21886] Change MCJIT/ELF to support MSVC C++ mangled...
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
2015-01-15 Joerg SonnenbergerSupport @PLT loads on 32bit x86.
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaAdd a test that would have found the bug in 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-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
next