summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-09
* Allow a slash, '/', as a prefix separator for X86. rdar://8741045Kevin Enderby2010-12-08
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-07
* Fix relocations with weak definitions.Rafael Espindola2010-12-07
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-07
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-07
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-07
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-06
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Encode the 32-bit wide Thumb (and Thumb2) instructions with the high orderJim Grosbach2010-12-03
* When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach2010-12-03
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-01
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-30
* Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling2010-11-30
* Correct Thumb2 encodings for a much wider range of loads and stores.Owen Anderson2010-11-30
* Provide Thumb2 encodings for basic loads and stores.Owen Anderson2010-11-29
* Fix some broken CHECK lines.Benjamin Kramer2010-11-29
* 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