aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-3/+2
* [mips] Rename option to make it compatible with gcc.Akira Hatanaka2013-05-211-1/+1
* [mips] Add instruction selection patterns for blez and bgez.Akira Hatanaka2013-05-212-1/+37
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-211-0/+7
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-212-0/+33
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-212-0/+16
* X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s...Benjamin Kramer2013-05-211-2/+8
* [SystemZ] Tighten branch testsRichard Sandiford2013-05-2185-442/+442
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-211-0/+16
* Add checks that the proper predeined stubs are being called to the test case.Reed Kotler2013-05-211-0/+58
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-211-0/+6
* Add some additional functions to the list of helper functions forReed Kotler2013-05-211-0/+67
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-29/+49
* add polly to check-allSebastian Pop2013-05-201-0/+9
* [mips] Add (setne $lhs, 0) instruction selection pattern.Akira Hatanaka2013-05-201-0/+10
* [mips] Trap on integer division by zero.Akira Hatanaka2013-05-202-11/+41
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-201-0/+37
* R600: Fix rotr.ll on non-asserts buildsTom Stellard2013-05-201-6/+2
* R600/SI: Add pattern for rotrTom Stellard2013-05-201-9/+19
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-201-0/+29
* R600/SI: Add patterns for 64-bit shift operationsTom Stellard2013-05-201-0/+3
* VSTn instructions have a number of encoding constraints which are not impleme...Mihai Popa2013-05-202-4/+45