aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* "Fix" FDE alignment to match what gas does.Rafael Espindola2010-12-171-6/+17
* Make pushq produce signed relocations.Rafael Espindola2010-12-161-0/+8
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-152-2/+10
* Fix misspelled target triples in MC/ARM test commands.Bob Wilson2010-12-1542-42/+42
* Relax alignment fragments.Rafael Espindola2010-12-151-5/+5
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-151-5/+5
* Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby2010-12-151-8/+59
* MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup.Daniel Dunbar2010-12-141-0/+7
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-102-1/+42
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-102-42/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-092-1/+42
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-091-0/+9
* Allow a slash, '/', as a prefix separator for X86. rdar://8741045Kevin Enderby2010-12-081-0/+5
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-071-0/+64
* Fix relocations with weak definitions.Rafael Espindola2010-12-071-0/+141
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-071-0/+107
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-071-0/+122
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-071-1/+1
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-2/+2
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-062-3/+3
* There are two reasons why we might want to useRafael Espindola2010-12-041-1/+1
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-042-0/+46
* Encode the 32-bit wide Thumb (and Thumb2) instructions with the high orderJim Grosbach2010-12-0314-448/+448
* When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach2010-12-031-2/+2
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-011-0/+10
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-011-1/+1
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-301-0/+32
* Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling2010-11-301-0/+3
* 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