summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fix a couple of copy-n-paste bugs. Noticed by George Russell.Evan Cheng2011-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
* 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 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
* Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.Bob Wilson2011-12-20
* Move tests to FileCheck.Evan Cheng2011-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
* 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
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-17
* Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames2011-12-17
* 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
* Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper2011-12-16
* Add missing zmovl AVX patterns which were causing crashes.Chad Rosier2011-12-15
* Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier2011-12-15
* Set specific target cpu for testcase.Lang Hames2011-12-15
* Added test case for r146671.Lang Hames2011-12-15
* Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel2011-12-15
* Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman2011-12-15
* Add support for lowering fneg when AVX is enabled.Chad Rosier2011-12-15
* Do not sink instruction, if it is not profitable.Devang Patel2011-12-14
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Add newline at EOF.Chad Rosier2011-12-14
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-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
* 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
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-11
* 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
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-09
* Update test to something more sensible.Evan Cheng2011-12-09
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09