| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+1 |
* | Eliminate some calls to Value::getNameStr. | Benjamin Kramer | 2010-10-16 | 1 | -1/+1 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+5 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+6 |
* | deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. | Chris Lattner | 2010-09-01 | 1 | -2/+8 |
* | add a gross hack to work around a problem that Argiris reported | Chris Lattner | 2010-09-01 | 1 | -6/+25 |
* | remove dead prototype. | Chris Lattner | 2010-08-18 | 1 | -2/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -1/+2 |
* | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -2/+2 |
* | Fix the second half of PR7437: scalarrepl wasn't preserving | Chris Lattner | 2010-07-08 | 1 | -21/+9 |
* | use getArgOperand instead of getOperand | Gabor Greif | 2010-06-30 | 1 | -4/+4 |
* | employ CallInst::ArgOffset (for now) | Gabor Greif | 2010-06-28 | 1 | -2/+2 |
* | use cached value | Gabor Greif | 2010-06-28 | 1 | -1/+1 |
* | minor cleanup to SROA: when lowering type unsafe accesses to | Chris Lattner | 2010-06-27 | 1 | -1/+6 |
* | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -1/+1 |
* | use abstract accessors to CallInst | Gabor Greif | 2010-04-20 | 1 | -1/+1 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -8/+8 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -8/+8 |
* | fix comment noticed by Bob | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -8/+8 |
* | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner | 2010-04-16 | 1 | -6/+4 |
* | improve comments. | Chris Lattner | 2010-04-16 | 1 | -47/+70 |
* | pull all the ConvertToScalarInfo code together into one | Chris Lattner | 2010-04-16 | 1 | -562/+568 |
* | more refactoring: suck some stuff out of SRoA into | Chris Lattner | 2010-04-16 | 1 | -88/+96 |
* | introduce a new ConvertToScalarInfo struct to simplify | Chris Lattner | 2010-04-15 | 1 | -62/+83 |
* | tidy interface to isOnlyCopiedFromConstantGlobal | Chris Lattner | 2010-04-15 | 1 | -15/+14 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -10/+10 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -10/+10 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -10/+10 |
* | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif | 2010-04-06 | 1 | -5/+7 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -6/+26 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -26/+6 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -6/+26 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -26/+6 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -6/+26 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -18/+18 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -6/+7 |
* | Adjust the heuristics used to decide when SROA is likely to be profitable. | Bob Wilson | 2010-02-03 | 1 | -18/+20 |
* | Use the less expensive getName function instead of getNameStr. | Benjamin Kramer | 2010-01-27 | 1 | -5/+4 |
* | Change Value::getUnderlyingObject to have the MaxLookup value specified as a | Bob Wilson | 2010-01-25 | 1 | -3/+3 |
* | DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ... | Victor Hernandez | 2010-01-21 | 1 | -59/+7 |
* | Fix a crash in scalarrepl for memcpy/memmove where the source and destination | Bob Wilson | 2010-01-19 | 1 | -6/+10 |
* | Use do+while instead of while for loops which obviously have a | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -8/+8 |
* | Fix the Convert to scalar to not insert dead loads in the store case. The | Chris Lattner | 2009-12-22 | 1 | -2/+12 |
* | fix some fixme's by using twines | Chris Lattner | 2009-12-22 | 1 | -6/+2 |