ConstantFolding: Fix a crash when encoutering a truncating inttoptr.
[oota-llvm.git] / test / Transforms /
2013-02-05 Benjamin KramerConstantFolding: Fix a crash when encoutering a truncat...
2013-02-05 NAKAMURA TakumiFormatting.
2013-02-05 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_...
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Handle pointer stores/loads in getWide...
2013-02-05 Michael GottesmanAdd code to GlobalVariable.h so that global variables...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-02-01 Dan GohmanAdd a testcase for some past-the-end address subtleties.
2013-02-01 Benjamin KramerInstSimplify: stripAndComputeConstantOffsets can be...
2013-02-01 Nadav RotemRevert r174152. The shift amount may overflow and in...
2013-02-01 Nadav RotemOptimize shift lefts of a constant by a value plus...
2013-02-01 Dan GohmanRewrite instsimplify's handling if icmp on pointer...
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-31 Michael GottesmanFilecheckized 2x tests in SimplifyCFG and removed their...
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-25 Chandler CarruthSwitch this code away from Value::isUsedInBasicBlock...
2013-01-24 Benjamin KramerReapply chandlerc's r173342 now that the miscompile...
2013-01-24 Benjamin KramerConstantFolding: Add a missing folding that leads to...
2013-01-24 Chandler CarruthRevert r173342 temporarily. It appears to cause a very...
2013-01-24 Chandler CarruthPlug TTI into the speculation logic, giving it a real...
2013-01-24 Chandler CarruthAddress a large chunk of this FIXME by accumulating...
2013-01-24 Chandler CarruthSwitch the constant expression speculation cost evaluat...
2013-01-23 Benjamin KramerConstantFolding: Evaluate GEP indices in the index...
2013-01-23 Benjamin KramerRevert "InstCombine: Clean up weird code that talks...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-23 Nadav RotemAdd support for reverse pointer induction variables...
2013-01-22 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-22 Michael GottesmanThis test is only supposed to test that the objc-arc...
2013-01-22 Andrew TrickRemove target triple from an LSR test.
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-19 Benjamin KramerLoopVectorizer: Emit memory checks into their own basic...
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-16 Michael GottesmanAdded test for r172599 which fixes bugzilla://14584...
2013-01-16 Benjamin KramerMove test that depends on the x86 target into a target...
2013-01-16 Benjamin KramerRemove triple from this test, it makes it fail when...
2013-01-15 Nadav RotemTeach InstCombine to optimize extract of a value from...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-13 Michael GottesmanAdded bugzilla PR number to test case.
2013-01-13 Michael GottesmanFixed an infinite loop in the block escape in analysis...
2013-01-13 Nadav RotemFix PR14547. Handle induction variables of small sizes...
2013-01-12 Michael GottesmanFixed bug in ObjCARC where we were changing a call...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-11 Michael GottesmanConverted test dont-tce-tail-marked-call.ll to use...
2013-01-11 Michael GottesmanThis commit is a 4x squash commit consisting of 4x...
2013-01-10 Shuxin YangPR14904: Segmentation fault running pass 'Recognize...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Benjamin KramerLICM: Hoist insertvalue/extractvalue out of loops.
2013-01-09 Nadav RotemARM Cost Model: Add a basic vectorization unrolling...
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 David TweedFix a mistaken commit that included some debugging...
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-06 Andrew TrickFix a crash in LSR replaceCongruentIVs.
2013-01-05 Nadav RotemFix a typo. Remove the duplicated test.
2013-01-05 Nadav RotemiLoopVectorize: Non commutative operators can be used...
2013-01-05 Nadav RotemForce a fixed unroll count on the target independent...
2013-01-04 Andrew Tricktabs-to-spaces
2013-01-04 Paul RedmondDo not vectorize loops with subtraction reductions
2013-01-04 Manman RenMemory Dependence Analysis: fix a miscompile that uses...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Nadav RotemLoopVectorizer: Test the unrolling flag.
2013-01-02 Nadav RotemAvoid vectorization when the function has the "noimplic...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Jakub StaszakAdd extra CHECK to make sure that 'or' instruction...
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-12-31 Chris LattnerFix LICM's memory promotion optimization to preserve...
2012-12-31 Chris Lattnerteach instcombine to preserve TBAA tag when merging...
2012-12-31 Jakub StaszakTransform (A == C1 || A == C2) into (A & ~(C1 ^ C2...
2012-12-30 Nadav RotemLoopVectorizer: Fix a bug in the code that updates...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
next