| Commit message (Expand) | Author | Age | Files | Lines |
* | "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 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 2 | -4/+33 |
* | Move this assert to check the condition as soon as it is known. | Dan Gohman | 2009-09-28 | 1 | -1/+1 |
* | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 2009-09-28 | 2 | -6/+6 |
* | Fix an old copy+pasto. | Dan Gohman | 2009-09-27 | 1 | -1/+1 |
* | Extract the code for inserting a loop into the loop queue into | Dan Gohman | 2009-09-27 | 1 | -3/+7 |
* | When a loop is deleted, immediately release all of the active | Dan Gohman | 2009-09-27 | 1 | -0/+9 |
* | Delete a bogus comment. | Dan Gohman | 2009-09-27 | 1 | -1/+0 |
* | Fix SCEVExpander's canonical addrec expansion code to work on loops that | Dan Gohman | 2009-09-27 | 1 | -19/+12 |
* | Instead of testing whether an instruction dominates the loop preheader, | Dan Gohman | 2009-09-27 | 1 | -3/+3 |
* | Add a properlyDominates member function to ScalarEvolution. | Dan Gohman | 2009-09-27 | 1 | -0/+22 |
* | Remove a redundant #include. | Dan Gohman | 2009-09-27 | 1 | -1/+0 |
* | Fix a case where ScalarEvolution was expanding pointer arithmetic | Dan Gohman | 2009-09-26 | 1 | -3/+20 |
* | Handle sqrt in CannotBeNegativeZero. absf and absl | Dale Johannesen | 2009-09-25 | 1 | -3/+7 |
* | No need to verify that malloc's return type is i8*. | Victor Hernandez | 2009-09-22 | 1 | -1/+1 |
* | Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w... | Daniel Dunbar | 2009-09-22 | 1 | -3/+12 |
* | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner | 2009-09-20 | 1 | -14/+1 |
* | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner | 2009-09-20 | 1 | -1/+14 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -2/+2 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-19 | 1 | -58/+58 |
* | Add a comment explaining why you would ever want to do this. | Nick Lewycky | 2009-09-19 | 1 | -0/+3 |
* | Lett users of sparse propagation do their own thing with phi nodes if they want | Nick Lewycky | 2009-09-19 | 1 | -0/+7 |
* | The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". | Duncan Sands | 2009-09-19 | 1 | -1/+1 |
* | Enhance analysis passes so that they apply the same analysis to malloc calls ... | Victor Hernandez | 2009-09-18 | 5 | -12/+50 |