| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively. | Devang Patel | 2008-09-16 | 1 | -0/+142 |
* | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman | 2008-09-16 | 2 | -7/+20 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 25 | -168/+150 |
* | Include the alignment value when displaying ConstantPoolSDNodes. | Dan Gohman | 2008-09-16 | 1 | -0/+1 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 25 | -150/+168 |
* | Fix these comments to reflect current reality. Surprisingly, | Dan Gohman | 2008-09-16 | 2 | -2/+4 |
* | Finally re-apply r46959. This is made feasible by the combination | Dan Gohman | 2008-09-16 | 3 | -5/+6 |
* | Improve instcombine's handling of integer min and max in two ways: | Dan Gohman | 2008-09-16 | 4 | -34/+222 |
* | AllocateRWXMemory -> AllocateRWX. | Evan Cheng | 2008-09-16 | 1 | -1/+1 |
* | FCmpInst predicates UNO, ORD, FALSE, and TRUE are commutative. | Dan Gohman | 2008-09-16 | 1 | -4/+10 |
* | Fix test to account for no more whitespace and that one of the matches is the | Bill Wendling | 2008-09-16 | 1 | -2/+2 |
* | Remove space that was forgotten.` | Bill Wendling | 2008-09-16 | 1 | -1/+1 |
* | Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls | Dan Gohman | 2008-09-16 | 2 | -4/+10 |
* | Fix spacing in the grep line for this test, following the recent | Dan Gohman | 2008-09-16 | 1 | -1/+1 |
* | Re-enables the new vector select in the bitcode reader, by modifying the | Dan Gohman | 2008-09-16 | 4 | -15/+33 |
* | Teach ScalarEvolution to consider loop preheaders in the search for | Dan Gohman | 2008-09-15 | 3 | -8/+272 |
* | Live intervals for live-in registers should begin at the beginning of a basic... | Owen Anderson | 2008-09-15 | 1 | -7/+11 |
* | Teach LSR to optimize away SMAX operations for tripcounts in common | Dan Gohman | 2008-09-15 | 2 | -0/+363 |
* | Extract optimization pass selection code from llvm-gcc into a separate routine. | Devang Patel | 2008-09-15 | 2 | -0/+144 |
* | Fixed Bug 2751 | Bruno Cardoso Lopes | 2008-09-15 | 2 | -4/+4 |
* | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman | 2008-09-15 | 3 | -7/+52 |
* | Added testcase for bswap allegrexel intrinsic | Bruno Cardoso Lopes | 2008-09-15 | 1 | -0/+12 |
* | End of the GlobalsModRef experiment. | Duncan Sands | 2008-09-15 | 1 | -2/+0 |
* | Update the LLVM polygen grammar for recent language changes: | Dan Gohman | 2008-09-15 | 1 | -12/+27 |
* | Fix documentation for these functions; they do not only modify users within the | Nick Lewycky | 2008-09-15 | 1 | -5/+7 |
* | Correctly update kill infos after extending a live range and merge 2 val#'s; ... | Evan Cheng | 2008-09-15 | 2 | -3/+37 |
* | Add "sample" documentation to sample project. | Nick Lewycky | 2008-09-15 | 1 | -0/+6 |
* | Fix WriteAsOperand to not emit a leading space character. Adjust | Dan Gohman | 2008-09-14 | 12 | -44/+70 |
* | adjust last patch per review feedback | Dale Johannesen | 2008-09-14 | 2 | -10/+7 |
* | minor correction | Gabor Greif | 2008-09-13 | 1 | -2/+2 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 17 | -76/+70 |
* | Fix PR2792: treat volatile loads as writing memory somewhere. | Duncan Sands | 2008-09-13 | 2 | -3/+20 |
* | Fix random abort. | Evan Cheng | 2008-09-13 | 1 | -2/+4 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 18 | -199/+258 |
* | Typo. | Evan Cheng | 2008-09-13 | 1 | -3/+3 |
* | Rely on instruction format to determine so_reg operand for now. | Evan Cheng | 2008-09-13 | 1 | -1/+5 |
* | Revert 56176. All those instruction formats are still needed. | Evan Cheng | 2008-09-13 | 4 | -49/+84 |
* | Accidentially flipped the condition. | Evan Cheng | 2008-09-13 | 1 | -1/+1 |
* | Add debug dumps. | Evan Cheng | 2008-09-13 | 1 | -0/+5 |
* | Eliminate unnecessary instruction formats. | Evan Cheng | 2008-09-12 | 4 | -90/+51 |
* | Addrmode 1 S bit can be dynamically set. Look for CPSR def. | Evan Cheng | 2008-09-12 | 2 | -28/+42 |
* | Rewrite address mode 1 code emission routines. | Evan Cheng | 2008-09-12 | 2 | -129/+104 |
* | The "alias" keyword comes first. | Duncan Sands | 2008-09-12 | 1 | -1/+1 |
* | On some targets, non-move instructions can become move instructions because o... | Evan Cheng | 2008-09-12 | 2 | -14/+282 |
* | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 10 | -37/+53 |
* | Pass "earlyclobber" bit through to machine | Dale Johannesen | 2008-09-12 | 4 | -7/+42 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 44 | -482/+542 |
* | Give GlobalsModRef a whirl in the nightly testers. | Duncan Sands | 2008-09-12 | 1 | -1/+3 |
* | Rather than marking all internal globals "Ref" | Duncan Sands | 2008-09-12 | 1 | -17/+11 |
* | The sequence for ppcf128 compares was not IEEE | Dale Johannesen | 2008-09-12 | 1 | -4/+6 |