oota-llvm.git
2009-11-30 Tobias GrosserRemove ":" after BB name in -view-cfg-only
2009-11-30 Eric ChristopherFirst pass at llvm.objectsize documentation.
2009-11-30 Nick LewyckyRevert r90107, fixing test/Transforms/GVN/2009-11-29...
2009-11-30 Nick LewyckyAdd a testcase for the current llvm-gcc build failure.
2009-11-30 Nick LewyckyRemove the 'simple jit' tutorial as it wasn't really...
2009-11-30 Mon P WangAdd test case for r90108
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
2009-11-30 Chris Lattnerreapply r90093 with an addition of keeping the forward
2009-11-30 Nick LewyckyFix this test on 64-bit systems which seem to use i64...
2009-11-30 Nick LewyckyCommit r90099 made LLVM simplify one of these constant...
2009-11-29 Nick LewyckyTeach ConstantFolding to do a better job when folding...
2009-11-29 Benjamin KramerRevert r90089 for now, it's breaking selfhost.
2009-11-29 Chris Lattnerrevert this patch for now, it causes failures of:
2009-11-29 Chris LattnerFix a really nasty caching bug I introduced in memdep...
2009-11-29 Benjamin KramerFix two FIXMEs.
2009-11-29 Nick LewyckyDetabify.
2009-11-29 Benjamin KramerRemove dead returns.
2009-11-29 Kovarththanan... This patch ensures that Path::GetMainExecutable is...
2009-11-29 Daniel DunbarFix FileCheck crash when fuzzy scanning starting at...
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-29 Chris Lattnermark all the 'foo with overflow' intrinsics as readnone.
2009-11-29 Chris Lattnerupdate and consolidate the load pre notes.
2009-11-29 Chris Lattneradd PR#
2009-11-29 Chris LattnerAdd a testcase for:
2009-11-29 Chris Lattneradd a testcase for
2009-11-29 Chris LattnerImplement PR5634.
2009-11-28 Nick LewyckyTeach memdep to look for memory use intrinsics during...
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-28 Chris LattnerEnhance InsertPHITranslatedPointer to be able to return...
2009-11-28 Chris Lattnerimplement a FIXME: limit the depth that DecomposeGEPExp...
2009-11-28 Chris Lattnerenable code to handle un-phi-translatable cases more...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerRework InsertPHITranslatedPointer to handle the recursi...
2009-11-27 Chris Lattnerrecursively phi translate bitcast operands too, for...
2009-11-27 Nick LewyckyOops! Fix bug introduced in my recent cleanup change...
2009-11-27 Chris LattnerI accidentally implemented this :)
2009-11-27 Chris Lattneradd support for recursive phi translation and phi
2009-11-27 Chris Lattneradd two simple test cases we now optimize (to one load...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattneradd a deadargelim note.
2009-11-27 Chris LattnerThis testcase is actually only partially redundant...
2009-11-27 Chris Lattnerfix PR5436 by making the 'simple' case of SRoA not...
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Duncan SandsWhile this test is testing a problem in the generic...
2009-11-27 Duncan SandsVector types are no longer required to have a power...
2009-11-27 Duncan SandsThese code generator limitations have been removed.
2009-11-27 Chris Lattneradd comment.
2009-11-27 Chris Lattnerreduce nesting, no functionality change.
2009-11-27 Chris Lattnerlimit the recursion depth of GetLinearExpression. ...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris Lattneradd some tests for memdep phi translation + PRE.
2009-11-27 Chris Lattnerthis test is failing, and is expected to.
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Chris Lattnerrename test.
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerredisable this, my bootstrap worked because it wasn...
2009-11-27 Chris Lattnertry again.
2009-11-27 Chris Lattnerthis is causing buildbot failures, disable for now.
2009-11-27 Chris Lattnerthis (and probably several others) are now done.
2009-11-27 Chris Lattnerteach phi translation of GEPs to simplify geps like...
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-27 Chris Lattnerteach memdep to do trivial PHI translation of GEPs...
2009-11-26 Chris LattnerTeach memdep to phi translate bitcasts. This allows...
2009-11-26 Chris Lattnerconvert to filecheck
2009-11-26 Nick LewyckyFix typo spotted by Gabor Greif.
2009-11-26 Chris Lattnerfactor some code out into some helper functions.
2009-11-26 Nick LewyckyClean up file, no functionality change.
2009-11-26 Chris LattnerAdd a hack for PR5601, a crash on obsolete syntax that...
2009-11-26 Chris Lattnerfix crash on Transforms/InstCombine/intrinsics.ll intro...
2009-11-26 Chris LattnerFix PR5471 by removing an instcombine xform. Some...
2009-11-26 Chris Lattnerimplement a bunch of xforms for overflow intrinsics...
2009-11-26 Bob WilsonRename new TailDuplicationPass to avoid name conflict...
2009-11-26 Chris Lattner@test9 is a testcase for r89958. Before 89958, we...
2009-11-26 Chris LattnerImplement PR1143 (at -m64) by making basicaa look throu...
2009-11-26 Chris Lattnerfix two transposed lines duncan caught and add an expla...
2009-11-26 Chris Lattnerthis todo is resolved.
2009-11-26 Chris Lattnermove DecomposeGEPExpression out into ValueTracking.cpp
2009-11-26 Chris Lattnerteach GetLinearExpression to be a bit more aggressive.
2009-11-26 Chris Lattnerresolve a fixme. I haven't figured out how to write...
2009-11-26 Chris Lattnerupdate status of this. basicaa is much improved now,
2009-11-26 Chris LattnerTeach basicaa that x|c == x+c when the c bits of x...
2009-11-26 Chris Lattnerteach basicaa that A[i] != A[i+1].
2009-11-26 Chris Lattnerrename test
2009-11-26 Chris LattnerChange the other half of aliasGEP (which handles GEP...
2009-11-26 Chris Lattneradd a new random feature test
2009-11-26 Chris LattnerGeneralize DecomposeGEPExpression to exactly handle...
2009-11-26 Chris LattnerImplement a new DecomposeGEPExpression method, which...
2009-11-26 Chris LattnerUse GEPOperator more pervasively to simplify code.
2009-11-26 Chris Lattnerupdate some notes slightly
2009-11-26 Chris Lattnerremove some redundant braces
2009-11-26 Evan ChengTest for 89905.
2009-11-26 Evan ChengWhen all defs of a vr are implicit_def, delete all...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-25 Dale JohannesenTest for llvm-gcc checkin 89898.
2009-11-25 Devang PatelUpdate to reflect recent debugging information encoding...
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-25 Bob WilsonTail duplicate indirect branches for PowerPC, too.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
next