Don't disable MMX support when AVX is enabled. Fix predicates for MMX instructions...
[oota-llvm.git] / test / Transforms / GlobalOpt /
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...
2008-12-16 Chris LattnerFix another crash found by inspection. If we have...
2008-12-16 Chris Lattnerfix a crash found by inspection.
2008-12-15 Chris Lattneradd testcase for r61051
2008-12-15 Chris Lattneradd a basic test for heap-sra
2008-09-09 Anton KorobeynikovResolve aliases, when possible
2008-07-17 Matthijs KooijmanMake GlobalOpt preserve address spaces when scalar...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-26 Chris LattnerWhen SRoA'ing a global variable, make sure the new...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-14 Chris LattnerFix the miscompilation of MiBench/consumer-lame that...
2008-01-04 Chris LattnerFix PR1896
2007-11-13 Chris Lattnerupgrade test
2007-11-09 Chris LattnerTighten up a check for folding away loads from (newly...
2007-07-19 Reid SpencerFor PR1553:
2007-06-29 John CriswellConvert .cvsignore files
2007-06-04 Chris Lattnernew testcase for PR1491
2007-05-13 Chris Lattnerthis crashes globalopt
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1319:
next