| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the other issue with ID's, hopefully really fixing the linux build. | Chris Lattner | 2009-10-18 | 1 | -7/+6 |
* | fix some problems with ID definitions, which will hopefully fix the build bots. | Chris Lattner | 2009-10-18 | 1 | -7/+5 |
* | add function passes for printing various dominator datastructures | Chris Lattner | 2009-10-18 | 2 | -0/+269 |
* | make DOTGraphTraits public, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 1 | -61/+2 |
* | inline isGEP away. | Chris Lattner | 2009-10-17 | 1 | -10/+6 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 4 | -24/+8 |
* | Invert isSafeToGetMallocArraySize check because we return NULL when we don't ... | Victor Hernandez | 2009-10-16 | 1 | -1/+1 |
* | When checking aliases between phi sources and V2, we know the sources are not... | Evan Cheng | 2009-10-16 | 1 | -3/+3 |
* | Fix bug where array malloc with unexpected computation of the size argument r... | Victor Hernandez | 2009-10-15 | 2 | -11/+47 |
* | Add missing break statements! Thanks to Duncan Sands for pointing this out! | Nick Lewycky | 2009-10-15 | 1 | -0/+2 |
* | Teach basicaa about memcpy/memmove/memset. The length argument can be used to | Nick Lewycky | 2009-10-15 | 1 | -0/+22 |
* | Teach BasicAA to use the size parameter of the memory use marker intrinsics. | Nick Lewycky | 2009-10-15 | 1 | -18/+29 |
* | Take advantage of TargetData when available; we know that the atomic intrinsics | Nick Lewycky | 2009-10-15 | 1 | -18/+23 |
* | Clear VisitedPHIs after use. | Evan Cheng | 2009-10-14 | 1 | -1/+3 |
* | Another BasicAA fix. If a value does not alias a GEP's base pointer, then it | Evan Cheng | 2009-10-14 | 1 | -39/+46 |
* | More code clean up based on patch feedback. | Evan Cheng | 2009-10-14 | 1 | -12/+16 |
* | Change VisitedPHIs into an instance variable that's freed by each alias() call. | Evan Cheng | 2009-10-14 | 1 | -22/+22 |
* | Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu... | Evan Cheng | 2009-10-13 | 1 | -12/+69 |
* | Compute a full cost value even when a setjmp call is found. | Dan Gohman | 2009-10-13 | 1 | -3/+1 |
* | Split code not specific to Function inlining out into a separate class, | Dan Gohman | 2009-10-13 | 1 | -25/+28 |
* | Update the other CMake file. | Benjamin Kramer | 2009-10-13 | 1 | -0/+1 |
* | Refactor some code. No functionality changes. | Evan Cheng | 2009-10-13 | 1 | -105/+119 |
* | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman | 2009-10-13 | 1 | -0/+337 |
* | "there is not any instruction with attached debug info in this module" does n... | Devang Patel | 2009-10-13 | 1 | -11/+11 |
* | Teach BasicAA a little something about the atomic intrinsics: they can only | Nick Lewycky | 2009-10-13 | 1 | -0/+21 |
* | Memory dependence analysis was incorrectly stopping to scan for stores to a p... | Victor Hernandez | 2009-10-13 | 1 | -10/+5 |
* | Revert r83606 and add comments explaining why it isn't safe. | Dan Gohman | 2009-10-09 | 1 | -12/+10 |
* | Preserve HasNSW and HasNUW when constructing SCEVs for Add and Mul | Dan Gohman | 2009-10-09 | 1 | -4/+12 |
* | Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions. | Dan Gohman | 2009-10-09 | 1 | -12/+22 |
* | Update CMake build yet again after a source file was removed | Douglas Gregor | 2009-10-08 | 1 | -1/+0 |
* | It's possible for a global variable to be optimized out of a metadata object. So | Bill Wendling | 2009-10-08 | 1 | -1/+1 |
* | remove LoopVR pass. According to Nick: | Chris Lattner | 2009-10-08 | 1 | -297/+0 |
* | Extract subprogram and compile unit information from the debug info attached ... | Devang Patel | 2009-10-07 | 1 | -0/+29 |
* | Add PR to this FIXME, looks like I didn't commit this change after all. | Edwin Török | 2009-10-07 | 1 | -1/+2 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 2 | -2/+2 |
* | Extend ConstantFolding to understand signed overflow variants | Evan Phoenix | 2009-10-05 | 1 | -0/+24 |
* | Don't treat malloc calls with non-matching prototype as malloc. | Edwin Török | 2009-10-05 | 1 | -2/+13 |
* | Remove an unnnecessary LLVMContext argument in | Dan Gohman | 2009-10-05 | 1 | -2/+1 |
* | teach the optimizer how to constant fold uadd/usub intrinsics. | Chris Lattner | 2009-10-05 | 1 | -1/+29 |
* | simplify this code a bunch. | Chris Lattner | 2009-10-05 | 1 | -14/+14 |
* | code simplifications. | Chris Lattner | 2009-10-05 | 1 | -16/+25 |
* | Expand api out in the usual inserter way, though, I do have a | Mike Stump | 2009-10-01 | 1 | -3/+17 |
* | Add another MDNode into DebugLocTuple. This will be used to keep track of inl... | Devang Patel | 2009-10-01 | 1 | -5/+6 |
* | Add isFOO() helpers. Fix getDirectory() and getFilename() for DIScope. | Devang Patel | 2009-09-30 | 1 | -0/+50 |
* | Add a way for a frontend to generate more complex dwarf location | Mike Stump | 2009-09-30 | 1 | -0/+22 |
* | Remove std::string uses from DebugInfo interface. | Devang Patel | 2009-09-29 | 2 | -50/+45 |
* | When extending the operands of an addrec, iterate through all | Dan Gohman | 2009-09-28 | 1 | -5/+5 |
* | Create a README.txt for lib/Analysis, and add an entry. | Dan Gohman | 2009-09-28 | 1 | -0/+18 |
* | Fix this debug output to handle the case where the loop has been deleted. | Dan Gohman | 2009-09-28 | 1 | -1/+2 |
* | Include the name of the loop header in debug messages. | Dan Gohman | 2009-09-28 | 1 | -4/+9 |