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