aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added the test missed from r185080.Serge Pavlov2013-07-011-0/+13
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-011-0/+32
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-301-0/+55
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-301-3/+17
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-291-0/+15
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-291-0/+36
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-296-16/+16
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-291-0/+10
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-291-0/+38
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-281-0/+104
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-281-0/+42
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-281-0/+15
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-283-6/+117
* Adding tests for DebugIR passDaniel Malea2013-06-287-0/+363
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-281-2/+3
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-0/+34
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-0/+44
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-281-0/+40
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-281-0/+15
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-281-0/+13
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-285-40/+63
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-283-0/+114
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-281-4/+4
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-286-44/+44
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-281-0/+10
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-281-4/+2
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-281-3/+36
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+82
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+24
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-282-0/+82
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-282-20/+20
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-281-3/+3
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-283-2/+26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-286-17/+19
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+2
* Convert tests to FileCheckMatt Arsenault2013-06-284-7/+14
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-281-0/+92
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-271-0/+243
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-271-18/+18
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-271-0/+19
* R600: Remove alu-split.ll testTom Stellard2013-06-271-851/+0
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-271-0/+36
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-271-0/+10
* [SystemZ] Fix some embarrassing test typosRichard Sandiford2013-06-2714-30/+30
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-273-2/+32
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-277-37/+90
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-276-0/+1754
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* Fix spelling.Arnold Schwaighofer2013-06-271-1/+1
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-271-0/+55