| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweak MemoryBuffer to allocate the class itself, the name and possibly the | Benjamin Kramer | 2010-06-25 | 1 | -70/+60 |
| * | use ArgOperand accessors | Gabor Greif | 2010-06-25 | 1 | -9/+14 |
| * | use ArgOperand API (the simple part) | Gabor Greif | 2010-06-25 | 1 | -2/+2 |
| * | use ArgOperand API | Gabor Greif | 2010-06-25 | 1 | -140/+140 |
| * | use ArgOperand API | Gabor Greif | 2010-06-25 | 1 | -1/+1 |
| * | use ArgOperand API and CallSite to access arguments of CallInst | Gabor Greif | 2010-06-25 | 1 | -23/+26 |
| * | use ArgOperand API and CallSite to access arguments of CallInst | Gabor Greif | 2010-06-25 | 2 | -9/+11 |
| * | use ArgOperand API | Gabor Greif | 2010-06-25 | 1 | -1/+1 |
| * | prune an include | Gabor Greif | 2010-06-25 | 1 | -1/+0 |
| * | use ArgOperand API (one more hunk I could split) | Gabor Greif | 2010-06-25 | 1 | -2/+2 |
| * | use ArgOperand API (some hunks I could split) | Gabor Greif | 2010-06-25 | 2 | -14/+14 |
| * | use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ... | Gabor Greif | 2010-06-25 | 1 | -5/+7 |
| * | Add missing ARM and Thumb data layout info for vector types. | Bob Wilson | 2010-06-25 | 1 | -4/+8 |
| * | Reduce indentation. | Bob Wilson | 2010-06-25 | 1 | -8/+7 |
| * | Fix a case where an earlyclobber operand of an asm | Dale Johannesen | 2010-06-25 | 1 | -0/+17 |
| * | Add some AVX convert instructions | Bruno Cardoso Lopes | 2010-06-25 | 1 | -0/+24 |
| * | Make sure all eliminated kills are removed from VNInfo lists. | Jakob Stoklund Olesen | 2010-06-24 | 1 | -0/+2 |
| * | Add some comments. | Dan Gohman | 2010-06-24 | 1 | -0/+7 |
| * | Refactoring of SSE convert intrinsics | Bruno Cardoso Lopes | 2010-06-24 | 1 | -62/+53 |
| * | Teach EmitLiveInCopies to omit copies for unused virtual registers, | Dan Gohman | 2010-06-24 | 1 | -14/+25 |
| * | Refactoring of SSE conversion instructions | Bruno Cardoso Lopes | 2010-06-24 | 1 | -25/+18 |
| * | Refactor SSE cmp intrinsics and declare the same for AVX | Bruno Cardoso Lopes | 2010-06-24 | 1 | -30/+29 |
| * | It's possible that a flag is added to the SDNode that points back to the | Bill Wendling | 2010-06-24 | 1 | -11/+19 |
| * | DBG_VALUE machine instruction pointing to undefined register for a variable j... | Devang Patel | 2010-06-24 | 1 | -4/+1 |
| * | Don't return a std::vector in the Spiller interface, but take a reference to a | Jakob Stoklund Olesen | 2010-06-24 | 3 | -33/+38 |
| * | - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}. | Bruno Cardoso Lopes | 2010-06-24 | 2 | -164/+138 |
| * | Remove the now unused LiveIntervals::getVNInfoSourceReg(). | Jakob Stoklund Olesen | 2010-06-24 | 1 | -31/+0 |
| * | Teach AdjustCopiesBackFrom to also use CoalescerPair to identify compatible c... | Jakob Stoklund Olesen | 2010-06-24 | 2 | -16/+13 |
| * | Disallow matching "i" constraint to symbol addresses when | Dale Johannesen | 2010-06-24 | 1 | -0/+7 |
| * | Remove the -fast-spill option. | Jakob Stoklund Olesen | 2010-06-24 | 1 | -87/+0 |
| * | Oops. IT block formation pass needs to be run at any optimization level. | Evan Cheng | 2010-06-24 | 1 | -4/+3 |
| * | Loosen up the requirements in the Horrible Hack(tm) to include all selectors | Bill Wendling | 2010-06-24 | 1 | -30/+10 |
| * | Always allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes PR7324. | Eli Friedman | 2010-06-24 | 1 | -11/+9 |
| * | Replace a big gob of old coalescer logic with the new CoalescerPair class. | Jakob Stoklund Olesen | 2010-06-24 | 3 | -731/+219 |
| * | Add an exports file for the Hello example plugin. | Dan Gohman | 2010-06-24 | 2 | -0/+8 |
| * | Print the LSBs of a SlotIndex symbolically using letters referring to the | Jakob Stoklund Olesen | 2010-06-24 | 1 | -1/+3 |
| * | Simplify this code; switch lowering shouldn't produce cases | Dan Gohman | 2010-06-24 | 1 | -12/+4 |
| * | A few minor micro-optimizations. | Dan Gohman | 2010-06-24 | 1 | -5/+11 |
| * | Teach getExactSDiv to evaluate x/1 to x up front, as it's a common | Dan Gohman | 2010-06-24 | 1 | -8/+16 |
| * | PR7458: Try commuting Thumb2 instruction operands to put them into 2-address | Bob Wilson | 2010-06-24 | 1 | -3/+11 |
| * | Don't try to preserve pointer types in SCEVConstants; the old code | Dan Gohman | 2010-06-24 | 1 | -12/+8 |
| * | Fix copy+pasto issues in isMulSExtable. | Dan Gohman | 2010-06-24 | 1 | -4/+5 |
| * | Make the trunc code consistent with the zext and sext code in its | Dan Gohman | 2010-06-24 | 1 | -1/+2 |
| * | Add overloads for getFile and getFileOrSTDIN which take a const char * | Dan Gohman | 2010-06-24 | 1 | -3/+17 |
| * | Be more strict about subreg-to-subreg copies in CoalescerPair. | Jakob Stoklund Olesen | 2010-06-24 | 1 | -5/+15 |
| * | use ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -3/+3 |
| * | Verify that VNI kills are pointing to existing instructions. | Jakob Stoklund Olesen | 2010-06-24 | 1 | -0/+1 |
| * | use (even more, still) ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -8/+8 |
| * | Eliminate the other half of the BRCOND optimization, and update | Dan Gohman | 2010-06-24 | 1 | -7/+0 |
| * | Eliminate the first have of the optimization which eliminates BRCOND | Dan Gohman | 2010-06-24 | 1 | -3/+1 |