aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-05Fix a typo. Remove the duplicated test.Nadav Rotem
2013-01-05iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem
2013-01-05Force a fixed unroll count on the target independent tests.Nadav Rotem
2013-01-04tabs-to-spacesAndrew Trick
2013-01-04Do not vectorize loops with subtraction reductionsPaul Redmond
2013-01-04Add a name for the anonymous type we're creating for subrangeEric Christopher
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2013-01-04[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer
2013-01-04[mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka
2013-01-04Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-04LoopVectorizer:Nadav Rotem
2013-01-04Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem
2013-01-03Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...Elena Demikhovsky
2013-01-03Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman
2013-01-03Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper
2013-01-03LoopVectorizer: Test the unrolling flag.Nadav Rotem
2013-01-03[Object] Temporarily disable these tests.Michael J. Spencer
2013-01-03Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen
2013-01-02Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2013-01-02DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard
2013-01-02Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby
2013-01-02AVX: Fix a bug in WidenMaskArithmetic.Nadav Rotem
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2013-01-01Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem
2012-12-31recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes
2012-12-31Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer
2012-12-31Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak
2012-12-31Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola
2012-12-31Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes
2012-12-31Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner
2012-12-31teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner
2012-12-31Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak
2012-12-30Support ppcf128 in SelectionDAG::getConstantFPHal Finkel
2012-12-30LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...Dmitri Gribenko
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...NAKAMURA Takumi
2012-12-28Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth
2012-12-28Teach the inline cost analysis about calls that can be simplified andChandler Carruth
2012-12-28Teach instsimplify to use the constant folder where appropriate forChandler Carruth
2012-12-28AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...Nadav Rotem
2012-12-27[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...Alexey Samsonov
2012-12-27On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sizedNadav Rotem