instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / GlobalOpt /
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-07-29 Nick LewyckyAdd testcases for GlobalOpt changes in r160693 and...
2012-07-24 Nick LewyckyTeach globalopt to not nuke all stores to globals....
2012-07-21 Nick LewyckyRevert r160602.
2012-07-21 Nick LewyckyTeach globalopt to play nice with leak checkers. This...
2012-07-19 Nick LewyckyRevert r160529 due to crashes.
2012-07-19 Nick LewyckyDon't wipe out global variables that are probably stori...
2012-07-02 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-27 Matt Beaumont-GayRevert r159136 due to PR13124.
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-04-24 Chandler CarruthFix a crash on valid (if UB) bitcode that is produced...
2012-03-28 Benjamin KramerGlobalOpt: If we have an inbounds GEP from a ConstantAg...
2012-03-13 Dan GohmanTeach globalopt how to evaluate an invoke with a non...
2012-02-21 Nick LewyckyUse the target-aware constant folder on expressions...
2012-02-20 Nick LewyckyCheck for the correct size in the invariant marker.
2012-02-17 Nick LewyckyRemove question.
2012-02-17 Nick LewyckyAdd support for invariant.start inside the static const...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-09 Benjamin KramerGlobalOpt: Be more aggressive about elminating side...
2012-02-05 Nick LewyckyTeach GlobalOpt to handle atomic accesses to globals.
2012-01-05 Eli FriedmanPR11705, part 2: globalopt shouldn't put inttoptr/ptrto...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-05-29 Nick LewyckyAdd testcase for r132290, to check for the crasher...
2011-05-29 Nick LewyckyObey the isVolatile bit on memory intrinsics when analy...
2011-05-22 Chris Lattnerfix PR9856, an incorrectly conservative assertion:...
2011-04-09 Eli FriedmanAdd back a couple checks removed by r129128; the fact...
2011-03-20 Anders CarlssonAdd an optimization to GlobalOpt that eliminates calls...
2011-01-19 Rafael EspindolaAdd unnamed_addr when we can show that address of a...
2011-01-16 Owen AndersonReduce and merge testcases.
2011-01-16 Owen AndersonImprove the safety of my globalopt enhancement by ensur...
2011-01-01 Chris Lattnerfix a globalopt crash on two Adobe-C++ testcases that...
2010-12-07 Chris Lattnerreapply r121100 with a tweak to constant fold ConstExpr...
2010-12-07 Eric ChristopherTemporarily revert r121100 as it's causing clang to...
2010-12-07 Chris Lattnerfix PR8710 - teach global opt that some constantexprs...
2010-10-19 Mikhail GlushenkovGlobalOpt: EvaluateFunction() must not evaluate stores...
2010-09-17 Dan GohmanFix this test to avoid an "inexact" fold.
2010-09-05 Chris Lattnerfix PR8063, a crash in globalopt in the malloc analysis...
2010-09-02 Chris Lattnermore test cleanup
2010-05-04 Duncan SandsUse llvm.foo as the intrinsic, rather than llvm.dbg...
2010-05-04 Duncan SandsFix a variant of PR6112 found by thinking about it...
2010-04-28 Chris Lattnerfix this to work with objdir != srcdir
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-14 Evan ChengTrim tests and convert to FileCheck.
2010-04-10 Chris Lattnerfix PR6760, a missing check in heap SRoA.
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Dan GohmanMake globalopt refine global variable alignment.
2010-03-01 Devang Patel@llvm.dbg.stoppoint intrinsic is not used anymore.
2010-03-01 Devang PatelUpdate to use new debug info encoding scheme. As a...
2010-03-01 Devang PatelRemove this test because it checks wheter optimizer...
2010-02-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-26 Chris Lattnerthis file lacks a run line!
2010-02-25 Chris Lattnerrewrite OptimizeGlobalAddressOfMalloc to fix PR6422...
2010-01-07 Chris Lattnerfix a globalopt crash on 'bullet' (handling evaluation...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-30 Chris Lattnerfix two bogus tests that the asmparser now rejects.
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-07 Dan GohmanAdd a testcase for the GlobalOpt inbounds fix.
2009-09-07 Dan GohmanAdd inbounds to these getelementptrs, now that GlobalOp...
2009-08-18 Dan GohmanFix a bug that caused globalopt to miscompile tramp3d...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-02 Evan ChengAvoid infinite looping in AllGlobalLoadUsesSimpleEnough...
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Devang PatelRevert 66224.
2009-03-06 Devang PatelRevert rev. 66167.
2009-03-06 Devang PatelDo not let debug info prevert globalopt from shriking...
2009-03-05 Devang PatelGlobalOpt only process non constant local GVs while...
2009-03-04 Bill WendlingShould have XFAILed this test.
2009-03-04 Bill WendlingTemporarily revert r65994. It was causing rdar://6646455.
2009-03-04 Devang PatelIf a global constant is dead then global's debug info...
2009-02-15 Duncan SandsIf the target of an alias has internal linkage, then the
2009-01-14 Chris Lattnerrewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-17 Chris LattnerEnhance heap sra to be substantially more aggressive...
next