summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Correctly align bss.Rafael Espindola2010-09-22
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-22
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-22
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-22
* add the missing aliases for fp stack cmovs, rdar://8456391Chris Lattner2010-09-22
* Fix rdar://8456364 - llvm-mc rejects '%CS'Chris Lattner2010-09-22
* fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'Chris Lattner2010-09-22
* fix rdar://8456361 - llvm-mc rejects 'rep movsd'Chris Lattner2010-09-22
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-21
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-20
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-18
* Add test that was missing in my previous commit.Rafael Espindola2010-09-18
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-17
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-17
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-17
* fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner2010-09-16
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-16
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-16
* Add support for the .zero directive.Rafael Espindola2010-09-16
* add a test of an edge case value for the FP immediate (needs all digits ofJim Grosbach2010-09-15
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to registerJim Grosbach2010-09-15
* lcall and ljmp always default to lcalll and ljmpl. This finallyChris Lattner2010-09-15
* apparently jmpl $1,$2 is an alias for ljmpl, similiarlyChris Lattner2010-09-15
* Disambiguate lcall/ljmp to the 32-bit version. This happensChris Lattner2010-09-15
* fix the encoding of sldt GR16 to have the 0x66 prefix, andChris Lattner2010-09-15
* implement aliases for shld/shrd, part of rdar://8418316Chris Lattner2010-09-15
* fix rdar://8431880 - rcl/rcr with no shift amount not recognizedChris Lattner2010-09-15
* add various broken forms of fnstsw. I didn't add the %raxChris Lattner2010-09-15
* add some aliases for f[u]comi, part of rdar://8431422Chris Lattner2010-09-15
* add a bunch of aliases for fp operations with no operand,Chris Lattner2010-09-15
* test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer2010-09-15
* Reapply r113875 with additional cleanups.Jim Grosbach2010-09-14
* add a terrible hack to allow out with dx is parens, a gas bug.Chris Lattner2010-09-14
* add a missed cmov alias, part of rdar://8416805Chris Lattner2010-09-11
* add support for all the setCC aliases. Part of rdar://8416805Chris Lattner2010-09-11
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-11
* add support for pushfd/popfd which are aliases for pushfl/popfl.Chris Lattner2010-09-11
* implement rdar://8407928 - support for in/out with a missing "a" register.Chris Lattner2010-09-11
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-11
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-09
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-09
* Add an elf-dumper utility.Benjamin Kramer2010-09-09
* fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner2010-09-08
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-08
* add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner2010-09-08
* implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner2010-09-08