Tidy up. Better base class factoring.
[oota-llvm.git] / test /
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Benjamin KramerX86: Add patterns for the various rounding ops for...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-09 Evan ChengForgot setting -march.
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-08 Nick LewyckyFix infinite loop in DSE when deleting a free in a...
2011-12-08 Evan ChengAdd 256-bit variant vmovss and vmovsd patterns. rdar...
2011-12-08 Jim GrosbachARM 64-bit VEXT assembly uses a .64 suffix, not .32...
2011-12-08 Jim GrosbachARM VSHR implied destination operand form aliases.
2011-12-08 Evan ChengAdd various missing AVX patterns which was causing...
2011-12-08 Jim GrosbachTidy up a bit.
2011-12-08 Jim GrosbachARM VSUB implied destination operand form aliases.
2011-12-08 Jim GrosbachTidy up a bit.
2011-12-08 Jim GrosbachARM VQADD implied destination operand form aliases.
2011-12-08 Jim GrosbachARM a few more VMUL implied destination operand form...
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-08 Evan ChengAdd test for r146163.
2011-12-08 Daniel DunbarRevert r146143, "Fix bug 9905: Failure in code selectio...
2011-12-08 NAKAMURA Takumitest/CodeGen/X86/vec_compare-2.ll: Add explicit -mtripl...
2011-12-08 Nadav RotemFix a bug in the integer-promotion of bitcast operation...
2011-12-08 Stepan DyatkovskiyFix bug 9905: Failure in code selection for llvm intrin...
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(immediate).
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(register).
2011-12-08 Jim GrosbachARM optional destination operand variants for VEXT...
2011-12-08 Jim GrosbachTidy up.
2011-12-08 Jim GrosbachARM assembler aliases for "add Rd, #-imm" to "sub Rd...
2011-12-07 Jim GrosbachARM assembly, allow 'asl' as a synonym for 'lsl' in...
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Jim GrosbachARM two-operand aliases for VAND/VEOR/VORR instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADDW instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADD instructions.
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-07 Jim GrosbachThumb2 alias for long-form pop and friends.
2011-12-07 Jim GrosbachARM support the .arm and .thumb directives for assembly...
2011-12-07 Jim GrosbachARM NEON VCLT(register) is a pseudo aliasing VCGT(regis...
2011-12-07 Jim GrosbachTidy up. Move MachO tests to MachO directory.
2011-12-07 Eli FriedmanSupport vector bitcasts in the AsmPrinter. PR11495.
2011-12-07 Eli FriedmanFix an optimization involving EXTRACT_SUBVECTOR in...
2011-12-06 Hal Finkeldelaying restore-cr changed assigned registers in some...
2011-12-06 Hal Finkeladd a test case that uses RESTORE_CR
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-12-06 Craig TopperFix a bunch of SSE/AVX patterns to use v2i64/v4i64...
2011-12-06 NAKAMURA Takumitest/MC: Introduce MC/MachO/ARM, and relocate relax...
2011-12-06 Jim GrosbachARM mode 'mul' operand ordering tweak.
2011-12-06 Jim GrosbachThumb2: MUL two-operand form encoding operand order...
2011-12-06 Craig TopperMerge isSHUFPMask and isCommutedSHUFPMask into single...
2011-12-06 Jim GrosbachThumb2 encoding choice correction for PLD.
2011-12-06 NAKAMURA Takumitest/MC: Move relax-thumb2-branches.s from MC/MachO...
2011-12-06 Andrew TrickLSR: prune undesirable formulae early.
2011-12-06 Chad Rosier[arm-fast-isel] Doublewords only require word-alignment.
2011-12-06 Jakob Stoklund OlesenAlign ARM constant pool islands via their basic block.
2011-12-06 Jim GrosbachFix ARM handling of tBcc branch relaxation.
2011-12-06 Chad RosierProbably not a good idea to convert a single vector...
2011-12-05 Chad RosierMake the MemCpyOptimizer a bit more aggressive. I...
2011-12-05 Jim GrosbachTweak ADDrr fix. Bad check for explicit .w
2011-12-05 Jim GrosbachUpdate tests for r145860. Add a few new ones.
2011-12-05 Akira HatanakaAdd definitions of 64-bit extract and insert instrucion...
2011-12-05 Jim GrosbachThumb2 prefer encoding T3 to T4 for ADD/SUB immediate...
2011-12-05 Akira HatanakaHave LowerJumpTable support Mips64. Modify 2010-07...
2011-12-05 Jim GrosbachARM assembly parsing for the rest of the VMUL data...
2011-12-05 Hal FinkelAdd test case - this input used to crash because of...
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-05 Hal Finkelremove wasted space for extra bit copies of CR2 subregs
2011-12-05 NAKAMURA Takumitest/CodeGen/X86/pointer-vector.ll: Add explicit -mtrip...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-12-03 Venkatraman Govind... Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing...
2011-12-03 Sanjoy DasCheck for stack space more intelligently.
2011-12-03 Sanjoy DasFix a bug in the x86-32 code generated for segmented...
2011-12-03 Chad Rosier[arm-fast-isel] Unaligned stores of floats require...
2011-12-03 Pete CooperFixed deadstoreelimination bug where negative indices...
2011-12-03 Chad RosierAdd support for constant folding the pow intrinsic.
2011-12-02 Akira HatanakaTest cases for 64-bit multiplication and division.
2011-12-02 Akira HatanakaFix test cases to use FileCheck.
2011-12-02 Jim GrosbachARM tests for VLD1 single lane w/ writeback.
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Jim GrosbachClean up aliases for ARM VLD1 single-lane assembly...
2011-12-02 Craig TopperAdd instruction selection support for horizontal add...
2011-12-02 Hal Finkeladjust the instruction ordering in some PPC tests:...
2011-12-01 Chad RosierPrevent library calls from being folded if -fno-builtin...
2011-12-01 Pete CooperImproved fix for abs(val) != 0 to check other similar...
2011-12-01 Eric ChristopherFor 64-bit the rest of the general regs are ok for...
2011-12-01 Eli FriedmanPass AVX vectors which are arguments to varargs functio...
2011-12-01 Pete CooperRemoved use of grep from test and moved it to be with...
2011-12-01 Pete CooperAdded instcombine pattern to spot comparing -val or...
2011-11-30 Jan SjödinSupport for encoding all FMA4 instructions and tablegen...
2011-11-30 Eli FriedmanMake GlobalMerge honor the preferred alignment on globa...
2011-11-30 Jim GrosbachAdd some tests for all-lanes VLD1 parsing.
2011-11-30 Nadav RotemAdd test arch to make it pass on non x86 targets
2011-11-30 Nadav RotemAdd a tripple to the test
2011-11-30 Nadav RotemX86: PerformOrCombine introduced a vselect node with...
2011-11-30 Andrew TrickBetter test case found in duplicate PR10570.
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
next