Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors in...
[oota-llvm.git] / test / Transforms /
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...
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Richard Osborne[InstCombine] Don't fold bitcast into store if it would...
2014-03-24 Karthik BhatAllow constant folding of ceil function whenever feasible
2014-03-23 Lang HamesRevert r204076 for now - it caused significant regressi...
2014-03-22 Juergen Ributzka[Constant Hoisting] Fix multiple entries for the same...
2014-03-21 Tom StellardSink: Don't sink static allocas from the entry block
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-21 Juergen Ributzka[Constant Hoisting] Change the algorithm to only track...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-20 Mark SeabornRemove LowerInvoke's obsolete "-enable-correct-eh-suppo...
2014-03-20 Mark SeabornAdd a test for LowerInvoke that doesn't use "-enable...
2014-03-18 Duncan P. N. Exon... Fix use_iterator crash in ObjCArc from r203364
2014-03-18 Diego NovilloTolerate unmangled names in sample profiles.
2014-03-17 Dan GohmanUse range metadata instead of introducing selects.
2014-03-15 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Suppress...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Owen AndersonFix a bug in InstCombine where we would incorrectly...
2014-03-13 Manuel JacobCodeGenPrep: sink extends of illegal types into use...
2014-03-13 Karthik BhatFix PR18800. llvm intrinsic memcpy takes 5 arguments...
2014-03-12 Rafael EspindolaThis test need the X86 backend, move it to the X86...
2014-03-12 Michael ZolotukhinPR17473:
2014-03-12 Raul E. SilveraResubmit "[SLPV] Recognize vectorizable intrinsics...
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-12 Hans WennborgAllow switch-to-lookup table for tables with holes...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-11 Erik VerbruggenFix crash in PRE.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Erik VerbruggenGVN: merge overflow intrinsics with non-overflow instru...
2014-03-10 Diego NovilloUse discriminator information in sample profiles.
2014-03-10 Benjamin KramerMemCpyOpt: When merging memsets also merge the trivial...
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-09 NAKAMURA TakumiRevert r203230, "CodeGenPrep: sink extends of illegal...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-07 Tim NorthoverCodeGenPrep: sink extends of illegal types into use...
2014-03-07 Tim NorthoverInstCombine: form shuffles from wider range of insert...
2014-03-07 Karthik BhatAllow constant folding of round function whenever feasible
2014-03-06 Karthik BhatAllow constant folding of copysign
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2014-03-05 Arnold SchwaighoferLoopVectorizer: Preserve fast-math flags
2014-03-05 Benjamin KramerConstantFolding: Also fold the vector overloads of...
2014-03-05 Raul E. SilveraTrivial test commit.
2014-03-05 Matt ArsenaultAllow constant folding of fma and fmuladd
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-26 Nico RieckFix broken FileCheck prefixes
2014-02-26 Reid KlecknerGlobalOpt: Apply fastcc to internal x86_thiscallcc...
2014-02-26 Nico RieckFix broken FileCheck prefix
2014-02-26 Andrew TrickFix PR18165: LSR must avoid scaling factors that exceed...
2014-02-26 Chandler Carruth[SROA] Use the correct index integer size in GEPs throu...
2014-02-26 Chandler Carruth[SROA] Teach SROA how to handle pointers from address...
2014-02-26 Chandler Carruth[SROA] Split the alignment computation complete for...
2014-02-26 Chandler Carruth[SROA] Fix PR18615 with some long overdue simplificatio...
2014-02-25 Chandler Carruth[SROA] Fix another instability in SROA with respect...
2014-02-24 Arnold SchwaighoferSLPVectorizer: Try vectorizing 'splat' stores
2014-02-20 Nick LewyckyMake sure that value handle users see the transformatio...
2014-02-19 Tim NorthoverX86: move test requiring X86TargetLowering info into...
2014-02-19 Tim NorthoverTry addding datalayout in case that's what Hexagon...
2014-02-19 Tim NorthoverX86 CodeGenPrep: sink shufflevectors before shifts
2014-02-17 Gerolf Hoflehnerfix for null VectorizedValue assertion in the SLP Vecto...
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-14 Matt ArsenaultDo more addrspacecast transforms that happen for bitcast.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Reid KlecknerGlobalOpt: Aliases don't have sections, don't copy...
2014-02-12 Owen AndersonRemove a very old instcombine where we would turn seque...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-11 Benjamin KramerInstCombine: Teach icmp merging about the equivalence...
2014-02-11 Chandler Carruth[LPM] Switch LICM to actively use LCSSA in addition...
2014-02-08 Arnold SchwaighoferLoopVectorizer: Keep track of conditional store basic...
2014-02-08 Juergen Ributzka[Constant Hoisting] Fix insertion point for constant...
2014-02-06 Nick LewyckyA memcpy out of an fresh alloca is a no-op, delete...
2014-02-06 Manman RenSet default of inlinecold-threshold to 225.
2014-02-05 Manman RenInliner uses a smaller inline threshold for callees...
2014-02-04 Benjamin KramerSimplifyLibCalls: Push TLI through the exp2->ldexp...
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2014-02-04 Kai NackeAdd strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
2014-02-03 Reid Klecknerinalloca: Don't remove dead arguments in the presence...
2014-02-02 Duncan P. N. Exon... Lower llvm.expect intrinsic correctly for i1
2014-02-02 Arnold SchwaighoferLoopVectorizer: Enable unrolling of conditional stores...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
next