| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify code. | Benjamin Kramer | 2010-09-21 | 1 | -8/+6 |
* | Make CreateComplexVariable independent of SmallVector. | Benjamin Kramer | 2010-09-21 | 1 | -7/+6 |
* | Don't include <fenv.h> now that we have llvm/System/FEnv.h. | Jakob Stoklund Olesen | 2010-09-17 | 1 | -1/+0 |
* | Attempt to support platforms which don't have fenv.h. | Dan Gohman | 2010-09-17 | 1 | -12/+7 |
* | Fix the folding of floating-point math library calls, like sin(infinity), | Dan Gohman | 2010-09-17 | 1 | -2/+9 |
* | Add an #include of raw_ostream.h. Previously, this only compiled | Dan Gohman | 2010-09-17 | 1 | -0/+1 |
* | Update CMake build. | Benjamin Kramer | 2010-09-16 | 1 | -0/+1 |
* | Rename a variable to avoid a declaration conflict. | Dan Gohman | 2010-09-16 | 1 | -3/+3 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 1 | -0/+153 |
* | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson | 2010-09-16 | 1 | -24/+11 |
* | It is possible, under specific circumstances involving ptrtoint ConstantExpr'... | Owen Anderson | 2010-09-16 | 1 | -3/+7 |
* | Fix PR8161, in which an unreachable loop causes recursive instruction simplif... | Owen Anderson | 2010-09-16 | 1 | -11/+24 |
* | PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit | Eli Friedman | 2010-09-15 | 1 | -3/+3 |
* | Convert TBAA to use the new TBAATag field of AliasAnalysis::Location. | Dan Gohman | 2010-09-14 | 1 | -20/+4 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 8 | -378/+135 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 2 | -3/+1 |
* | Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. | Benjamin Kramer | 2010-09-10 | 1 | -0/+20 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 2 | -1/+3 |
* | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 1 | -0/+6 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 2 | -13/+57 |
* | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson | 2010-09-09 | 1 | -92/+90 |
* | Add a new experimental generalized dependence query interface to | Dan Gohman | 2010-09-08 | 2 | -0/+212 |
* | Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ... | Owen Anderson | 2010-09-07 | 1 | -0/+2 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+6 |
* | cleanup some of the lifetime/invariant marker stuff, add a big fixme. | Chris Lattner | 2010-09-06 | 1 | -6/+11 |
* | speed up -gvn 3.4% on the testcase in PR7023 | Chris Lattner | 2010-09-06 | 1 | -1/+1 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 1 | -6/+10 |
* | fix PR8063, a crash in globalopt in the malloc analysis code. | Chris Lattner | 2010-09-05 | 1 | -20/+29 |
* | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 4 | -29/+0 |
* | Disable the asserts that check that normalization is perfectly | Dan Gohman | 2010-09-03 | 1 | -2/+7 |
* | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson | 2010-09-03 | 1 | -2/+11 |
* | stop forcing a noop AssemblyAnnotationWriter to silence #uses | Chris Lattner | 2010-09-02 | 1 | -5/+1 |
* | Remove incorrect and poorly tested code for trying to reason about values on ... | Owen Anderson | 2010-09-02 | 1 | -16/+2 |
* | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson | 2010-09-02 | 1 | -4/+0 |
* | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman | 2010-09-01 | 1 | -89/+78 |
* | Reapply r112432, now that the real problem is addressed. | Dan Gohman | 2010-08-31 | 1 | -4/+9 |
* | Reapply r112433, now that the real problem is addressed. | Dan Gohman | 2010-08-31 | 1 | -21/+24 |
* | Revert r110916. This patch is buggy because the code inside the | Dan Gohman | 2010-08-31 | 1 | -7/+4 |
* | Revert r112432. It appears to be exposing a problem in the emacs build. | Dan Gohman | 2010-08-31 | 1 | -9/+4 |
* | Speculatively revert r112433. | Dan Gohman | 2010-08-31 | 1 | -24/+21 |
* | It is possible to try to merge a not-constant with a constantrage, when deali... | Owen Anderson | 2010-08-30 | 1 | -2/+3 |
* | Don't print two "0x" prefixes. Use a raw_ostream overload instead of llvm::fo... | Benjamin Kramer | 2010-08-30 | 1 | -2/+1 |
* | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner | 2010-08-29 | 1 | -14/+20 |
* | Make IVUsers iterative instead of recursive. | Dan Gohman | 2010-08-29 | 1 | -78/+89 |
* | Restructure the {A,+,B}<L> * {C,+,D}<L> folding so that it folds | Dan Gohman | 2010-08-29 | 1 | -21/+24 |
* | Batch up subtracts along with adds, when analyzing long chains of | Dan Gohman | 2010-08-29 | 1 | -4/+9 |
* | Micro-optimize GroupByComplexity. | Dan Gohman | 2010-08-29 | 1 | -2/+3 |
* | Hold AddRec->getLoop() in a variable, to make the Mul code more consistent | Dan Gohman | 2010-08-29 | 1 | -3/+4 |
* | Rename a variable, for consistency. | Dan Gohman | 2010-08-29 | 1 | -5/+8 |