| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comments, help messages. | Devang Patel | 2008-09-17 | 1 | -4/+2 |
* | Don't worry about clobbering physical register defs that aren't used. | Dan Gohman | 2008-09-17 | 1 | -0/+2 |
* | Fix addrmode1 instruction encodings; fix bx_ret encoding. | Evan Cheng | 2008-09-17 | 3 | -37/+49 |
* | Specify instruction encoding using range list to avoid endianess issues. | Evan Cheng | 2008-09-17 | 1 | -25/+26 |
* | Add instruction names as comments to InstBits entries. | Evan Cheng | 2008-09-17 | 1 | -5/+3 |
* | Simplify and generalize X86DAGToDAGISel::CanBeFoldedBy, and draw | Dan Gohman | 2008-09-17 | 1 | -56/+48 |
* | Add a new MachineInstr-level DCE pass. It is very simple, and is intended to | Dan Gohman | 2008-09-17 | 3 | -0/+106 |
* | Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" | Bill Wendling | 2008-09-17 | 3 | -7/+216 |
* | Fix cut-n-pasto. | Devang Patel | 2008-09-17 | 1 | -2/+2 |
* | When converting a CopyFromReg to a copy instruction, use the register class o... | Evan Cheng | 2008-09-16 | 1 | -5/+24 |
* | Remove. | Devang Patel | 2008-09-16 | 2 | -144/+0 |
* | 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 |