| Commit message (Expand) | Author | Age | Files | Lines |
* | Update CMake file (lexically order files). | Ted Kremenek | 2009-10-13 | 1 | -1/+1 |
* | Do not write empty METADATA_ATTACHMENT record. | Devang Patel | 2009-10-13 | 1 | -5/+7 |
* | Remove unnecessary assert. | Devang Patel | 2009-10-13 | 1 | -3/+0 |
* | Update the other CMake file. | Benjamin Kramer | 2009-10-13 | 1 | -0/+1 |
* | Parse GEP with attached custom metadata. This happens during libprofile_rt.bc... | Devang Patel | 2009-10-13 | 1 | -0/+4 |
* | Update CMake file. | Ted Kremenek | 2009-10-13 | 1 | -1/+0 |
* | Refactor some code. No functionality changes. | Evan Cheng | 2009-10-13 | 1 | -105/+119 |
* | Commit the removal of this file, which is now moved to lib/Analysis. | Dan Gohman | 2009-10-13 | 1 | -337/+0 |
* | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman | 2009-10-13 | 4 | -3/+340 |
* | Start refactoring the inline cost estimation code so that it can be used | Dan Gohman | 2009-10-13 | 1 | -71/+71 |
* | change simplifycfg to not duplicate 'unwind' instructions. Hopefully | Chris Lattner | 2009-10-13 | 1 | -12/+5 |
* | Make LoopUnswitch's cost estimation count Instructions, rather than | Dan Gohman | 2009-10-13 | 1 | -19/+7 |
* | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin | 2009-10-13 | 1 | -30/+47 |
* | "there is not any instruction with attached debug info in this module" does n... | Devang Patel | 2009-10-13 | 1 | -11/+11 |
* | Add some ARM instruction encoding bits. | Bob Wilson | 2009-10-13 | 1 | -0/+5 |
* | Fix regression introduced by r83894. | Bob Wilson | 2009-10-13 | 1 | -1/+2 |
* | Copy metadata when value is RAUW'd. It is debatable whether this is the right... | Devang Patel | 2009-10-13 | 2 | -0/+16 |
* | Fix a tab. Thanks to Johnny Chen for pointing it out. | Bob Wilson | 2009-10-13 | 1 | -1/+1 |
* | Force memory use markers to have a ConstantInt for the size argument. | Nick Lewycky | 2009-10-13 | 1 | -0/+11 |
* | Teach BasicAA a little something about the atomic intrinsics: they can only | Nick Lewycky | 2009-10-13 | 1 | -0/+21 |
* | Fix a -Asserts warning. | Daniel Dunbar | 2009-10-13 | 1 | -2/+3 |
* | Memory dependence analysis was incorrectly stopping to scan for stores to a p... | Victor Hernandez | 2009-10-13 | 1 | -10/+5 |
* | Find enclosing subprogram info. | Devang Patel | 2009-10-12 | 1 | -1/+19 |
* | Set default location for a function if it is not set. | Devang Patel | 2009-10-12 | 1 | -0/+2 |
* | Fix two warnings about unused variables that are only used in assert() calls. | Kevin Enderby | 2009-10-12 | 1 | -4/+4 |
* | Delete a comment that makes no sense to me. The statement that moving a CPE | Bob Wilson | 2009-10-12 | 1 | -2/+1 |
* | Fix a problem in the code where ARMAsmParser::ParseShift() second argument | Kevin Enderby | 2009-10-12 | 1 | -2/+2 |
* | Make licm debug message readable. | Evan Cheng | 2009-10-12 | 1 | -1/+2 |
* | Change CreateNewWater method to return NewMBB by reference. | Bob Wilson | 2009-10-12 | 1 | -8/+8 |
* | Last week, ARMConstantIslandPass was failing to converge for the | Bob Wilson | 2009-10-12 | 1 | -9/+9 |
* | Another minor clean-up. | Bob Wilson | 2009-10-12 | 1 | -5/+5 |
* | Remove redundant parameter. | Bob Wilson | 2009-10-12 | 1 | -8/+6 |
* | Use early exit to reduce indentation. | Bob Wilson | 2009-10-12 | 1 | -19/+20 |
* | Change to return a value by reference. | Bob Wilson | 2009-10-12 | 1 | -6/+6 |
* | Add a typedef for an iterator. | Bob Wilson | 2009-10-12 | 1 | -6/+8 |
* | Revert the kludge in 76703. I got a clean | Dale Johannesen | 2009-10-12 | 3 | -30/+25 |
* | Fix warning. | Dale Johannesen | 2009-10-12 | 1 | -1/+1 |
* | Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the | Jeffrey Yasskin | 2009-10-12 | 1 | -23/+46 |
* | Remove a redundant member variable. | Dan Gohman | 2009-10-12 | 1 | -1/+0 |
* | Don't forget to mark RAX as live-out of the function when arranging for | Dan Gohman | 2009-10-12 | 1 | -0/+3 |
* | More heuristics for Combiner-AA. Still catches all important cases, but | Nate Begeman | 2009-10-12 | 1 | -6/+19 |
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+1 |
* | Fix PR5087, patch by Jakub Staszak! | Chris Lattner | 2009-10-12 | 2 | -2/+3 |
* | add some more hooks to the C bindings, patch by Kenneth Uildriks! | Chris Lattner | 2009-10-12 | 1 | -1/+59 |
* | populate instcombine's initial worklist more carefully, causing | Chris Lattner | 2009-10-12 | 1 | -18/+26 |
* | revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. | Chris Lattner | 2009-10-11 | 1 | -26/+1 |
* | populate instcombine's initial worklist more carefully, causing | Chris Lattner | 2009-10-11 | 1 | -1/+26 |
* | Add missed mem-mem move patterns | Anton Korobeynikov | 2009-10-11 | 1 | -0/+7 |
* | Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements | Anton Korobeynikov | 2009-10-11 | 1 | -0/+127 |
* | remove some harmful code that would turn an insertelement on an undef | Chris Lattner | 2009-10-11 | 1 | -22/+0 |