Fix broken build
[oota-llvm.git] / test / Transforms /
2014-05-09 Louis GerbargAdd ExtractValue instruction to SimplifyCFG's ComputeSp...
2014-05-08 Michael Zolotukhin[InstCombine] Some cleanup in optimization of redundant...
2014-05-08 Dario DomizioliRevert test commit. Removed blank line.
2014-05-08 Dario DomizioliTest commit. Added blank line.
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-05-07 Michael Zolotukhin[InstCombine] Add optimization of redundant insertvalue...
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-05 Michael ZolotukhinMove test from r207969 to another folder and rename it.
2014-05-05 Yi JiangAlways set alignment of vectorized LD/ST in SLP-Vectori...
2014-05-05 Duncan P. N. Exon... LTO: -internalize sets visibility to default
2014-05-05 Michael ZolotukhinFix test from r207966 and add a comment there.
2014-05-05 Michael ZolotukhinAdd regression test for r207692.
2014-05-04 Benjamin KramerLoopUnroll: If we're doing partial unrolling, use the...
2014-05-04 Arnold SchwaighoferSLPVectorizer: Bring back the insertelement patch ...
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-02 Adam Nemet[LSR] Add llc testcase for r207271/r207569.
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.
2014-05-02 Akira Hatanaka[GVN] Pass the phi-translated address of a load instead...
2014-05-02 Nick LewyckyFold strlen(expr ? "str1" : "str2") to x ? len1 : len2...
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 Chandler CarruthRevert r205965, which essentially reverts r205018 for...
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-29 Yi JiangContinue slp vectorization even the BB already has...
2014-04-29 Zinovy Nis[OPENMP][LV][D3423] Respect Hints.Force meta-data for...
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-24 Zinovy Nis[CLNUP] Test commit. Remove newline.
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Matt ArsenaultConvert test to FileCheck
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 Gerolf HoflehnerInline a function when the always_inline attribute
2014-04-15 Julien LerougeAdd lifetime markers for allocas created to hold byval...
2014-04-15 NAKAMURA Takumivect.omp.persistence.ll REQUIRES asserts due to -debug...
2014-04-15 Alexey BataevD3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
2014-04-14 Matt ArsenaultRevert "Revert r206045, "Fix shift by constants for...
2014-04-14 NAKAMURA TakumiWhitespace.
2014-04-14 NAKAMURA TakumiRevert r206045, "Fix shift by constants for vector."
2014-04-13 Hal Finkel[PowerPC] [Constant Hoisting] Enable constant hoisting...
2014-04-13 Serge PavlovRecognize test for overflow in integer multiplication.
2014-04-12 Juergen Ributzka[ARM64] Never hoist the shift value of a shift instruction.
2014-04-12 Juergen Ributzka[ARM64] Fix the cost model for cheap large constants.
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-11 Matt ArsenaultFix shift by constants for vector.
2014-04-10 Arnold SchwaighoferReapply "SLPVectorizer: Ignore users that are insertele...
2014-04-10 Juergen Ributzka[ARM64] Fix immediate cost calculation for types larger...
2014-04-09 Arnold SchwaighoferSLPVectorizer: Only vectorize intrinsics whose operands...
2014-04-08 Juergen Ributzka[Constant Hoisting][ARM64] Enable constant hoisting...
2014-04-07 Eric ChristopherHandle vlas during inline cost computation if they...
2014-04-04 Juergen RibutzkaUpdate the test to use FileCheck.
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Eli BenderskyFix PR19270 - type mismatch caused by invalid optimization.
2014-04-02 Juergen RibutzkaAdd test case for [Constant Hoisting] Erase dead cast...
2014-04-02 Adrian Prantltypo
2014-04-02 Juergen RibutzkaAdd comments and test case for [X86TTI] Make constant...
2014-04-02 Juergen RibutzkaAdd test case for [Stackmaps][X86TTI] Fix think-o in...
2014-04-02 Tim NorthoverSLPVectorizer: compare entire intrinsic for SLP compati...
2014-04-02 Hal Finkel[LoopVectorizer] Count dependencies of consecutive...
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-31 Arnold SchwaighoferRevert "SLPVectorizer: Ignore users that are insertelem...
2014-03-31 Adam Nemet[X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as well
2014-03-30 Adam Nemet[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
2014-03-30 NAKAMURA Takumillvm/test/Transforms/LoopStrengthReduce/ARM64/lsr-...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-28 Arnold SchwaighoferSLPVectorizer: Take credit for free extractelement...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Ignore users that are insertelements...
2014-03-28 Erik VerbruggenRevert "InstCombine: merge constants in both operands...
2014-03-28 Erik VerbruggenRevert "GVN: merge overflow intrinsics with non-overflo...
2014-03-27 Reid KlecknerInstCombine: Don't combine constants on unsigned icmps
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Erik VerbruggenInstCombine: merge constants in both operands of icmp.
2014-03-27 Quentin Colombet[X86][Vectorizer Cost Model] Correct vectorization...
2014-03-27 Jim Grosbachadd 'requires asserts' to test that needs it
2014-03-27 Jim GrosbachX86: Correct vectorization cost model for v8f32->v8i8.
2014-03-26 Nick LewyckyTreat lifetime.start'd memory like we treat freshly...
next