| Commit message (Expand) | Author | Age | Files | Lines |
* | enable my inliner change: add newly devirtualized call sites to | Chris Lattner | 2010-04-23 | 1 | -1/+1 |
* | Change TargetData's algorithm for computing defualt vector type | Dan Gohman | 2010-04-23 | 2 | -19/+14 |
* | Code refactoring. | Evan Cheng | 2010-04-23 | 1 | -11/+12 |
* | Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test... | Stuart Hastings | 2010-04-23 | 5 | -0/+47 |
* | fix some failures my callgraph dump format change broke. | Chris Lattner | 2010-04-23 | 3 | -4/+3 |
* | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner | 2010-04-23 | 3 | -4/+7 |
* | testcase for the bug that required a patch to be reverted. | Chris Lattner | 2010-04-23 | 1 | -0/+31 |
* | fix callgraph dump to not print 0x0x1234 for nodes. | Chris Lattner | 2010-04-23 | 1 | -6/+8 |
* | Fix X86ISD::CMP i16 to i32 promotion. | Evan Cheng | 2010-04-23 | 2 | -13/+48 |
* | Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISel | Dan Gohman | 2010-04-23 | 3 | -22/+14 |
* | Switch getelementptr inbounds and sdiv exact from undef to trap. | Dan Gohman | 2010-04-23 | 1 | -9/+10 |
* | Fixed EDOperand to use the operand type, not the | Sean Callanan | 2010-04-23 | 1 | -1/+3 |
* | Fix LSR to tolerate cases where ScalarEvolution initially | Dan Gohman | 2010-04-23 | 3 | -1/+44 |
* | When it doesn't matter whether zero or sign extension is used, | Dan Gohman | 2010-04-23 | 1 | -6/+2 |
* | Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, | Dan Gohman | 2010-04-23 | 2 | -375/+211 |
* | reject invalid comma stuff with a message. We reject the case in | Chris Lattner | 2010-04-23 | 1 | -4/+4 |
* | disable my previous inliner patch, it appears to be busting self-host. | Chris Lattner | 2010-04-23 | 2 | -0/+3 |
* | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 4 | -6/+50 |
* | Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield | Jim Grosbach | 2010-04-22 | 3 | -6/+96 |
* | Add an initial description of a new concept: trap values, and change | Dan Gohman | 2010-04-22 | 1 | -3/+35 |
* | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner | 2010-04-22 | 6 | -47/+64 |
* | Remove the test for now. | Devang Patel | 2010-04-22 | 1 | -38/+0 |
* | add macruby back | Chris Lattner | 2010-04-22 | 1 | -0/+18 |
* | when inlining something like this: | Chris Lattner | 2010-04-22 | 1 | -2/+16 |
* | Add comment. | Devang Patel | 2010-04-22 | 1 | -0/+5 |
* | Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down | Dan Gohman | 2010-04-22 | 3 | -15/+7 |
* | Adjust debug range offsets for isWeakForLinker() functions. | Devang Patel | 2010-04-22 | 3 | -6/+67 |
* | Add a blurb about the new LSR. | Dan Gohman | 2010-04-22 | 1 | -1/+2 |
* | The -condprop pass has been deleted. | Nick Lewycky | 2010-04-22 | 1 | -10/+0 |
* | The post-RA scheduler is currently off by default on x86. | Dan Gohman | 2010-04-22 | 1 | -2/+0 |
* | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman | 2010-04-22 | 10 | -96/+113 |
* | Add some verbiage about Clang to the 2.7 release notes | Douglas Gregor | 2010-04-22 | 1 | -3/+5 |
* | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner | 2010-04-22 | 2 | -7/+33 |
* | eliminate dead #include. | Chris Lattner | 2010-04-22 | 1 | -1/+0 |
* | - It's not safe to promote rotates (at least not trivially). | Evan Cheng | 2010-04-22 | 2 | -30/+47 |
* | Fix a comment. | Dan Gohman | 2010-04-22 | 1 | -1/+1 |
* | Move PHINodesToUpdate out of SelectionDAGBuilder and into | Dan Gohman | 2010-04-22 | 4 | -36/+44 |
* | Rename InsnAfterLabelMap and InsnBeforeLabelMap. | Devang Patel | 2010-04-22 | 2 | -14/+14 |
* | Keep track of MCSymbol used to mark beginning of a function. | Devang Patel | 2010-04-22 | 2 | -3/+6 |
* | Add mention of ARM atomic builtin support | Jim Grosbach | 2010-04-22 | 1 | -0/+4 |
* | At this point Start and End are not null. | Devang Patel | 2010-04-22 | 1 | -5/+2 |
* | Update ARM frame index scavenging description | Jim Grosbach | 2010-04-22 | 1 | -2/+5 |
* | remove dupe | Chris Lattner | 2010-04-22 | 1 | -3/+0 |
* | reword my incoherent babble into something that makes sense | Chris Lattner | 2010-04-22 | 1 | -2/+2 |
* | two more projects. | Chris Lattner | 2010-04-22 | 1 | -0/+34 |
* | add some notes from Matthieu Moy! | Chris Lattner | 2010-04-22 | 1 | -1/+17 |
* | improve tblgen doc, pointed out by Zhongxing. | Chris Lattner | 2010-04-22 | 1 | -2/+3 |
* | Fixing a typo in the "Clang project" section of the release notes. | Wesley Peck | 2010-04-22 | 1 | -1/+1 |
* | Small fix to the "Other Improvements and New Features" section of the release... | Wesley Peck | 2010-04-22 | 1 | -2/+2 |
* | Fixing small typos in the "New Useful APIs" section of the release notes. | Wesley Peck | 2010-04-22 | 1 | -4/+4 |