This code should never fire on non-darwin subtargets.
[oota-llvm.git] / test / MC /
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-24 Rafael EspindolaReapply 114678 and 114667. Reverting them did not fix...
2010-09-24 Rafael EspindolaRevert 114678 and 114667 to see if
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Daniel DunbarMC/AsmParser: Support .single and .double for embedding...
2010-09-23 Rafael EspindolaCorrectly handle weak undefined symbols. Before we...
2010-09-23 Rafael EspindolaRepresent relocations against local symbols as relocati...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Rafael EspindolaCorrectly align bss.
2010-09-22 Chris Lattnerfix rdar://8456371 - Handle commutable instructions...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-09-22 Chris Lattnerfix rdar://8456412 - llvm-mc crash in encoder on "mov...
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-22 Chris Lattneradd the missing aliases for fp stack cmovs, rdar:/...
2010-09-22 Chris LattnerFix rdar://8456364 - llvm-mc rejects '%CS'
2010-09-22 Chris Lattnerfix rdar://8456389 - llvm-mc mismatch with 'as' on...
2010-09-22 Chris Lattnerfix rdar://8456361 - llvm-mc rejects 'rep movsd'
2010-09-21 Rafael EspindolaImplement support for .local and its "interesting"...
2010-09-20 Rafael EspindolaProduce a R_X86_64_32 when the value is >=0.
2010-09-18 Rafael EspindolaMake sure the STT_FILE symbol is the first one in the...
2010-09-18 Rafael EspindolaAdd test that was missing in my previous commit.
2010-09-17 Benjamin KramerFix vmov.f64 disassembly on targets where sizeof(long...
2010-09-17 Chris Lattnerfix rdar://8444631 - encoder crash on 'enter'
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-09-17 Daniel DunbarMC/AsmParser: Add support for 'a + 4@GOTPCREL' and...
2010-09-16 Chris Lattnerfix rdar://8438816 - unrecognized 'fildq' instruction
2010-09-16 Rafael EspindolaPrint the address of sections as 0 and create the metad...
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-15 Jim Grosbachadd a test of an edge case value for the FP immediate...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-15 Jim GrosbachTeach the MC disassembler to handle vmov.f32 and vmov...
2010-09-15 Chris Lattnerlcall and ljmp always default to lcalll and ljmpl....
2010-09-15 Chris Lattnerapparently jmpl $1,$2 is an alias for ljmpl, similiarly
2010-09-15 Chris LattnerDisambiguate lcall/ljmp to the 32-bit version. This...
2010-09-15 Chris Lattnerfix the encoding of sldt GR16 to have the 0x66 prefix...
2010-09-15 Chris Lattnerimplement aliases for shld/shrd, part of rdar://8418316
2010-09-15 Chris Lattnerfix rdar://8431880 - rcl/rcr with no shift amount not...
2010-09-15 Chris Lattneradd various broken forms of fnstsw. I didn't add the...
2010-09-15 Chris Lattneradd some aliases for f[u]comi, part of rdar://8431422
2010-09-15 Chris Lattneradd a bunch of aliases for fp operations with no operand,
2010-09-15 Michael J. Spencertest: Fix coff-dump section array indicies to 1 based...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-09-14 Chris Lattneradd a terrible hack to allow out with dx is parens...
2010-09-11 Chris Lattneradd a missed cmov alias, part of rdar://8416805
2010-09-11 Chris Lattneradd support for all the setCC aliases. Part of rdar...
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-11 Chris Lattneradd support for pushfd/popfd which are aliases for...
2010-09-11 Chris Lattnerimplement rdar://8407928 - support for in/out with...
2010-09-11 Rafael EspindolaChange section_data dumping to print hex numbers instea...
2010-09-09 Daniel Dunbarllvm-mc: Don't crash when using -n and we see a directi...
2010-09-09 Daniel Dunbarllvm-mc: Make sure we exit != 0 if any errors are encou...
2010-09-09 Benjamin KramerAdd an elf-dumper utility.
2010-09-08 Chris Lattnerfix rdar://8407548, I missed the commuted form of xchg...
2010-09-08 Chris Lattnerfix bugs in push/pop segment support, rdar://8407242
2010-09-08 Chris Lattneradd support for the commuted form of the test instructi...
2010-09-08 Chris Lattnerimplement proper support for sysret{,l,q}, rdar://8403907
2010-09-08 Chris Lattnerimplement the iret suite of instructions properly,
2010-09-08 Chris Lattneradd support for instruction prefixes on the same line...
2010-09-08 Chris Lattnergas accepts xchg <mem>, <reg> as a synonym for xchg...
2010-09-08 Chris Lattnerfix the encoding of the "jump on *cx" family of instruc...
2010-09-07 Chris Lattneradd missing cmov aliases, this resolves rdar://8208499
2010-09-06 Chris Lattner"sldt <mem>" is ambiguous in 64-bit mode, but should
2010-09-06 Chris Lattnerfix rdar://8017621 - llvm-mc can't guess encoding for...
2010-09-06 Chris Lattnerfix the operand constraints of the immediate form of...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-09-01 Michael J. SpencerCOFF: Update tests to reflect changes in last commit.
2010-08-28 Chris Lattnerfixme accomplished
2010-08-25 Daniel DunbarX86: Fix misencode of RI64mi8. This fixes OpenSSL ...
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-19 Chris Lattnerfix PR7465, mishandling of lcall and ljmp: intersegment...
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-13 Bob WilsonAdd a Thumb2 t2RSBrr instruction for disassembly only.
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Johnny ChenThe autogened decoder was confusing the ARM STRBT for...
2010-08-12 Daniel DunbarMC/X86/AsmParser: Give an explicit error message when...
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Daniel DunbarMC/ARM: Add basic support for handling predication...
2010-08-10 Daniel DunbarMC/AsmParser: Fix a bug in macro argument parsing,...
2010-08-05 Bob WilsonAdd an ARM RSCrr instruction for disassembly only.
2010-08-05 Bob WilsonAdd an ARM RSBrr instruction for disassembly only.
2010-08-05 Daniel Dunbartests: Mark MC/AsmParser tests as requiring x86 for...
2010-08-05 Bob WilsonARM "rrx" shift operands do not have an immediate....
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-07-31 Bob WilsonAdd support for disassembling VMVN (immediate) instruct...
2010-07-27 Michael J. SpencerMake MC use Windows COFF on Windows and add tests.
2010-07-24 Bruno Cardoso LopesSupport x86 "eiz" and "riz" pseudo index registers...
2010-07-23 Matt FlemingConsolidate the ELF section directive tests into a...
2010-07-23 Bruno Cardoso LopesMove AVX encoding tests to different files
2010-07-23 Bruno Cardoso LopesAdd AVX version of CLMUL instructions
next