| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify trivial cast-of-cast SCEVs. | Dan Gohman | 2009-04-22 | 1 | -0/+12 |
* | SCEVExpander's InsertCastOfTo knows how to move existing cast | Dan Gohman | 2009-04-22 | 2 | -0/+29 |
* | Use BasicBlock::iterator instead of Instruction* for insert points, | Dan Gohman | 2009-04-22 | 2 | -12/+13 |
* | Make SCEVExpanders private methods private, instead of protected. | Dan Gohman | 2009-04-22 | 1 | -1/+2 |
* | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman | 2009-04-22 | 3 | -27/+45 |
* | ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. | Dan Gohman | 2009-04-22 | 1 | -1/+1 |
* | Make the function begin label start after ther data pointer. | Sanjiv Gupta | 2009-04-22 | 3 | -9/+12 |
* | These tests are x86 specific. | Duncan Sands | 2009-04-22 | 2 | -1/+3 |
* | Real fix for PR3549, by using caching for predecessor counts in addition to t... | Owen Anderson | 2009-04-22 | 1 | -11/+13 |
* | Add caching of predecessor counts as well as predecessors themselves. | Owen Anderson | 2009-04-22 | 1 | -0/+9 |
* | Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test... | Owen Anderson | 2009-04-22 | 1 | -2/+5 |
* | Fix for PR3946, in which SmallVector could behave strangely in corner cases. | Owen Anderson | 2009-04-22 | 1 | -2/+2 |
* | use predicate instead of hand-rolled loop | Chris Lattner | 2009-04-21 | 1 | -11/+4 |
* | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide much | Dan Gohman | 2009-04-21 | 2 | -459/+274 |
* | It has finally happened. Spiller is now using live interval info. | Evan Cheng | 2009-04-21 | 7 | -43/+96 |
* | When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the | Dan Gohman | 2009-04-21 | 2 | -1/+30 |
* | Support --with-llvmgccdir and friends in llvmc, take 2. | Mikhail Glushenkov | 2009-04-21 | 4 | -9/+62 |
* | Test case for revision 69683. | Devang Patel | 2009-04-21 | 1 | -0/+32 |
* | fix a crash on a pointless but valid zero-length memset, rdar://6808691 | Chris Lattner | 2009-04-21 | 2 | -13/+31 |
* | Silence warnings. | Anton Korobeynikov | 2009-04-21 | 1 | -5/+5 |
* | Drop obsolete reference to __eprintf. | Anton Korobeynikov | 2009-04-21 | 1 | -2/+0 |
* | 'The "or die" is intended to catch the case where nm returned a | Anton Korobeynikov | 2009-04-21 | 1 | -3/+4 |
* | Get rid of what looks like a copy-and-pasted typo. | Duncan Sands | 2009-04-21 | 1 | -3/+3 |
* | TLS_addr64 and TLS_addr32 define RDI and EAX. They don't use them. | Rafael Espindola | 2009-04-21 | 2 | -2/+2 |
* | Handle direct aggregate type arguments. | Sanjiv Gupta | 2009-04-21 | 2 | -51/+36 |
* | Teach ScalarEvolution how to recognize zext-inreg and sext-inreg, | Dan Gohman | 2009-04-21 | 1 | -0/+27 |
* | This FIXME is fixed, now that SCEV understands pointers. | Dan Gohman | 2009-04-21 | 1 | -3/+0 |
* | Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr, | Dan Gohman | 2009-04-21 | 3 | -64/+48 |
* | Usage getAnalysisToUpdate for TargetData, per PR760. | Dan Gohman | 2009-04-21 | 1 | -2/+1 |
* | Introduce encapsulation for ScalarEvolution's TargetData object, and refactor | Dan Gohman | 2009-04-21 | 6 | -188/+244 |
* | Move some assertion checks so they can do more complete checking. | Dan Gohman | 2009-04-21 | 1 | -6/+8 |
* | Convert ScalarEvolution to use raw_ostream instead of OStream. | Dan Gohman | 2009-04-21 | 3 | -41/+49 |
* | Fix Visual Studio 2008 build failure. | Devang Patel | 2009-04-21 | 1 | -3/+3 |
* | Make X86's copyRegToReg able to handle copies to and from subclasses. | Dan Gohman | 2009-04-20 | 2 | -45/+29 |
* | Simplify this code. getConstant knows how to make | Dan Gohman | 2009-04-20 | 1 | -10/+3 |
* | No, we are not avoiding -O3, just -fstrict-aliasing. | Evan Cheng | 2009-04-20 | 1 | -2/+2 |
* | Adjust loop size estimate for full unrolling; | Dale Johannesen | 2009-04-20 | 1 | -0/+2 |
* | One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin... | Evan Cheng | 2009-04-20 | 2 | -10/+12 |
* | Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: | Daniel Dunbar | 2009-04-20 | 4 | -7/+10 |
* | Remove unused variable. | Daniel Dunbar | 2009-04-20 | 1 | -1/+0 |
* | Move duplicated AddLiveIn function from X86 and ARM backends to be a method | Bob Wilson | 2009-04-20 | 4 | -30/+23 |
* | Match C backend only if it explicitly requested. | Devang Patel | 2009-04-20 | 1 | -2/+3 |
* | Remove clang since its conditionally there already. | Tanya Lattner | 2009-04-20 | 1 | -1/+1 |
* | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson | 2009-04-20 | 4 | -16/+11 |
* | - Remove an arbitrary spill weight tweak that should not have been there. | Evan Cheng | 2009-04-20 | 1 | -5/+26 |
* | Emit the auto variables of a function into a different section than parameters. | Sanjiv Gupta | 2009-04-20 | 3 | -25/+47 |
* | It's not necessary for PrintModulePass to flush the output streams | Dan Gohman | 2009-04-20 | 1 | -2/+0 |
* | Use .empty() instead of .size(). | Dan Gohman | 2009-04-20 | 1 | -2/+2 |
* | Don't discard an AssemblyAnnotationWriter when writing GlobalValues, | Dan Gohman | 2009-04-20 | 1 | -1/+1 |
* | These bitfields were being miscompiled on some | Duncan Sands | 2009-04-20 | 1 | -11/+27 |