| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 10 | -3/+1896 |
* | Disable InstCombine unsafe folding bitcasts of calls w/ varargs. | Jim Grosbach | 2012-02-01 | 1 | -14/+5 |
* | Tidy up. One more return type mismatch fix. | Jim Grosbach | 2012-01-31 | 1 | -1/+1 |
* | bz11794 : EarlyCSE stack overflow on long functions. | Lenny Maiorani | 2012-01-31 | 1 | -22/+117 |
* | Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a | Kevin Enderby | 2012-01-31 | 1 | -0/+2 |
* | Add Triple::getMacOSXVersion to replace crufty code in the clang driver. | Bob Wilson | 2012-01-31 | 1 | -0/+39 |
* | Refactor loop for better readability. | Jim Grosbach | 2012-01-31 | 1 | -3/+2 |
* | Add explanatory comment. | Jim Grosbach | 2012-01-31 | 1 | -0/+1 |
* | Obvious unnecessary loop removal. Follow through from previous checkin. | Andrew Trick | 2012-01-31 | 1 | -11/+10 |
* | Add assembler dialect attribute in asm parser which lets target specific asm ... | Devang Patel | 2012-01-31 | 2 | -6/+17 |
* | Increase the initial vector size to be equivalent to the size of the Deps | Bill Wendling | 2012-01-31 | 1 | -2/+2 |
* | Cache the size of the vector instead of calling .size() all over the place. | Bill Wendling | 2012-01-31 | 1 | -5/+5 |
* | Remove pcmpgt/pcmpeq intrinsics as clang is not using them. | Craig Topper | 2012-01-31 | 1 | -20/+0 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 5 | -11/+6 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 7 | -231/+45 |
* | RAFast: Generalize the logic for return operands. | Andrew Trick | 2012-01-31 | 1 | -20/+59 |
* | fix a small oversight that broke the fhourstones app. | Chris Lattner | 2012-01-31 | 1 | -1/+1 |
* | remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. | Chris Lattner | 2012-01-31 | 2 | -17/+4 |
* | eliminate the last uses of GetConstantStringInfo from this file, I didn't rea... | Chris Lattner | 2012-01-31 | 1 | -7/+7 |
* | Add various coarse bit-width architecture predicates to llvm::Triple. | Chandler Carruth | 2012-01-31 | 1 | -0/+49 |
* | start moving SimplifyLibcalls over to getConstantStringInfo, which is | Chris Lattner | 2012-01-31 | 1 | -49/+53 |
* | Change ConstantArray::get to form a ConstantDataArray when possible, | Chris Lattner | 2012-01-31 | 3 | -177/+147 |
* | rework this logic to not depend on the last argument to GetConstantStringInfo, | Chris Lattner | 2012-01-31 | 1 | -4/+10 |
* | don't emit a 1-byte object as a .fill. This is silly and causes | Chris Lattner | 2012-01-31 | 1 | -1/+3 |
* | use the right accessor for ConstantDataArray. | Chris Lattner | 2012-01-31 | 1 | -1/+1 |
* | fix asmwriting of ConstantDataArray to use the right element count, | Chris Lattner | 2012-01-31 | 1 | -22/+18 |
* | enhance logic to support ConstantDataArray. | Chris Lattner | 2012-01-31 | 1 | -8/+13 |
* | Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. | Bill Wendling | 2012-01-31 | 3 | -96/+0 |
* | s/getInnerUnwindDest/getInnerResumeDest/g | Bill Wendling | 2012-01-31 | 1 | -4/+4 |
* | Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy | Bill Wendling | 2012-01-31 | 2 | -53/+0 |
* | Remove ivar which is identical to another ivar. | Bill Wendling | 2012-01-31 | 1 | -10/+6 |
* | Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g. | Bill Wendling | 2012-01-31 | 1 | -9/+4 |
* | Remove more dead functions. | Bill Wendling | 2012-01-31 | 1 | -211/+0 |
* | s/getInnerUnwindDestNewEH/getInnerUnwindDest/g | Bill Wendling | 2012-01-31 | 1 | -4/+3 |
* | Remove some unused, old-EH methods. | Bill Wendling | 2012-01-31 | 1 | -116/+3 |
* | Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ... | Eli Friedman | 2012-01-31 | 1 | -7/+9 |
* | Get rid of references to dead intrinsics. | Bill Wendling | 2012-01-31 | 1 | -53/+5 |
* | Formatting cleanups. No functionality change. | Bill Wendling | 2012-01-31 | 1 | -20/+20 |
* | Remove no-longer-useful dyn_casts and pals. | Bill Wendling | 2012-01-31 | 1 | -21/+10 |
* | Add a constified getLandingPad() method. | Bill Wendling | 2012-01-31 | 1 | -0/+3 |
* | [asan] fix the ObjC support (asan Issue #33) | Kostya Serebryany | 2012-01-30 | 1 | -13/+21 |
* | Chris's constant data sequence refactoring actually enabled printing | Chandler Carruth | 2012-01-30 | 1 | -1/+1 |
* | PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina. | Evan Cheng | 2012-01-30 | 2 | -2/+4 |
* | Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,... | Devang Patel | 2012-01-30 | 1 | -2/+4 |
* | Typo. | Chad Rosier | 2012-01-30 | 1 | -1/+1 |
* | Typo. | Chad Rosier | 2012-01-30 | 1 | -1/+1 |
* | Implement String Cast from Integer | David Greene | 2012-01-30 | 1 | -0/+5 |
* | Intel syntax. Support .intel_syntax directive. | Devang Patel | 2012-01-30 | 1 | -10/+24 |
* | Fix refacto. | Benjamin Kramer | 2012-01-30 | 1 | -2/+2 |
* | Here's a new one: GCC was complaining about an only-used-in-asserts | Matt Beaumont-Gay | 2012-01-30 | 1 | -2/+2 |