aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-03The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray
2007-04-03Addition to the previous commit for getCalleeSavedRegClasses:Nicolas Geoffray
2007-04-03The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray
2007-04-03Prepare for Subversion migration by implementing a -usesvn to tell theReid Spencer
2007-04-03Reverting back to 1.723. The last two commits broke JM (and possibily others)...Evan Cheng
2007-04-03Inverted logic.Evan Cheng
2007-04-03Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found.Evan Cheng
2007-04-03Changed to new MMX_ recipes.Bill Wendling
2007-04-03Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling
2007-04-03split some code out into a helper functionChris Lattner
2007-04-03Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndI...Chris Lattner
2007-04-03add missing operatorChris Lattner
2007-04-03Fix PR1253 and xor2.ll:test[01]Chris Lattner
2007-04-03new testcase for PR1253Chris Lattner
2007-04-03add a helper function to constantint.Chris Lattner
2007-04-03Arm supports negative strides as well, add them. This lets us compile:Chris Lattner
2007-04-03new testcase, where we should use a negative strideChris Lattner
2007-04-02allow -1 strides to reuse "1" strides.Chris Lattner
2007-04-02Add a regtest for cases we now recognize as rotates, thanks to Scott Michel'sChris Lattner
2007-04-021. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL.Scott Michel
2007-04-02fix this testcase so it passesChris Lattner
2007-04-02fix this testcase on ppc hostsChris Lattner
2007-04-02fix off by 1 error in displacement computationDale Johannesen
2007-04-02fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scalesChris Lattner
2007-04-02Ugh. Copy coalescer does not update register numbers.Evan Cheng
2007-04-02New test case.Evan Cheng
2007-04-02add support for the 'w' inline asm register class.Chris Lattner
2007-04-02Update example notes to clarify system linker's role.Devang Patel
2007-04-02Regenerate.Reid Spencer
2007-04-02Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer
2007-04-021. Make use of APInt operation instead of using ConstantExpr::getXXX.Zhou Sheng
2007-04-02Use uint32_t for bitwidth instead of unsigned.Zhou Sheng
2007-04-02Pass the type of the store access, not the type of the store, into theChris Lattner
2007-04-02new testcase.Chris Lattner
2007-04-02Fix a bug which caused us to never be able to use signed comparisons forChris Lattner
2007-04-02new testcaseChris Lattner
2007-04-02Wrap long lineChris Lattner
2007-04-02use more obvious function name.Chris Lattner
2007-04-02Treat xor of signbit like an add.Chris Lattner
2007-04-02add a helper function.Chris Lattner
2007-04-02simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implementsChris Lattner
2007-04-02creative way to add one.Chris Lattner
2007-04-02my patch fixed the fixme.Chris Lattner
2007-04-02Fix illegal assembly syntax.Reid Spencer
2007-04-02bwsap -> bswapReid Spencer
2007-04-02RegenerateReid Spencer
2007-04-02Upgrade the bit count intrinsics to have an i32 result.Reid Spencer
2007-04-02Add a test case to make sure that constant folding of the bit countingReid Spencer
2007-04-02reduce use of std::setChris Lattner
2007-04-02Various passes before isel split edges and do other CFG-restructuring changes.Chris Lattner