summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-06
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-06
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-05
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-05
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-05
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-05
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-05
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-05
* tabs-to-spacesAndrew Trick2013-01-04
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-04
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-04
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-04
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-04
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* LoopVectorizer:Nadav Rotem2013-01-04
* Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem2013-01-04
* Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...Elena Demikhovsky2013-01-03
* Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman2013-01-03
* Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper2013-01-03
* LoopVectorizer: Test the unrolling flag.Nadav Rotem2013-01-03
* [Object] Temporarily disable these tests.Michael J. Spencer2013-01-03
* Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen2013-01-03
* Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem2013-01-02
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-02
* DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard2013-01-02
* Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby2013-01-02
* AVX: Fix a bug in WidenMaskArithmetic.Nadav Rotem2013-01-02
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-01
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-31
* Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer2012-12-31
* Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak2012-12-31
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-31
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-31
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-31
* Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak2012-12-31
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-30
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30