| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call RegionInlinedFnEnd if our optimization level isn't -O0. | Bill Wendling | 2009-05-18 | 1 | -1/+2 |
* | Commands beginning with '--' are converted to '-f' by gcc. Blech! | Bill Wendling | 2009-05-18 | 1 | -1/+1 |
* | Fill in the missing patterns for ADC and SBB. | Dale Johannesen | 2009-05-18 | 1 | -14/+97 |
* | termios.h contains the winsize structure we need to determine the | Douglas Gregor | 2009-05-18 | 6 | -5/+16 |
* | Rename UseTy to AccessTy, for consistency with getAccessType, and to | Dan Gohman | 2009-05-18 | 1 | -24/+25 |
* | Silence Release-Asserts warnings. | Daniel Dunbar | 2009-05-18 | 3 | -6/+11 |
* | Teach ScalarEvolution to recognize x^-1 in the case where non-demanded | Dan Gohman | 2009-05-18 | 2 | -0/+21 |
* | Delete a redundant 'else'. | Dan Gohman | 2009-05-18 | 1 | -1/+1 |
* | Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, for | Dan Gohman | 2009-05-18 | 1 | -0/+4 |
* | Minor code cleanups. Do more of the work before the if statements | Dan Gohman | 2009-05-18 | 1 | -16/+21 |
* | Add assertion checks to the SCEV operator creation methods to catch | Dan Gohman | 2009-05-18 | 1 | -0/+34 |
* | Make ScalarEvolution::isLoopGuardedByCond work even when the edge | Dan Gohman | 2009-05-18 | 3 | -14/+32 |
* | Add an isOne() utility function to ScalarEvolution, similar to isZero() | Dan Gohman | 2009-05-18 | 2 | -1/+10 |
* | Add nounwind to a few tests. | Dan Gohman | 2009-05-18 | 6 | -6/+6 |
* | Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. | Eli Friedman | 2009-05-18 | 1 | -3/+6 |
* | Fix a compile warning. | Daniel Dunbar | 2009-05-18 | 1 | -1/+1 |
* | Prevented reg0 from being added to MBB live-in set, which was causing issues | Lang Hames | 2009-05-17 | 1 | -0/+5 |
* | Rename MachineVerifier pass to avoid command line collision. | Jakob Stoklund Olesen | 2009-05-17 | 1 | -1/+1 |
* | Check that the gcc front-end is not doing inlining | Duncan Sands | 2009-05-17 | 1 | -0/+17 |
* | Mark rotl/rotr as expand. This generates pretty ugly code, but this is better... | Anton Korobeynikov | 2009-05-17 | 2 | -0/+21 |
* | Typo | Anton Korobeynikov | 2009-05-17 | 3 | -3/+18 |
* | Formatting. Some updating of data structures. More work needs to be done to u... | Bill Wendling | 2009-05-17 | 1 | -499/+613 |
* | Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. ... | Owen Anderson | 2009-05-17 | 2 | -40/+159 |
* | Remove the volatile marker from the cas_flag typedef, fixing some warnings. | Owen Anderson | 2009-05-16 | 1 | -2/+2 |
* | Fix a missing def-flag on a Mips epilogue load. | Jakob Stoklund Olesen | 2009-05-16 | 1 | -4/+4 |
* | Remember to set def-flag on register loaded from stack slot in CellSPU. | Jakob Stoklund Olesen | 2009-05-16 | 1 | -1/+1 |
* | Verify that explicit definitions in the TargetInstrDesc are matched by | Jakob Stoklund Olesen | 2009-05-16 | 1 | -1/+12 |
* | Allow redefinition of reserved registers. | Jakob Stoklund Olesen | 2009-05-16 | 1 | -2/+3 |
* | Back out the thread-safe ManagedStatic for now. Too many people have too man... | Owen Anderson | 2009-05-16 | 1 | -20/+4 |
* | Put back a bit of expensive checking logic that | Duncan Sands | 2009-05-16 | 1 | -1/+1 |
* | Make sure the CXXFLAGS setting is picked up by | Duncan Sands | 2009-05-16 | 1 | -2/+2 |
* | Pacify gcc-4.3, which suggests explicit braces here | Duncan Sands | 2009-05-16 | 1 | -1/+2 |
* | Help DejaGnu avoid pipe-jam by producing less output from certain test cases. | Jakob Stoklund Olesen | 2009-05-16 | 9 | -11/+11 |
* | Pass to verify generated machine code. | Jakob Stoklund Olesen | 2009-05-16 | 4 | -27/+711 |
* | Work around the fact that GNU libstdc++'s debug mode uses RTTI. | Jay Foad | 2009-05-15 | 1 | -0/+6 |
* | Unbreak mingw build | Anton Korobeynikov | 2009-05-15 | 1 | -10/+17 |
* | Improve compatibility with older versions of Windows. | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling | 2009-05-15 | 7 | -2804/+3188 |
* | Factor out some common code, fix more typoes, and add a memory fence that mig... | Owen Anderson | 2009-05-15 | 1 | -31/+15 |
* | Fix an unfortunate typo. | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Mark class as hidden. | Bill Wendling | 2009-05-15 | 1 | -1/+1 |
* | (Hopefully) unbreak Apple-style builds. | Owen Anderson | 2009-05-15 | 1 | -1/+0 |
* | Fix PR4210. Rewritter should track and update kills of sub-registers as well. | Evan Cheng | 2009-05-15 | 1 | -42/+63 |
* | Don't #include OSAtomic.h unless we really need it. | Owen Anderson | 2009-05-15 | 1 | -1/+3 |
* | Fix warning. | Nick Lewycky | 2009-05-15 | 1 | -1/+1 |
* | Add extra parenthesis around || statements to pacify compiler. | Nick Lewycky | 2009-05-15 | 1 | -7/+13 |
* | Move c'tor/d'tor to top of file. | Bill Wendling | 2009-05-15 | 1 | -17/+14 |
* | Split out the DwarfException class into its own file. No functionality change, | Bill Wendling | 2009-05-15 | 3 | -769/+894 |
* | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling | 2009-05-15 | 7 | -1278/+1584 |
* | Now with working on Leopard! | Owen Anderson | 2009-05-15 | 2 | -3/+3 |