aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2010-09-21Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola
2010-09-20Produce a R_X86_64_32 when the value is >=0.Rafael Espindola
2010-09-18Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola
2010-09-18Add test that was missing in my previous commit.Rafael Espindola
2010-09-17Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer
2010-09-17fix rdar://8444631 - encoder crash on 'enter'Chris Lattner
2010-09-17MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar
2010-09-17MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar
2010-09-16fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner
2010-09-16Print the address of sections as 0 and create the metadata sections in theRafael Espindola
2010-09-16Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola
2010-09-16Add support for the .zero directive.Rafael Espindola
2010-09-15add a test of an edge case value for the FP immediate (needs all digits ofJim Grosbach
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-15Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to registerJim Grosbach
2010-09-15lcall and ljmp always default to lcalll and ljmpl. This finallyChris Lattner
2010-09-15apparently jmpl $1,$2 is an alias for ljmpl, similiarlyChris Lattner
2010-09-15Disambiguate lcall/ljmp to the 32-bit version. This happensChris Lattner
2010-09-15fix the encoding of sldt GR16 to have the 0x66 prefix, andChris Lattner
2010-09-15implement aliases for shld/shrd, part of rdar://8418316Chris Lattner
2010-09-15fix rdar://8431880 - rcl/rcr with no shift amount not recognizedChris Lattner
2010-09-15add various broken forms of fnstsw. I didn't add the %raxChris Lattner
2010-09-15add some aliases for f[u]comi, part of rdar://8431422Chris Lattner
2010-09-15add a bunch of aliases for fp operations with no operand,Chris Lattner
2010-09-15test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer
2010-09-14Reapply r113875 with additional cleanups.Jim Grosbach
2010-09-14add a terrible hack to allow out with dx is parens, a gas bug.Chris Lattner
2010-09-11add a missed cmov alias, part of rdar://8416805Chris Lattner
2010-09-11add support for all the setCC aliases. Part of rdar://8416805Chris Lattner
2010-09-11Add support for leb128 of absolute expressions.Rafael Espindola
2010-09-11add support for pushfd/popfd which are aliases for pushfl/popfl.Chris Lattner
2010-09-11implement rdar://8407928 - support for in/out with a missing "a" register.Chris Lattner
2010-09-11Change section_data dumping to print hex numbers instead of usingRafael Espindola
2010-09-09llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar
2010-09-09llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar
2010-09-09Add an elf-dumper utility.Benjamin Kramer
2010-09-08fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner
2010-09-08fix bugs in push/pop segment support, rdar://8407242Chris Lattner
2010-09-08add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner
2010-09-08implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner
2010-09-08implement the iret suite of instructions properly,Chris Lattner
2010-09-08add support for instruction prefixes on the same line as the instruction,Chris Lattner
2010-09-08gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>.Chris Lattner
2010-09-08fix the encoding of the "jump on *cx" family of instructions,Chris Lattner
2010-09-07add missing cmov aliases, this resolves rdar://8208499Chris Lattner
2010-09-06"sldt <mem>" is ambiguous in 64-bit mode, but shouldChris Lattner
2010-09-06fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)"Chris Lattner
2010-09-06fix the operand constraints of the immediate form of in/out,Chris Lattner
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-09-01COFF: Update tests to reflect changes in last commit.Michael J. Spencer