Handle _GLOBAL_OFFSET_TABLE_ correctly.
[oota-llvm.git] / test / Transforms /
2010-10-19 Mikhail GlushenkovGlobalOpt: EvaluateFunction() must not evaluate stores...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-15 Owen AndersonGeneralize MemCpyOpt's handling of call slot forwarding...
2010-10-14 Chris Lattnerfix a bug I introduced, no idea how this didn't repro...
2010-10-14 Chris Lattnerhack to unbreak buildbots
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-01 Owen AndersonNow that the profitable bits of EnableFullLoadPRE have...
2010-10-01 Chris Lattnerfix PR8267 - Instcombine shouldn't optimizer away volat...
2010-10-01 Chris Lattnerupgrade this test.
2010-09-30 Owen AndersonWe do want to allow LoadPRE to perform LICM-like transf...
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Benjamin KramerSimplify the loop in StrChrOptimizer. FileCheckize...
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.
2010-09-29 Owen AndersonFix PR8247: JumpThreading can cause a block to become...
2010-09-27 Jakob Stoklund OlesenDon't try to constant fold libm functions with non...
2010-09-25 Owen AndersonLoadPRE was not properly checking that the load it...
2010-09-24 Jakob Stoklund OlesenBe more precise when trying to XFAIL this tester: googl...
2010-09-18 Dan GohmanAttempt to XFAIL this test on arm-linux, which is inexp...
2010-09-17 Dan GohmanFix this test to avoid an "inexact" fold.
2010-09-17 Dan GohmanFix this test so that folding doesn't depend on a poten...
2010-09-17 Dan GohmanFix the folding of floating-point math library calls...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-15 Chris Lattnerfix PR8144, a bug where constant merge would merge...
2010-09-14 Owen AndersonRemove dead option from tests.
2010-09-14 Chris Lattnerfix PR8102, a case where we'd copyValue from a value...
2010-09-13 Owen AndersonAdd a reduced testcase for the infinite loop fixed...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-09-09 Owen AndersonRevert r113439, which relaxed the requirement that...
2010-09-08 Owen AndersonRelax the "don't unroll loops containing calls" rule...
2010-09-08 Owen AndersonGeneralize instcombine's support for combining multiple...
2010-09-07 Chris LattnerFix a serious performance regression introduced by...
2010-09-07 Chris Lattnerrename test.
2010-09-06 Chris Lattnerfix PR8067, an over-aggressive assertion in LICM.
2010-09-06 Chris LattnerTeach loop rotate to hoist trivially invariant instructions
2010-09-05 Chris Lattnerfix PR8063, a crash in globalopt in the malloc analysis...
2010-09-04 Dan GohmanFix LoopSimplify to notify ScalarEvolution when splitti...
2010-09-04 Chris Lattnerfix a bug in my licm rewrite when a load from the promo...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Owen AndersonAdd a test for PR4413, which was apparently fixed at...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-02 Chris Lattnermore test cleanup
2010-09-02 Chris Lattnerremove some noise from tests.
2010-09-02 Chris Lattnerfix more AST updating bugs, correcting miscompilation...
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-09-01 Chris Lattnerdeepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
2010-09-01 Dan GohmanFix loop unswitching's assumption that a code path...
2010-09-01 Bill WendlingThe output of opt -stats must be sent to stderr. Patch...
2010-09-01 Chris Lattneradd a gross hack to work around a problem that Argiris...
2010-09-01 Chris Lattnerfilecheckize
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-31 Owen AndersonMerge 2010-08-31-InfiniteRecursion.ll into crash.ll.
2010-08-31 Owen AndersonAdd a test for the duplicated-conditional situation...
2010-08-31 Chris Lattnermerge two tests.
2010-08-31 Owen AndersonManually reduce this testcase.
2010-08-31 Chris Lattnermerge two tests and convert to filecheck.
2010-08-31 Owen AndersonAdd a micro-test for the transforms I added to JumpThre...
2010-08-31 Owen AndersonRename test directory to reflect new pass name.
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonMore Chris-inspired JumpThreading fixes: use ConstantEx...
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
2010-08-30 Owen AndersonCombine these two tests, and make sure there's a newlin...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-28 Chris Lattnerhandle the constant case of vector insertion. For...
2010-08-28 Chris Lattneroptimize bitcasts from large integers to vector into...
2010-08-27 Owen AndersonAdd a prototype of a new peephole optimizing pass that...
2010-08-27 Chris Lattnertidy up test.
2010-08-27 Chris LattnerEnhance the shift propagator to handle the case when...
2010-08-27 Chris LattnerImplement a pretty general logical shift propagation
2010-08-27 Chris Lattnermerge and filecheckize test
2010-08-27 Chris Lattnermerge two tests
2010-08-27 Chris Lattnerteach the truncation optimization that an entire chain of
2010-08-27 Chris LattnerAdd an instcombine to clean up a common pattern produced
2010-08-27 Owen AndersonUse LVI to eliminate conditional branches where we...
2010-08-26 Chris Lattnerfilecheckize
2010-08-26 Chris Lattnerrename test.
2010-08-26 Chris Lattneroptimize "integer extraction out of the middle of a...
2010-08-26 Chris Lattneroptimize bitcast(trunc(bitcast(x))) where the result...
2010-08-26 Chris Lattnerfilecheckize
2010-08-26 Chris Lattnerrename test
2010-08-26 Owen AndersonMake JumpThreading smart enough to properly thread...
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-19 Owen AndersonPrevious revert failed to remove this file.
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Kenneth UildriksFixed and reactivated a partial specialization test
next