Cleanup Mips code and rename some variables. Patch by Jack Carter
[oota-llvm.git] / test /
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-30 Craig TopperChange FMA4 memory forms to use memopv* instead of...
2011-12-30 Craig TopperFix load size for FMA4 SS/SD instructions. They need...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-12-28 Eli FriedmanFix type-checking for load transformation which is...
2011-12-28 Nadav RotemPR11662.
2011-12-28 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
2011-12-27 Nick LewyckyTurn cos(-x) into cos(x). Patch by Alexander Malyshev!
2011-12-27 Nick LewyckyTeach simplifycfg to recompute branch weights when...
2011-12-26 Eli FriedmanMake sure DAGCombiner doesn't introduce multiple loads...
2011-12-26 Nick LewyckyUpdate the branch weight metadata when reversing the...
2011-12-24 Chandler CarruthAdd an explicit test that we now fold cttz.i32(......
2011-12-24 Benjamin KramerInstCombine: Add a combine that turns (2^n)-1 ^ x back...
2011-12-24 Benjamin KramerComputeMaskedBits: Make knownzero computation more...
2011-12-24 Benjamin KramerInstCombine: Canonicalize (2^n)-1 - x into (2^n)-1...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthAdd systematic testing for cttz as well, and fix the...
2011-12-24 Chandler CarruthAdd i8 and i64 testing for ctlz on x86. Also simplify...
2011-12-24 Chandler CarruthTidy up this rather crufty test. Put the declarations...
2011-12-24 Chandler CarruthExpand more when we have a nice 'tzcnt' instruction...
2011-12-24 Chandler CarruthTidy up some of these tests.
2011-12-24 Chandler CarruthSwitch the lowering of CTLZ_ZERO_UNDEF from a .td patte...
2011-12-24 Chandler CarruthCleanup this test a bit, sorting things and grouping...
2011-12-24 Akira HatanakaTest case for r147232.
2011-12-23 Nick LewyckyMove this test from date-name to feature-name, and...
2011-12-23 Jakob Stoklund OlesenExperimental support for aligned NEON spills.
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Chad RosierReinstate r146578; it doesn't appear to be the cause...
2011-12-22 Jim GrosbachARM assembler should accept shift-by-zero for any shift...
2011-12-22 Benjamin KramerGive string constants generated by IRBuilder private...
2011-12-22 Chandler CarruthMake the unreachable probability much much heavier...
2011-12-22 Chad RosierSpeculatively revert r146578 to determine if it is...
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-21 Jim GrosbachARM VFP optional data type on VMOV GPR<-->SPR.
2011-12-21 Jim GrosbachThumb2 assembly parsing of 'mov rd, rn, rrx'.
2011-12-21 Jim GrosbachThumb2 assembly parsing of 'mov(register shifted regist...
2011-12-21 Jim GrosbachARM NEON assmebly parsing for VLD2 to all lanes instruc...
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Nick LewyckyMake some intrinsics safe to speculatively execute.
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Jim GrosbachARM NEON VLD2 assembly parsing for structure to all...
2011-12-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-20 Akira HatanakaTest case for r147017.
2011-12-20 Jim GrosbachEnable and fix a test.
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira Hatanaka64-bit data directive.
2011-12-20 Akira Hatanaka32-to-64-bit sext_inreg pattern.
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Jim GrosbachARM assembly parsing and encoding for VST2 single-eleme...
2011-12-20 Jim GrosbachARM enable a few more tests.
2011-12-20 Jim GrosbachARM assembly parsing and encoding for VLD2 single-eleme...
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-20 Elena DemikhovskyThis is the second fix related to VZEXT_MOVL node.
2011-12-20 Chandler CarruthBegin teaching the X86 target how to efficiently codege...
2011-12-20 Andrew TrickUnit test for r146950: LSR postinc expansion, PR11571.
2011-12-20 Bob WilsonMark ARM eh_sjlj_dispatchsetup as clobbering all regist...
2011-12-20 Jim GrosbachARM assembly shifts by zero should be plain 'mov' instr...
2011-12-20 Chris LattnerNow that PR11464 is fixed, reapply the patch to fix...
2011-12-20 Chris Lattnerfix PR11464 by preventing the linker from mapping two...
2011-12-19 Evan ChengMove tests to FileCheck.
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-19 Akira HatanakaAdd a test case for r146900.
2011-12-19 Akira HatanakaAdd patterns for matching immediates whose lower 16...
2011-12-19 Jim GrosbachARM NEON two-operand aliases for VPADD.
2011-12-19 Akira HatanakaRemove definitions of double word shift plus 32 instruc...
2011-12-19 Akira HatanakaRemove the restriction on the first operand of the...
2011-12-19 Jim GrosbachARM NEON implied destination aliases for VMAX/VMIN.
2011-12-19 Jim GrosbachARM NEON relax parse time diagnostics for alignment...
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-12-17 Chad RosierRevert 146728 as it's causing failures on some of the...
2011-12-17 Kevin EnderbyRevert r146822 at Pete Cooper's request as it broke...
2011-12-17 Pete CooperSimplifyCFG now predicts some conditional branches...
2011-12-17 Manuel KlimekDeleting the json-bench-test until I understand why...
2011-12-17 Evan ChengFix a CPSR liveness tracking bug introduced when I...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-17 Lang HamesMake sure that the lower bits on the VSELECT condition...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-16 Eric ChristopherWhen recursing for the original size of a type, stop...
2011-12-16 Jakob Stoklund OlesenFix off-by-one error in bucket sort.
2011-12-16 Benjamin KramerHexagon: Fix a nasty order-of-initialization bug.
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chris LattnerBy popular demand, link up types by name if they are...
2011-12-16 Craig TopperDon't try to match 'unpackl/h v, v' for 32xi8 and 16xi1...
2011-12-16 Kostya Serebryany[asan] add a test for instrumenting globals
2011-12-15 Eli FriedmanMake sure we correctly note the existence of an i8...
2011-12-15 Jim GrosbachARM NEON VCLE is an alias for VCGE w/ the source operan...
2011-12-15 Jim GrosbachARM NEON VTBL/VTBX assembly parsing and encoding.
2011-12-15 Chad RosierAdd missing zmovl AVX patterns which were causing crashes.
2011-12-15 Chad RosierFix assert in LowerBUILD_VECTOR for v16i16 type on...
2011-12-15 Lang HamesSet specific target cpu for testcase.
2011-12-15 Lang HamesAdded test case for r146671.
next