summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-16
* Revert. This isn't the correct way to go.Bill Wendling2010-07-15
* Fix the order that SCEVExpander considers add operands in so thatDan Gohman2010-07-15
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-15
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner2010-07-15
* fix indentation and 80 colsChris Lattner2010-07-15
* Don't merge uses when they are targetting fixup sites withDan Gohman2010-07-15
* fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3,Chris Lattner2010-07-15
* Use dbgs() instead of errs() in a DEBUG.Dan Gohman2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef.Dan Gohman2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling2010-07-15
* Reserve a goodly amount of room for the vectors.Bill Wendling2010-07-15
* Fix crash reported in PR7653.Devang Patel2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-15
* Speculatively revert r108429 to fix the clang self-host.Owen Anderson2010-07-15
* Per Chris' suggestion, get rid of the select canonicalization and just addOwen Anderson2010-07-15
* Remove unneeded check, and correct style.Owen Anderson2010-07-15
* Watch out for a constant offset cancelling out a base register, formingDan Gohman2010-07-15
* Reapply r108378, with bugfixes, testcase, and improved comment formatting.Owen Anderson2010-07-15
* cache another dereferenced iteratorGabor Greif2010-07-15
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-15
* This is a full sentence.Nick Lewycky2010-07-15
* Disable aliases on all platforms.Nick Lewycky2010-07-15
* Fix PR7647, handling the case when 'To' ends up being Chris Lattner2010-07-15
* make various clients of ReplaceAndSimplifyAllUses tolerate Chris Lattner2010-07-15
* Fix headers.Bill Wendling2010-07-15
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-15
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-15
* Revert r108401; it breaks bootstrap :(Eli Friedman2010-07-15
* Add AssertingVH which makes PR7647 break consistently.Eli Friedman2010-07-15
* Random note about bswap.Eli Friedman2010-07-15
* a more graceful fix for test/Other/inline-asm-newline-terminator.ll,Chris Lattner2010-07-15
* Speculatively revert r108378; may be causing bootstrap failures.Eli Friedman2010-07-15
* Last COPY conversion.Jakob Stoklund Olesen2010-07-14
* Remove restriction on NEON alignment values. Some of the NEON ld/stBob Wilson2010-07-14
* Use TargetOpcode::COPY instead of X86-native register copy instructions whenJakob Stoklund Olesen2010-07-14
* 80-col.Eric Christopher2010-07-14
* Add instcombine transforms to optimize tests of multiple bits of the same val...Owen Anderson2010-07-14
* Make the order in which variables are described in debug informationDan Gohman2010-07-14
* fix indentationChris Lattner2010-07-14
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Properly restore DebugLoc after leaving the local constant area.Dan Gohman2010-07-14
* Just use getParent() instead of getModuleFromVal when the value is a Function.Dan Gohman2010-07-14
* Rename WriteConstantInt to WriteConstantInternal, to avoid confusion.Dan Gohman2010-07-14
* Extend SimplifyCFG's common-destination folding heuristic to allow a singleOwen Anderson2010-07-14
* Factor out metadata parsing into a separate function.Dan Gohman2010-07-14