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