2009-11-30 |
Eric Christopher | First pass at llvm.objectsize documentation. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Revert r90107, fixing test/Transforms/GVN/2009-11-29... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Add a testcase for the current llvm-gcc build failure. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Remove the 'simple jit' tutorial as it wasn't really... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Mon P Wang | Add test case for r90108 |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Mon P Wang | Added support to allow clients to custom widen. For... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Chris Lattner | reapply r90093 with an addition of keeping the forward |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Fix this test on 64-bit systems which seem to use i64... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Nick Lewycky | Commit r90099 made LLVM simplify one of these constant... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Nick Lewycky | Teach ConstantFolding to do a better job when folding... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Kramer | Revert r90089 for now, it's breaking selfhost. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | revert this patch for now, it causes failures of: |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | Fix a really nasty caching bug I introduced in memdep... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Kramer | Fix two FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Nick Lewycky | Detabify. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Benjamin Kramer | Remove dead returns. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Kovarththanan... | This patch ensures that Path::GetMainExecutable is... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Daniel Dunbar | Fix FileCheck crash when fuzzy scanning starting at... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | add testcases for the foo_with_overflow op xforms added... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | mark all the 'foo with overflow' intrinsics as readnone. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | update and consolidate the load pre notes. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | add PR# |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | Add a testcase for: |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | add a testcase for |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Chris Lattner | Implement PR5634. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Nick Lewycky | Teach memdep to look for memory use intrinsics during... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Chris Lattner | reenable load address insertion in load pre. This... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Chris Lattner | Enhance InsertPHITranslatedPointer to be able to return... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Chris Lattner | implement a FIXME: limit the depth that DecomposeGEPExp... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Chris Lattner | enable code to handle un-phi-translatable cases more... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | disable value insertion for now, I need to figure out how |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | Rework InsertPHITranslatedPointer to handle the recursi... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | recursively phi translate bitcast operands too, for... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Nick Lewycky | Oops! Fix bug introduced in my recent cleanup change... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | I accidentally implemented this :) |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add support for recursive phi translation and phi |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add two simple test cases we now optimize (to one load... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | factor some logic out of instcombine into a new Simplif... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add a deadargelim note. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | This testcase is actually only partially redundant... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | fix PR5436 by making the 'simple' case of SRoA not... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Duncan Sands | While this test is testing a problem in the generic... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Duncan Sands | Vector types are no longer required to have a power... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Duncan Sands | These code generator limitations have been removed. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add comment. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | reduce nesting, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | limit the recursion depth of GetLinearExpression. ... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | teach GVN's load PRE to insert computations of the... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | add some tests for memdep phi translation + PRE. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | this test is failing, and is expected to. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | Fix phi translation in load PRE to agree with the phi |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | redisable this, my bootstrap worked because it wasn... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | try again. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | this is causing buildbot failures, disable for now. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | this (and probably several others) are now done. |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | teach phi translation of GEPs to simplify geps like... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | factor some instcombine simplifications for getelementp... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Chris Lattner | teach memdep to do trivial PHI translation of GEPs... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Teach memdep to phi translate bitcasts. This allows... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Nick Lewycky | Fix typo spotted by Gabor Greif. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | factor some code out into some helper functions. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Nick Lewycky | Clean up file, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Add a hack for PR5601, a crash on obsolete syntax that... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | fix crash on Transforms/InstCombine/intrinsics.ll intro... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Fix PR5471 by removing an instcombine xform. Some... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | implement a bunch of xforms for overflow intrinsics... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Bob Wilson | Rename new TailDuplicationPass to avoid name conflict... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | @test9 is a testcase for r89958. Before 89958, we... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Implement PR1143 (at -m64) by making basicaa look throu... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | fix two transposed lines duncan caught and add an expla... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | this todo is resolved. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | move DecomposeGEPExpression out into ValueTracking.cpp |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | teach GetLinearExpression to be a bit more aggressive. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | resolve a fixme. I haven't figured out how to write... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | update status of this. basicaa is much improved now, |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Teach basicaa that x|c == x+c when the c bits of x... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | teach basicaa that A[i] != A[i+1]. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Change the other half of aliasGEP (which handles GEP... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | add a new random feature test |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Generalize DecomposeGEPExpression to exactly handle... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Implement a new DecomposeGEPExpression method, which... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | Use GEPOperator more pervasively to simplify code. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | update some notes slightly |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Chris Lattner | remove some redundant braces |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Evan Cheng | Test for 89905. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Evan Cheng | When all defs of a vr are implicit_def, delete all... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Bob Wilson | Split tail duplication into a separate pass. This... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Dale Johannesen | Test for llvm-gcc checkin 89898. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Devang Patel | Update to reflect recent debugging information encoding... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Viktor Kutuzov | Rollback changes r89516: Added two SubtargetFeatures... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Evan Cheng | ProcessImplicitDefs should watch out for invalidated... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bob Wilson | Tail duplicate indirect branches for PowerPC, too. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Kramer | Avoid some possibly unsafe uses of StringRef::data(). |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Devang Patel | Use StringRef (again) in DebugInfo interface. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Bob Wilson | Based on the testcase for pr3120, running on my MacPro... |
commit | commitdiff | tree | snapshot |
next |