| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings | 2010-06-11 | 1 | -3/+14 |
| * | Delete duplicate function. | Stuart Hastings | 2010-06-11 | 1 | -12/+0 |
| * | Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping. | Evan Cheng | 2010-06-09 | 1 | -53/+147 |
| * | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks | 2010-06-09 | 1 | -7/+20 |
| * | The FoldingSet hash data includes pointer values, so it isn't | Dan Gohman | 2010-06-07 | 1 | -21/+28 |
| * | Optimize this code somewhat by taking advantage of the fact | Dan Gohman | 2010-06-07 | 1 | -7/+13 |
| * | Micro-optimize this, to speed up this hotspot in debug builds a little. | Dan Gohman | 2010-06-07 | 1 | -2/+2 |
| * | Micro-optimize this. | Dan Gohman | 2010-06-07 | 1 | -2/+4 |
| * | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman | 2010-06-07 | 1 | -123/+14 |
| * | Create new accessors to get arguments for call/invoke instructions. It breaks | Bill Wendling | 2010-06-07 | 1 | -4/+4 |
| * | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings | 2010-06-05 | 1 | -18/+18 |
| * | LSR needs to remember inserted instructions even in postinc mode, because | Dan Gohman | 2010-06-05 | 1 | -1/+3 |
| * | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-06-04 | 1 | -18/+18 |
| * | Fix normalization and de-normalization of non-affine SCEVs. | Dan Gohman | 2010-06-04 | 1 | -6/+9 |
| * | Fix the noalias checking so that it doesn't worry about | Dan Gohman | 2010-06-01 | 1 | -12/+12 |
| * | Fix AliasDebugger to be aware of operand values too. | Dan Gohman | 2010-05-28 | 1 | -2/+10 |
| * | Add lint checks for function attributes. | Dan Gohman | 2010-05-28 | 1 | -30/+91 |
| * | Fix lint's memcpy and memmove checks, and its basic block traversal. | Dan Gohman | 2010-05-28 | 1 | -5/+8 |
| * | Detect self-referential values. | Dan Gohman | 2010-05-28 | 1 | -6/+19 |
| * | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -0/+12 |
| * | Eli pointed out that va_arg instruction result values don't | Dan Gohman | 2010-05-28 | 1 | -4/+4 |
| * | Teach lint how to look through simple store+load pairs and other | Dan Gohman | 2010-05-28 | 1 | -10/+75 |
| * | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman | 2010-05-28 | 2 | -0/+236 |
| * | ConstantFoldConstantExpression can theoretically return null. | Dan Gohman | 2010-05-28 | 1 | -4/+8 |
| * | Add a lint check for returning the address of stack memory. | Dan Gohman | 2010-05-28 | 1 | -0/+6 |
| * | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-05-27 | 1 | -12/+0 |
| * | Avoid counting InlineAsm as a call - it prevents loop unrolling. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -1/+5 |
| * | Fix Lint printing warnings multiple times. Remove the ErrorStr | Dan Gohman | 2010-05-26 | 1 | -5/+2 |
| * | Reinstate checking of stackrestore, with checking for both Read | Dan Gohman | 2010-05-26 | 1 | -0/+8 |
| * | Stackrestore is not a load. | Dan Gohman | 2010-05-26 | 1 | -5/+0 |
| * | Remove a TODO which isn't practical. | Dan Gohman | 2010-05-26 | 1 | -1/+0 |
| * | Implement checking of the tail keyword. | Dan Gohman | 2010-05-26 | 1 | -1/+9 |
| * | Rename variable. add comment. | Devang Patel | 2010-05-20 | 1 | -2/+5 |
| * | Add support to preserve type info for the variables that are removed by the o... | Devang Patel | 2010-05-14 | 1 | -2/+7 |
| * | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky | 2010-05-12 | 1 | -1/+6 |
| * | Fix whitespace in debug output to be consistent. | Dan Gohman | 2010-05-10 | 1 | -1/+1 |
| * | Remove DIGlobal. | Devang Patel | 2010-05-07 | 1 | -20/+8 |
| * | Add DINameSpace::Verify(). | Devang Patel | 2010-05-07 | 1 | -0/+11 |
| * | Verify variable directly. | Devang Patel | 2010-05-07 | 1 | -36/+0 |
| * | Verify compile unit also. | Devang Patel | 2010-05-07 | 1 | -0/+3 |
| * | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 1 | -10/+12 |
| * | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel | 2010-05-07 | 1 | -1/+1 |
| * | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel | 2010-05-07 | 1 | -83/+83 |
| * | Add some words to this output to indicate what the numbers mean. | Dan Gohman | 2010-05-07 | 1 | -4/+4 |
| * | Add a simple module-level debug info printer. It just sets up a | Dan Gohman | 2010-05-07 | 2 | -0/+87 |
| * | Fix the new print functions to call print instead of dump. | Dan Gohman | 2010-05-07 | 1 | -11/+11 |
| * | Convert the DebugInfo classes dump() methods into print(raw_ostream &) | Dan Gohman | 2010-05-07 | 1 | -52/+102 |
| * | Use the SCEVAddRecExpr::getPostIncExpr utility function instead | Dan Gohman | 2010-05-04 | 1 | -4/+2 |
| * | Fix a copy+pasto. | Dan Gohman | 2010-05-04 | 1 | -2/+2 |
| * | Do not ignore debug loc attached with llvm.dbg.declare while collecting debug... | Devang Patel | 2010-05-04 | 1 | -3/+1 |