aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Sparc] Emit .register directive to declare the use of global registers %g2, ...Venkatraman Govindaraju2013-09-221-0/+16
* [Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.Venkatraman Govindaraju2013-09-211-0/+17
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-211-0/+53
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-09-211-38/+0
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-212-1/+29
* [X86] Emulate AVX 256bit MIN/MAX support by splitting the vector.Juergen Ributzka2013-09-211-0/+9
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-09-211-0/+29
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-213-9/+0
* Set .reorder for the stub so that gas takes care of delay slot processing.Reed Kotler2013-09-211-0/+20
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-211-0/+415
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-211-3/+28
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-211-415/+0
* Move emission of the debug string table to early in the debugEric Christopher2013-09-203-13/+13
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-208-22/+220
* Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor2013-09-205-5/+5
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-201-0/+415
* Delete empty files.Joerg Sonnenberger2013-09-202-0/+0
* Revert r191017, it results in segmentation faults in Qt.Joerg Sonnenberger2013-09-208-220/+22
* InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...Benjamin Kramer2013-09-201-0/+14
* llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi2013-09-203-0/+9
* test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for...NAKAMURA Takumi2013-09-201-0/+3
* Move x86-dependent tests into the right directory.Benjamin Kramer2013-09-202-0/+0
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-191-10/+32
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-192-0/+159
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-13/+16
* PR16726: extend rol/ror matchingKai Nacke2013-09-191-0/+76
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-191-76/+0
* PR16726: extend rol/ror matchingKai Nacke2013-09-191-0/+76
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-11/+11
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-196-13/+27
* Add testcase to make sure we don't generate too many jumps for a une compare.Bill Wendling2013-09-191-0/+43
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-191-0/+12
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-191-0/+10
* X86 horizontal vector reduction cost modelYi Jiang2013-09-191-0/+271
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-198-22/+220
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-191-0/+21
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-191-0/+18
* [NVPTX] Make constant vector test case endian-independentJustin Holewinski2013-09-191-3/+2
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-191-0/+7
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-197-1/+300
* X86: FrameIndex addressing modes do have a base register.Tim Northover2013-09-191-0/+22
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-181-10/+12
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-182-5/+7
* Attempt to fix llvm-ppc64-linux2 buildbot failure by addingPreston Gurd2013-09-181-1/+1
* Verify that llvm can generate the prefetchw instruction when the CPU isPreston Gurd2013-09-181-0/+2
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-184-0/+0
* A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...NAKAMURA Takumi2013-09-182-0/+6
* Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...Robert Lytton2013-09-183-0/+65
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-181-0/+28
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-1828-154/+2159