aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Add support for ARM's specialized vector-compare-against-zero instructions.Owen Anderson2010-11-081-0/+11
* Set default flags for .rodata.Rafael Espindola2010-11-081-2/+15
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-071-0/+11
* implement aliases for div/idiv that have an explicit A register operand,Chris Lattner2010-11-061-0/+17
* add aliases for movs between seg registers and mem. There are multipleChris Lattner2010-11-061-0/+7
* go to great lengths to work around a GAS bug my previous patchChris Lattner2010-11-062-11/+11
* rework the rotate-by-1 instructions to be defined like theChris Lattner2010-11-061-5/+8
* change the fp comparison instructions to not have %st0 explicitlyChris Lattner2010-11-063-19/+19
* correct suffix matching to search for s/l/t suffixes on Chris Lattner2010-11-061-5/+0
* Add codegen and encoding support for the immediate form of vbic.Owen Anderson2010-11-051-0/+4
* Add encoding for VSTR.Bill Wendling2010-11-041-0/+14
* Covert VORRIMM to be produced via early target-specific DAG combining, rather...Owen Anderson2010-11-031-0/+2
* Add support for code generation of the one register with immediate form of vorr.Owen Anderson2010-11-031-0/+5
* Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele...Owen Anderson2010-11-031-2/+2
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-031-1/+20
* chase owen.Chris Lattner2010-11-021-3/+3
* tweak this to pass.Chris Lattner2010-11-021-5/+4
* temporarily xfail this.Chris Lattner2010-11-021-2/+3
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-022-7/+19
* Provide correct encodings for the remaining vst variants that we currently ge...Owen Anderson2010-11-021-0/+33
* Add correct encodings for basic variants for vst3 and vst4.Owen Anderson2010-11-021-0/+36
* Add correct encodings for the basic variants for vst2.Owen Anderson2010-11-021-0/+12
* Add correct encodings for the basic form of vst1.Owen Anderson2010-11-021-0/+20
* Add correct encodings for the rest of the vld instructions that we generate.Owen Anderson2010-11-021-2/+39
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+19
* Add correct NEON encodings for vld2, vld3, and vld4 basic variants.Owen Anderson2010-11-021-0/+54
* Add correct NEON encodings for the "multiple single elements" form of vld.Owen Anderson2010-11-021-0/+19
* Use ARM-style comments.Bill Wendling2010-11-011-62/+61
* Use ARM-style comment syntax.Owen Anderson2010-11-0118-626/+626
* Covert this test to .s form.Owen Anderson2010-11-012-103/+19
* Convert this test to .s form.Owen Anderson2010-11-012-538/+108
* Covert this test to .s form.Owen Anderson2010-11-012-215/+46
* Covert this test to .s form.Owen Anderson2010-11-012-449/+98
* Fix test.Rafael Espindola2010-11-011-1/+1
* Write the line info to .debug_line.Rafael Espindola2010-11-011-0/+22
* Mark ARM subtarget features that are available for the assembler.Jim Grosbach2010-11-0121-21/+21
* Add support for .value.Rafael Espindola2010-11-011-0/+4
* Implement .weakref.Rafael Espindola2010-11-011-0/+234
* "mov[zs]x (mem), GR16" are not ambiguous: the memChris Lattner2010-11-011-0/+6
* Implement enough of the missing instalias support to getChris Lattner2010-11-011-3/+45
* Convert this test to .s form.Owen Anderson2010-11-012-697/+160
* make the asm matcher emitter reject instructions that have commentsChris Lattner2010-11-011-6/+6
* fix an encoding mismatch where "sal %eax, 1" was not using the short encodingChris Lattner2010-10-301-0/+5
* add a test for the ud2a alias.Chris Lattner2010-10-301-0/+4
* Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling2010-10-292-434/+160
* Be more strict on when we produce an undefined reference. In gas a file withRafael Espindola2010-10-293-1/+4
* Convert this test to .s form.Owen Anderson2010-10-292-625/+150
* Convert this test to .s form.Owen Anderson2010-10-292-85/+26
* Convert this test to .s form.Owen Anderson2010-10-292-121/+26
* Convert this test to .s form.Owen Anderson2010-10-292-427/+87