| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up spill weight computation. Also some changes to give loop induction | Evan Cheng | 2009-09-21 | 9 | -68/+145 |
* | Add Cortex-A8 VFP model. | David Goodwin | 2009-09-21 | 4 | -99/+370 |
* | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman | 2009-09-21 | 5 | -9/+17 |
* | Add a comment mentioning the rdar number associated with this test. | Dan Gohman | 2009-09-21 | 1 | -0/+1 |
* | Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool | Dan Gohman | 2009-09-21 | 3 | -16/+137 |
* | Recognize SSE min and max opportunities in even more cases. | Dan Gohman | 2009-09-21 | 3 | -41/+442 |
* | Fix the offset values for these memoperands. For frame objects, the | Dan Gohman | 2009-09-21 | 2 | -2/+2 |
* | big endian systems shift by bits too, hopefully this will fix the ppc | Chris Lattner | 2009-09-21 | 1 | -1/+1 |
* | Nick pointed out that DominanceFrontier and DominanceTree are preserved | Dan Gohman | 2009-09-21 | 1 | -2/+0 |
* | Remove the special-case for constants in PHI nodes; it's not really | Dan Gohman | 2009-09-21 | 1 | -3/+0 |
* | fix PR5016, a crash I introduced in GVN handing first class | Chris Lattner | 2009-09-21 | 2 | -10/+52 |
* | Use raw_ostream::indent instead of passing strings. | Mikhail Glushenkov | 2009-09-21 | 1 | -145/+163 |
* | Fix this assertion string to mention subreg_to_reg. | Dan Gohman | 2009-09-21 | 1 | -2/+2 |
* | initialize SymbolsCanStartWithDigit to false by default | Nuno Lopes | 2009-09-21 | 1 | -1/+1 |
* | Update cmake. | Xerxes Ranby | 2009-09-21 | 1 | -0/+1 |
* | Verify that phi instructions refer to MBBs in the CFG. | Jakob Stoklund Olesen | 2009-09-21 | 1 | -7/+8 |
* | enable non-local analysis and PRE of large store -> little load. | Chris Lattner | 2009-09-21 | 2 | -31/+117 |
* | convert an std::pair to an explicit struct. | Chris Lattner | 2009-09-21 | 1 | -17/+32 |
* | move some functions, add a comment. | Chris Lattner | 2009-09-21 | 1 | -164/+165 |
* | split HandleLoadFromClobberingStore in two pieces: one that does the | Chris Lattner | 2009-09-21 | 1 | -21/+41 |
* | add a note | Chris Lattner | 2009-09-21 | 1 | -1/+14 |
* | Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to | Daniel Dunbar | 2009-09-21 | 2 | -1/+12 |
* | add pr# | Chris Lattner | 2009-09-21 | 1 | -0/+1 |
* | Improve GVN to be able to forward substitute a small load | Chris Lattner | 2009-09-21 | 2 | -7/+220 |
* | add a helper method. | Chris Lattner | 2009-09-21 | 1 | -0/+12 |
* | Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im... | Evan Cheng | 2009-09-21 | 2 | -10/+57 |
* | Don't allow formatted_ostream to be unbuffered, even if its underlying buffer | Daniel Dunbar | 2009-09-21 | 1 | -1/+6 |
* | one case handled, expanded another testcase inline. | Chris Lattner | 2009-09-21 | 1 | -20/+16 |
* | formatting cleanups, no functionality change. | Chris Lattner | 2009-09-21 | 1 | -118/+116 |
* | Add documentation on how to use enable debug information in the JIT and use i... | Reid Kleckner | 2009-09-21 | 2 | -0/+174 |
* | fix a FileCheck bug where: | Chris Lattner | 2009-09-21 | 2 | -4/+3 |
* | Move ARM and X86 specific AsmParser tests into separate subdirectories, and only | Daniel Dunbar | 2009-09-21 | 7 | -3/+11 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 10 | -18/+405 |
* | Work around a FileCheck bug, for now. | Daniel Dunbar | 2009-09-20 | 1 | -0/+1 |
* | simplify as daniel suggests | Chris Lattner | 2009-09-20 | 1 | -16/+9 |
* | write rfind in terms of npos as daniel requested | Chris Lattner | 2009-09-20 | 1 | -6/+4 |
* | remove a dead method. | Chris Lattner | 2009-09-20 | 1 | -7/+0 |
* | grammaro | Chris Lattner | 2009-09-20 | 1 | -1/+1 |
* | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner | 2009-09-20 | 2 | -40/+1 |
* | rewrite CountNumNewlinesBetween to be in terms of StringRef. | Chris Lattner | 2009-09-20 | 1 | -13/+15 |
* | this was not supposed to be committed | Chris Lattner | 2009-09-20 | 1 | -21/+0 |
* | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 3 | -8/+101 |
* | rewrite FileCheck in terms of StringRef instead of manual pointer pairs. | Chris Lattner | 2009-09-20 | 1 | -68/+37 |
* | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner | 2009-09-20 | 2 | -1/+40 |
* | Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up | Chris Lattner | 2009-09-20 | 2 | -108/+203 |
* | change the interface to CoerceAvailableValueToLoadType to be | Chris Lattner | 2009-09-20 | 1 | -15/+21 |
* | Teach 'make check-all' to build the site configuration for clang, if it is in... | Daniel Dunbar | 2009-09-20 | 1 | -5/+15 |
* | enhance GVN to forward substitute a stored value to a load | Chris Lattner | 2009-09-20 | 2 | -15/+248 |
* | update an entry, delete an entry which has been fixed. | Chris Lattner | 2009-09-20 | 1 | -36/+15 |
* | tidy up | Chris Lattner | 2009-09-20 | 1 | -3/+3 |