summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach2011-12-13
* ARM LDM/STM system instruction variants.Jim Grosbach2011-12-13
* Test for 146516Jim Grosbach2011-12-13
* ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach2011-12-13
* ARM NEON two-operand aliases for VQDMULH.Jim Grosbach2011-12-13
* ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach2011-12-13
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-13
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-13
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-13
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-13
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-13
* Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum2011-12-13
* Test case for r146432 by Jack Carter.Akira Hatanaka2011-12-12
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-12
* Hexagon backend supportTony Linthicum2011-12-12
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-12
* XOP instructions and encoding tests.Jan Sjödin2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Add an explicit test of the auto-upgrade functionality for the newChandler Carruth2011-12-12
* Teach the verifier to reject all non-constant arguments to the secondChandler Carruth2011-12-12
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-11
* Don't assume things about the exact details of the LLVM version number,Chandler Carruth2011-12-10
* Revert associate SelectInsertValue test as well.Chad Rosier2011-12-10
* Revert r146322 to appease buildbots. Original commit message:Chad Rosier2011-12-10
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-10
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-10
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-10
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-09
* ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach2011-12-09
* Update test to something more sensible.Evan Cheng2011-12-09
* ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach2011-12-09
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-09
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* X86: Add patterns for the various rounding ops for SSE4.1 and AVX.Benjamin Kramer2011-12-09
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-09
* Forgot setting -march.Evan Cheng2011-12-09
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-09
* jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka2011-12-09
* Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman2011-12-09
* Fix infinite loop in DSE when deleting a free in a reachable loop that's alsoNick Lewycky2011-12-08
* Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417Evan Cheng2011-12-08
* ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.Jim Grosbach2011-12-08
* ARM VSHR implied destination operand form aliases.Jim Grosbach2011-12-08
* Add various missing AVX patterns which was causing crashes. Sadly, the generatedEvan Cheng2011-12-08
* Tidy up a bit.Jim Grosbach2011-12-08
* ARM VSUB implied destination operand form aliases.Jim Grosbach2011-12-08
* Tidy up a bit.Jim Grosbach2011-12-08
* ARM VQADD implied destination operand form aliases.Jim Grosbach2011-12-08