summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Add more Thumb encodings.Bill Wendling2010-11-29
* More Thumb encodings.Bill Wendling2010-11-29
* Add Thumb encodings for REV instructions.Bill Wendling2010-11-29
* Add more Thumb encodings.Bill Wendling2010-11-29
* fix PR8686, accepting a 'b' suffix at the end of all the setccChris Lattner2010-11-28
* Implement the data16 prefix.Rafael Espindola2010-11-27
* macho-dump: Fix typo.Daniel Dunbar2010-11-27
* Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola2010-11-25
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-25
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-24
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-24
* Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola2010-11-24
* Testcase for r120017.Rafael Espindola2010-11-24
* If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael Espindola2010-11-24
* Produce a relocation for pcrel absolute values. Based on a patch by David Meyer.Rafael Espindola2010-11-23
* Add encoding for ARM "trap" instruction.Bill Wendling2010-11-21
* implement PR8524, apparently mainline gas accepts movq as an alias for movdChris Lattner2010-11-21
* Handle PCRel relocations with absolute values. Fixes PR8656.Rafael Espindola2010-11-21
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Add MC encodings for some Thumb instructions. Test for a few of them. The "bxBill Wendling2010-11-19
* Add support for parsing the writeback ("!") token.Bill Wendling2010-11-18
* More tests.Owen Anderson2010-11-18
* Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...Owen Anderson2010-11-18
* More Thumb2 encodings.Owen Anderson2010-11-18
* Fill out the set of Thumb2 multiplication operator encodings.Owen Anderson2010-11-18
* Try again at providing Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-18
* Revert r119593 while I figure out my testing disagrees with the buildbot.Owen Anderson2010-11-18
* Provide correct Thumb2 encodings for basic multiplication operators.Owen Anderson2010-11-18
* Now that the MBlaze backend is in its own directory, split the test cases int...Wesley Peck2010-11-17
* Second attempt at correct encodings for Thumb2 bitfield instructions.Owen Anderson2010-11-17
* Revert r119551, which broke buildbots.Owen Anderson2010-11-17
* Provide Thumb2 encodings for bitfield instructions.Owen Anderson2010-11-17
* More miscellaneous Thumb2 encodings.Owen Anderson2010-11-17
* Add support for .int.Rafael Espindola2010-11-17
* Add support for .2byte, .4byte and .8byte.Rafael Espindola2010-11-17
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* A bit more of gnu as compatibility when handling relocations with aliases.Rafael Espindola2010-11-16
* Test encodings for LDM and STM.Bill Wendling2010-11-16
* Add Thumb2 encodings for mov and friends.Owen Anderson2010-11-16
* Change the 11 byte nop to be a single instruction.Rafael Espindola2010-11-15
* Provide Thumb2 encodings for sxtb and friends.Owen Anderson2010-11-15
* Add Thumb2 encodings for comparison and shift operators.Owen Anderson2010-11-15
* Add correct Thumb2 encodings for mvn and friends.Owen Anderson2010-11-15
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-15
* Fix PR8565.Rafael Espindola2010-11-15
* Move the logic to decide with which symbol we produce a relocation (if any) toRafael Espindola2010-11-14
* Fix another case of a .comm directive without a corresponding .typeRafael Espindola2010-11-14
* Fix the type of a symbol created with .comm and no corresponding .type.Rafael Espindola2010-11-14
* Segregate tests by target.Dale Johannesen2010-11-14
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-14