aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier2011-12-223-313/+0
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-0/+36
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-211-0/+28
* Thumb2 assembly parsing of 'mov rd, rn, rrx'.Jim Grosbach2011-12-211-1/+2
* Thumb2 assembly parsing of 'mov(register shifted register)' aliases.Jim Grosbach2011-12-211-0/+25
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-211-0/+8
* Fix a couple of copy-n-paste bugs. Noticed by George Russell!Chad Rosier2011-12-211-0/+58
* Make some intrinsics safe to speculatively execute.Nick Lewycky2011-12-211-3/+28
* Fix a couple of copy-n-paste bugs. Noticed by George Russell.Evan Cheng2011-12-211-4/+26
* ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.Jim Grosbach2011-12-211-1/+4
* Fix bug in zero-store peephole pattern reported in pr11615.Akira Hatanaka2011-12-211-0/+19
* Expand 64-bit CTLZ nodes if target architecture does not support it. Add testAkira Hatanaka2011-12-211-0/+19
* Test case for r147017.Akira Hatanaka2011-12-201-0/+25
* Enable and fix a test.Jim Grosbach2011-12-201-2/+2
* Add function MipsDAGToDAGISel::SelectMULT and factor out code that generatesAkira Hatanaka2011-12-201-0/+8
* 64-bit data directive.Akira Hatanaka2011-12-201-0/+11
* 32-to-64-bit sext_inreg pattern.Akira Hatanaka2011-12-201-0/+8
* Add code in MipsDAGToDAGISel for selecting constant +0.0.Akira Hatanaka2011-12-201-0/+7
* Heed spill slot alignment on ARM.Jakob Stoklund Olesen2011-12-202-2/+23
* ARM assembly parsing and encoding for VST2 single-element, double spaced.Jim Grosbach2011-12-201-4/+18
* ARM enable a few more tests.Jim Grosbach2011-12-201-4/+4
* ARM assembly parsing and encoding for VLD2 single-element, double spaced.Jim Grosbach2011-12-201-4/+6
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-2018-31/+31
* This is the second fix related to VZEXT_MOVL node.Elena Demikhovsky2011-12-201-0/+9
* Begin teaching the X86 target how to efficiently codegen patterns thatChandler Carruth2011-12-201-15/+32
* Unit test for r146950: LSR postinc expansion, PR11571.Andrew Trick2011-12-201-0/+39
* Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.Bob Wilson2011-12-201-0/+55
* ARM assembly shifts by zero should be plain 'mov' instructions.Jim Grosbach2011-12-201-0/+17
* Now that PR11464 is fixed, reapply the patch to fix PR11464, Chris Lattner2011-12-201-0/+10
* fix PR11464 by preventing the linker from mapping two different struct types ...Chris Lattner2011-12-201-0/+19
* Move tests to FileCheck.Evan Cheng2011-12-192-3/+10
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-191-1/+6
* Add a test case for r146900.Akira Hatanaka2011-12-191-0/+38
* Add patterns for matching immediates whose lower 16-bit is cleared. TheseAkira Hatanaka2011-12-192-6/+11
* ARM NEON two-operand aliases for VPADD.Jim Grosbach2011-12-191-0/+10
* Remove definitions of double word shift plus 32 instructions. Assembler orAkira Hatanaka2011-12-192-6/+6
* Remove the restriction on the first operand of the add node in SelectAddr.Akira Hatanaka2011-12-191-1/+1
* ARM NEON implied destination aliases for VMAX/VMIN.Jim Grosbach2011-12-192-110/+242
* ARM NEON relax parse time diagnostics for alignment specifiers.Jim Grosbach2011-12-191-8/+8
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-181-0/+41
* Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier2011-12-171-9/+0
* Revert r146822 at Pete Cooper's request as it broke clang self hosting.Kevin Enderby2011-12-171-152/+0
* SimplifyCFG now predicts some conditional branches to true or false depending...Pete Cooper2011-12-171-0/+152
* Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek2011-12-171-5/+0
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-171-0/+28
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+14
* Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames2011-12-171-4/+11
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-0/+1
* When recursing for the original size of a type, stop if we are at aEric Christopher2011-12-161-0/+172
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-161-0/+26