summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* [Sparc] Add support for TLS in sparc.Venkatraman Govindaraju2013-09-22
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-22
* [SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions.Venkatraman Govindaraju2013-09-22
* [Sparc] Emit .register directive to declare the use of global registers %g2, ...Venkatraman Govindaraju2013-09-22
* [Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.Venkatraman Govindaraju2013-09-21
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-21
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-09-21
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-21
* [X86] Emulate AVX 256bit MIN/MAX support by splitting the vector.Juergen Ributzka2013-09-21
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-09-21
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-21
* Set .reorder for the stub so that gas takes care of delay slot processing.Reed Kotler2013-09-21
* Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""Arnold Schwaighofer2013-09-21
* LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...Nadav Rotem2013-09-21
* Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"Arnold Schwaighofer2013-09-21
* Move emission of the debug string table to early in the debugEric Christopher2013-09-20
* Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...Shuxin Yang2013-09-20
* Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor2013-09-20
* SLPVectorizer: Handle more horizontal reductions (disabled)Arnold Schwaighofer2013-09-20
* Delete empty files.Joerg Sonnenberger2013-09-20
* Revert r191017, it results in segmentation faults in Qt.Joerg Sonnenberger2013-09-20
* InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...Benjamin Kramer2013-09-20
* llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi2013-09-20
* test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for...NAKAMURA Takumi2013-09-20
* Move x86-dependent tests into the right directory.Benjamin Kramer2013-09-20
* DebugInfo: constrain gnu pubnames test furtherDavid Blaikie2013-09-19
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* PR16726: extend rol/ror matchingKai Nacke2013-09-19
* Revert PR16726: extend rol/ror matchingKai Nacke2013-09-19
* PR16726: extend rol/ror matchingKai Nacke2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* Add testcase to make sure we don't generate too many jumps for a une compare.Bill Wendling2013-09-19
* [Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.Shuxin Yang2013-09-19
* InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.Benjamin Kramer2013-09-19
* X86 horizontal vector reduction cost modelYi Jiang2013-09-19
* GVN proceeds in the presence of dead code.Shuxin Yang2013-09-19
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* DAGCombiner: Don't fold vector muls with constants that look like a splat of ...Benjamin Kramer2013-09-19
* [NVPTX] Make constant vector test case endian-independentJustin Holewinski2013-09-19
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-19
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* X86: FrameIndex addressing modes do have a base register.Tim Northover2013-09-19
* Fix two issues regarding Got pointer (GP) setup.Reed Kotler2013-09-18
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* Attempt to fix llvm-ppc64-linux2 buildbot failure by addingPreston Gurd2013-09-18
* Verify that llvm can generate the prefetchw instruction when the CPU isPreston Gurd2013-09-18
* Name the XCore target-specific subdirectories canonically.Chandler Carruth2013-09-18