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