aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Fix case where a sext load of an i1 type may produce anJustin Holewinski2013-05-301-0/+14
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-3012-5/+386
* Revert r182909.Evgeniy Stepanov2013-05-301-12/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-301-0/+12
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-3077-254/+320
* This testcase tests command line attributes which we don't yet support.Bill Wendling2013-05-301-62/+0
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-292-12/+23
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-2924-12/+82
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-292-9/+9
* LTO+Debug Info: revert r182791.Manman Ren2013-05-291-117/+0
* [SystemZ] Two tests missing from previous commitRichard Sandiford2013-05-292-0/+218
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-297-100/+992
* Move test that depends on the X86 backend into the right subdirectory.Benjamin Kramer2013-05-291-0/+0
* [Sparc] Add support for leaf functions in sparc backend. Venkatraman Govindaraju2013-05-291-0/+57
* Mips assembler: Improve set register alias handlingJack Carter2013-05-281-2/+3
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-286-10/+86
* ARM: use pristine object file while processing relocationsTim Northover2013-05-283-3/+3
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-281-0/+117
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-281-0/+15
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-0/+40
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-2819-49/+1105
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-281-0/+23
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+60
* Add a cpu to try to bring back the atom bots.Rafael Espindola2013-05-271-1/+1
* Prefer to duplicate PPC Altivec loads when expanding unaligned loadsHal Finkel2013-05-261-12/+13
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-261-0/+130
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-251-4/+10
* PPC: Combine duplicate (offset) lvsl Altivec intrinsicsHal Finkel2013-05-251-0/+6
* Track IR ordering of SelectionDAG nodes 4/4.Andrew Trick2013-05-253-0/+49
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-256-14/+14
* PPC: Initial support for permutation-based unaligned Altivec loadsHal Finkel2013-05-241-0/+45
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-241-0/+200
* [objc-arc] Make sure that multiple owners is propogated correctly through the...Michael Gottesman2013-05-241-0/+97
* LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...Benjamin Kramer2013-05-241-0/+11
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-242-7/+77
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-242-494/+248
* scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly2013-05-241-0/+25
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-243-0/+99
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+30
* ARM: implement @llvm.readcyclecounter intrinsicTim Northover2013-05-231-0/+24
* R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst regTom Stellard2013-05-231-0/+22
* Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().Jakob Stoklund Olesen2013-05-231-0/+113
* Add missing test from r175092.Nick Lewycky2013-05-231-0/+13
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-2/+3
* SLPVectorizer: Change the order in which new instructions are added to the fu...Nadav Rotem2013-05-224-1/+104
* X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho...Nadav Rotem2013-05-221-0/+38
* This is an update to a previous commit (r181216).Jean-Luc Duprat2013-05-221-27/+13
* X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha...Benjamin Kramer2013-05-221-0/+14
* LoopVectorize: Make Value pointers that could be RAUW'ed a VHArnold Schwaighofer2013-05-221-0/+50
* X86: Remove test instructions proceeding shift by immediate instructionsDavid Majnemer2013-05-223-4/+37