Remove `ignore` from LLVMC/TestWarnings.td. This avoids
[oota-llvm.git] / lib / Transforms /
2010-03-16 Benjamin Kramerstr[r]chr returns its pointer argument so we cannot...
2010-03-16 Benjamin KramerMark str[r]chr readonly.
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Devang PatelIn "empty" bb, the return instruction may not be first...
2010-03-14 Bill WendlingSkip over debug info when trying to merge two return...
2010-03-14 Bill WendlingMake returns more consistent with others.
2010-03-12 Benjamin KramerAdd a virtual destructor and give vtable a home.
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Eric ChristopherFix typo.
2010-03-11 Eric ChristopherDo some final lowering in CodeGenPrepare of _chk calls...
2010-03-11 Eric ChristopherAdd strncpy libcall creator. Use it when it should...
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-03-10 Dan GohmanFix a comment.
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jakob Stoklund OlesenRevert r98089, it was breaking a clang test.
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jakob Stoklund OlesenAdd inlining threshold to log output.
2010-03-08 Evan ChengRe-commit 97860 with fix. getMallocAllocatedType may...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-06 Eric ChristopherLet the fallthrough handle whether or not we've changed...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-06 Eric ChristopherTemporarily revert:
2010-03-06 Evan ChengTransform @llvm.objectsize to integer if the argument...
2010-03-05 Ted KremenekUpdate CMake build.
2010-03-05 Eric ChristopherMove SimplifyLibCalls's LibCall builders to a separate...
2010-03-05 Evan ChengSafely turn memset_chk etc. to non-chk variant if the...
2010-03-05 Evan ChengInstcombine should turn llvm.objectsize of a alloca...
2010-03-05 Chris Lattnerfix PR6512, a case where instcombine would incorrectly...
2010-03-05 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-03-05 Chris Lattnersimplify some functions and make them work with vector
2010-03-05 Chris Lattnerfix a nice subtle reassociate bug which would only...
2010-03-05 Eric ChristopherMove GetStringLength and helper from SimplifyLibCalls...
2010-03-05 Evan ChengAdd missing break for Intrinsic::objectsize case. It...
2010-03-03 Dan GohmanMake SCEVExpander and LSR more aggressive about hoistin...
2010-03-03 Bill WendlingThis test case:
2010-03-02 Dan GohmanNon-affine post-inc SCEV expansions have more code...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-02 Bob WilsonDon't attempt load PRE when there is no real redundancy...
2010-03-01 Bob WilsonWhen GVN needs to split critical edges for load PRE...
2010-03-01 Evan ChengMemoryDepAnalysis is not used if redundant load process...
2010-03-01 Dan GohmanAdd some debug output to LoopSimplify.
2010-03-01 Dan GohmanSpelling fixes.
2010-03-01 Dan GohmanPrune #includes.
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-27 Chris Lattnerfix grammaro's pointed out by daniel
2010-02-27 Chris Lattnerfix PR6414, a nondeterminism issue in IPSCCP which...
2010-02-26 Chris LattnerFix rdar://7694996 a miscompile of 183.equake from...
2010-02-26 Chris Lattnerremove dead code, by this point all uses of CI are...
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-26 Bob WilsonRemove unused "NoPRE" parameter in GVN and createGVNPass().
2010-02-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-25 Chris Lattnerrewrite OptimizeGlobalAddressOfMalloc to fix PR6422...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-25 Nick LewyckyModernize comment.
2010-02-25 Nick LewyckyCorrect whitespace.
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Dan GohmanFix indentation.
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-23 Bob WilsonUpdate memdep when load PRE inserts a new load, and...
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Bob WilsonErase deleted instructions from GVN's ValueTable. ...
2010-02-22 Dan GohmanRemove unused variables and parameters.
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-22 Dan GohmanThis cast<Instruction> is unnecessary.
2010-02-19 Dan GohmanRename getSDiv to getExactSDiv to reflect its behavior...
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Dan GohmanHoist this loop-invariant logic out of the loop.
2010-02-17 Dan GohmanDelete some unneeded casts.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 Dan GohmanRefactor rewriting for PHI nodes into a separate function.
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Dan GohmanFix whitespace.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-15 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-14 Dan GohmanFix whitespace.
2010-02-14 Dan GohmanFix a comment.
2010-02-14 Dan GohmanWhen complicated expressions are broken down into subex...
2010-02-14 Dan GohmanActually, this code doesn't have to be quite so conserv...
2010-02-14 Dan GohmanDon't attempt aggressive post-inc uses if TargetLowerin...
2010-02-13 John McCallMake LSR not crash if invoked without target lowering...
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-13 Chris Lattnerremove dead code.
2010-02-13 Chris LattnerSplit some code out to a helper function (FindReusableP...
next