summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-21
* Fix a couple of copy-n-paste bugs. Noticed by George Russell!Chad Rosier2011-12-21
* Make some intrinsics safe to speculatively execute.Nick Lewycky2011-12-21
* Fix a couple of copy-n-paste bugs. Noticed by George Russell.Evan Cheng2011-12-21
* ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback.Jim Grosbach2011-12-21
* Fix bug in zero-store peephole pattern reported in pr11615.Akira Hatanaka2011-12-21
* Expand 64-bit CTLZ nodes if target architecture does not support it. Add testAkira Hatanaka2011-12-21
* Test case for r147017.Akira Hatanaka2011-12-20
* Enable and fix a test.Jim Grosbach2011-12-20
* Add function MipsDAGToDAGISel::SelectMULT and factor out code that generatesAkira Hatanaka2011-12-20
* 64-bit data directive.Akira Hatanaka2011-12-20
* 32-to-64-bit sext_inreg pattern.Akira Hatanaka2011-12-20
* Add code in MipsDAGToDAGISel for selecting constant +0.0.Akira Hatanaka2011-12-20
* Heed spill slot alignment on ARM.Jakob Stoklund Olesen2011-12-20
* ARM assembly parsing and encoding for VST2 single-element, double spaced.Jim Grosbach2011-12-20
* ARM enable a few more tests.Jim Grosbach2011-12-20
* ARM assembly parsing and encoding for VLD2 single-element, double spaced.Jim Grosbach2011-12-20
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-20
* This is the second fix related to VZEXT_MOVL node.Elena Demikhovsky2011-12-20
* Begin teaching the X86 target how to efficiently codegen patterns thatChandler Carruth2011-12-20
* Unit test for r146950: LSR postinc expansion, PR11571.Andrew Trick2011-12-20
* Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.Bob Wilson2011-12-20
* ARM assembly shifts by zero should be plain 'mov' instructions.Jim Grosbach2011-12-20
* Now that PR11464 is fixed, reapply the patch to fix PR11464, Chris Lattner2011-12-20
* fix PR11464 by preventing the linker from mapping two different struct types ...Chris Lattner2011-12-20
* Move tests to FileCheck.Evan Cheng2011-12-19
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-19
* Add a test case for r146900.Akira Hatanaka2011-12-19
* Add patterns for matching immediates whose lower 16-bit is cleared. TheseAkira Hatanaka2011-12-19
* ARM NEON two-operand aliases for VPADD.Jim Grosbach2011-12-19
* Remove definitions of double word shift plus 32 instructions. Assembler orAkira Hatanaka2011-12-19
* Remove the restriction on the first operand of the add node in SelectAddr.Akira Hatanaka2011-12-19
* ARM NEON implied destination aliases for VMAX/VMIN.Jim Grosbach2011-12-19
* ARM NEON relax parse time diagnostics for alignment specifiers.Jim Grosbach2011-12-19
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier2011-12-17
* Revert r146822 at Pete Cooper's request as it broke clang self hosting.Kevin Enderby2011-12-17
* SimplifyCFG now predicts some conditional branches to true or false depending...Pete Cooper2011-12-17
* Deleting the json-bench-test until I understand why it is flaky.Manuel Klimek2011-12-17
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-17
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames2011-12-17
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* When recursing for the original size of a type, stop if we are at aEric Christopher2011-12-16
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-16
* Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer2011-12-16
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* By popular demand, link up types by name if they are isomorphic and one is anChris Lattner2011-12-16
* Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper2011-12-16
* [asan] add a test for instrumenting globalsKostya Serebryany2011-12-16