| Commit message (Expand) | Author | Age | Files | Lines |
* | Small PostDominatorTree improvements | Tobias Grosser | 2009-11-30 | 2 | -4/+13 |
* | Remove ":" after BB name in -view-cfg-only | Tobias Grosser | 2009-11-30 | 1 | -1/+1 |
* | First pass at llvm.objectsize documentation. | Eric Christopher | 2009-11-30 | 1 | -0/+37 |
* | Revert r90107, fixing test/Transforms/GVN/2009-11-29-ReverseMap.ll and the | Nick Lewycky | 2009-11-30 | 1 | -15/+2 |
* | Add a testcase for the current llvm-gcc build failure. | Nick Lewycky | 2009-11-30 | 1 | -0/+33 |
* | Remove the 'simple jit' tutorial as it wasn't really being maintained and its | Nick Lewycky | 2009-11-30 | 4 | -417/+0 |
* | Add test case for r90108 | Mon P Wang | 2009-11-30 | 1 | -0/+154 |
* | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang | 2009-11-30 | 7 | -56/+121 |
* | reapply r90093 with an addition of keeping the forward | Chris Lattner | 2009-11-30 | 1 | -2/+15 |
* | Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes | Nick Lewycky | 2009-11-30 | 1 | -3/+3 |
* | Commit r90099 made LLVM simplify one of these constant expressions a little | Nick Lewycky | 2009-11-30 | 1 | -6/+5 |
* | Teach ConstantFolding to do a better job when folding gep(bitcast). | Nick Lewycky | 2009-11-29 | 2 | -1/+2 |
* | Revert r90089 for now, it's breaking selfhost. | Benjamin Kramer | 2009-11-29 | 1 | -3/+5 |
* | revert this patch for now, it causes failures of: | Chris Lattner | 2009-11-29 | 1 | -12/+2 |
* | Fix a really nasty caching bug I introduced in memdep. An entry | Chris Lattner | 2009-11-29 | 1 | -2/+12 |
* | Fix two FIXMEs. | Benjamin Kramer | 2009-11-29 | 1 | -5/+3 |
* | Detabify. | Nick Lewycky | 2009-11-29 | 1 | -1/+1 |
* | Remove dead returns. | Benjamin Kramer | 2009-11-29 | 1 | -2/+0 |
* | This patch ensures that Path::GetMainExecutable is able to handle the | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -2/+6 |
* | Fix FileCheck crash when fuzzy scanning starting at the end of the file. | Daniel Dunbar | 2009-11-29 | 1 | -1/+1 |
* | add testcases for the foo_with_overflow op xforms added recently and | Chris Lattner | 2009-11-29 | 2 | -15/+85 |
* | mark all the 'foo with overflow' intrinsics as readnone. | Chris Lattner | 2009-11-29 | 1 | -6/+12 |
* | update and consolidate the load pre notes. | Chris Lattner | 2009-11-29 | 1 | -43/+42 |
* | add PR# | Chris Lattner | 2009-11-29 | 1 | -0/+1 |
* | Add a testcase for: | Chris Lattner | 2009-11-29 | 1 | -0/+47 |
* | add a testcase for | Chris Lattner | 2009-11-29 | 1 | -0/+45 |
* | Implement PR5634. | Chris Lattner | 2009-11-29 | 2 | -11/+97 |
* | Teach memdep to look for memory use intrinsics during dependency queries. Fixes | Nick Lewycky | 2009-11-28 | 2 | -10/+49 |
* | reenable load address insertion in load pre. This allows us to | Chris Lattner | 2009-11-28 | 2 | -25/+33 |
* | Enhance InsertPHITranslatedPointer to be able to return a list of newly | Chris Lattner | 2009-11-28 | 3 | -13/+19 |
* | implement a FIXME: limit the depth that DecomposeGEPExpression goes the same | Chris Lattner | 2009-11-28 | 2 | -4/+26 |
* | enable code to handle un-phi-translatable cases more aggressively: | Chris Lattner | 2009-11-28 | 1 | -3/+0 |
* | disable value insertion for now, I need to figure out how | Chris Lattner | 2009-11-27 | 3 | -14/+79 |
* | Rework InsertPHITranslatedPointer to handle the recursive case, this | Chris Lattner | 2009-11-27 | 3 | -58/+112 |
* | recursively phi translate bitcast operands too, for consistency. | Chris Lattner | 2009-11-27 | 1 | -21/+18 |
* | Oops! Fix bug introduced in my recent cleanup change. Thanks to Tobias Grosser | Nick Lewycky | 2009-11-27 | 1 | -1/+1 |
* | I accidentally implemented this :) | Chris Lattner | 2009-11-27 | 1 | -2/+1 |
* | add support for recursive phi translation and phi | Chris Lattner | 2009-11-27 | 2 | -10/+110 |
* | add two simple test cases we now optimize (to one load in the loop each) and ... | Chris Lattner | 2009-11-27 | 1 | -0/+121 |
* | factor some logic out of instcombine into a new SimplifyAddInst method. | Chris Lattner | 2009-11-27 | 3 | -17/+47 |
* | add a deadargelim note. | Chris Lattner | 2009-11-27 | 1 | -0/+23 |
* | This testcase is actually only partially redundant, and requires | Chris Lattner | 2009-11-27 | 1 | -2/+2 |
* | fix PR5436 by making the 'simple' case of SRoA not promote out of range | Chris Lattner | 2009-11-27 | 2 | -10/+68 |
* | filecheckize | Chris Lattner | 2009-11-27 | 1 | -5/+10 |
* | While this test is testing a problem in the generic part of codegen, | Duncan Sands | 2009-11-27 | 2 | -1/+36 |
* | Vector types are no longer required to have a power-of-two length. | Duncan Sands | 2009-11-27 | 1 | -2/+1 |
* | These code generator limitations have been removed. | Duncan Sands | 2009-11-27 | 1 | -28/+0 |
* | add comment. | Chris Lattner | 2009-11-27 | 1 | -1/+5 |
* | reduce nesting, no functionality change. | Chris Lattner | 2009-11-27 | 1 | -50/+51 |
* | limit the recursion depth of GetLinearExpression. This | Chris Lattner | 2009-11-27 | 1 | -6/+13 |