| Commit message (Expand) | Author | Age | Files | Lines |
* | build/Clang: Build and install libLTO as part of clang-only/install-clang tar... | Daniel Dunbar | 2010-07-16 | 1 | -2/+4 |
* | Fix this test. | Dan Gohman | 2010-07-16 | 1 | -1/+1 |
* | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen | 2010-07-16 | 3 | -12/+207 |
* | Revert. This isn't the correct way to go. | Bill Wendling | 2010-07-15 | 4 | -27/+4 |
* | Fix the order that SCEVExpander considers add operands in so that | Dan Gohman | 2010-07-15 | 2 | -2/+54 |
* | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling | 2010-07-15 | 4 | -4/+27 |
* | Split -enable-finite-only-fp-math to two options: | Evan Cheng | 2010-07-15 | 11 | -38/+39 |
* | build/Darwin: Add a missing directory dependency. | Daniel Dunbar | 2010-07-15 | 1 | -1/+1 |
* | remove some unneeded overloads that were causing | Chris Lattner | 2010-07-15 | 1 | -20/+0 |
* | fix the definitions of ConstTextCoalSection/ConstDataCoalSection | Chris Lattner | 2010-07-15 | 2 | -4/+5 |
* | fix indentation and 80 cols | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
* | Revert 108456. i.e. bring back r108444. | Devang Patel | 2010-07-15 | 1 | -0/+21 |
* | Revert 108444. It breaks a build. | Devang Patel | 2010-07-15 | 1 | -21/+0 |
* | Don't merge uses when they are targetting fixup sites with | Dan Gohman | 2010-07-15 | 1 | -1/+20 |
* | fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3, | Chris Lattner | 2010-07-15 | 1 | -1/+1 |
* | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman | 2010-07-15 | 1 | -1/+1 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -3/+3 |
* | Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef. | Dan Gohman | 2010-07-15 | 1 | -0/+14 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -2/+3 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time | Bill Wendling | 2010-07-15 | 3 | -18/+24 |
* | Reserve a goodly amount of room for the vectors. | Bill Wendling | 2010-07-15 | 1 | -2/+4 |
* | build/Darwin: Add support for embedding version information in tool executables. | Daniel Dunbar | 2010-07-15 | 1 | -0/+21 |
* | Fix crash reported in PR7653. | Devang Patel | 2010-07-15 | 2 | -1/+13 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 2 | -14/+14 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -1/+1 |
* | Speculatively revert r108429 to fix the clang self-host. | Owen Anderson | 2010-07-15 | 2 | -19/+28 |
* | Per Chris' suggestion, get rid of the select canonicalization and just add | Owen Anderson | 2010-07-15 | 2 | -28/+19 |
* | Remove unneeded check, and correct style. | Owen Anderson | 2010-07-15 | 1 | -3/+2 |
* | Watch out for a constant offset cancelling out a base register, forming | Dan Gohman | 2010-07-15 | 2 | -2/+53 |
* | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 3 | -0/+62 |
* | cache another dereferenced iterator | Gabor Greif | 2010-07-15 | 1 | -4/+6 |
* | 80-col. | Eric Christopher | 2010-07-15 | 1 | -5/+5 |
* | revert bill's patches in an attempt to fix the buildbot. | Chris Lattner | 2010-07-15 | 4 | -27/+22 |
* | This is a full sentence. | Nick Lewycky | 2010-07-15 | 1 | -1/+1 |
* | Disable aliases on all platforms. | Nick Lewycky | 2010-07-15 | 1 | -0/+5 |
* | Correctly set rpath on Mac OS X for executable tools. Note that I am not cer... | Ted Kremenek | 2010-07-15 | 1 | -0/+5 |
* | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner | 2010-07-15 | 2 | -14/+81 |
* | make various clients of ReplaceAndSimplifyAllUses tolerate | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
* | Fix headers. | Bill Wendling | 2010-07-15 | 2 | -1/+1 |
* | Use std::vector instead of a hard-coded array. The length of that array could | Bill Wendling | 2010-07-15 | 2 | -17/+20 |
* | Use std::vector instead of a hard-coded array. The length of that array could | Bill Wendling | 2010-07-15 | 2 | -6/+8 |
* | see comment. | Chris Lattner | 2010-07-15 | 1 | -0/+4 |
* | add an accessor. | Chris Lattner | 2010-07-15 | 1 | -0/+4 |
* | Revert r108401; it breaks bootstrap :( | Eli Friedman | 2010-07-15 | 1 | -3/+1 |
* | Add AssertingVH which makes PR7647 break consistently. | Eli Friedman | 2010-07-15 | 1 | -1/+3 |
* | Random note about bswap. | Eli Friedman | 2010-07-15 | 1 | -0/+26 |
* | a more graceful fix for test/Other/inline-asm-newline-terminator.ll, | Chris Lattner | 2010-07-15 | 2 | -15/+1 |
* | Speculatively revert r108378; may be causing bootstrap failures. | Eli Friedman | 2010-07-15 | 2 | -43/+0 |
* | Last COPY conversion. | Jakob Stoklund Olesen | 2010-07-14 | 1 | -3/+2 |
* | Remove restriction on NEON alignment values. Some of the NEON ld/st | Bob Wilson | 2010-07-14 | 3 | -9/+4 |