| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 10 | -82/+56 |
* | fix 80 col violations. | Chris Lattner | 2008-03-10 | 1 | -8/+8 |
* | Restore optimization that merges blocks when inline function | Devang Patel | 2008-03-10 | 1 | -6/+24 |
* | Simplify | Devang Patel | 2008-03-10 | 1 | -18/+15 |
* | simplify | Devang Patel | 2008-03-10 | 1 | -2/+4 |
* | Stylistic modifications. No functionality changes. | Nicolas Geoffray | 2008-03-10 | 1 | -44/+39 |
* | Integer comparison tests for CellSPU. | Scott Michel | 2008-03-10 | 4 | -75/+182 |
* | Fix formatting. | Duncan Sands | 2008-03-10 | 1 | -2/+2 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 17 | -55/+111 |
* | Add description of individual bits in CR. This fix PR1765. | Nicolas Geoffray | 2008-03-10 | 5 | -38/+152 |
* | Minor cleanup. No functionality change. | Bill Wendling | 2008-03-10 | 1 | -6/+8 |
* | - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t... | Evan Cheng | 2008-03-10 | 2 | -7/+56 |
* | Doh | Evan Cheng | 2008-03-10 | 1 | -1/+2 |
* | Move StrongPHIElimination after live interval analysis. This will make thing... | Owen Anderson | 2008-03-10 | 1 | -36/+27 |
* | Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.... | Evan Cheng | 2008-03-10 | 1 | -0/+4 |
* | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 10 | -56/+82 |
* | Update the .cvs files to match today's asm syntax change. | Nick Lewycky | 2008-03-10 | 3 | -872/+868 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 7 | -11/+11 |
* | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 2008-03-10 | 5 | -33/+52 |
* | Darwin PPC64 indirect call target goes in X12, not R12. This fixes these | Chris Lattner | 2008-03-09 | 1 | -2/+3 |
* | cell really does support cross-regclass moves, because R3 is in lots of diffe... | Chris Lattner | 2008-03-09 | 1 | -4/+9 |
* | make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.ll | Chris Lattner | 2008-03-09 | 1 | -3/+5 |
* | remove an extraneous (and ugly) default argument, thanks Duncan. | Chris Lattner | 2008-03-09 | 1 | -2/+1 |
* | Fix some compilation errors on msvc: | Ted Kremenek | 2008-03-09 | 2 | -3/+4 |
* | And again. | Nick Lewycky | 2008-03-09 | 1 | -1/+2 |
* | Braces belong here. No functionality change. | Nick Lewycky | 2008-03-09 | 1 | -1/+2 |
* | SCCP also needs to be taught to follow unwind_to | Nick Lewycky | 2008-03-09 | 1 | -0/+4 |
* | fp_round's produced by getCopyFromParts should always be exact, because | Chris Lattner | 2008-03-09 | 1 | -8/+8 |
* | teach X86InstrInfo::copyRegToReg how to copy into ST(0) from | Chris Lattner | 2008-03-09 | 2 | -16/+41 |
* | Don't eliminate blocks that are only reachable by unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -2/+8 |
* | Add ScheduleDAG support for copytoreg where the src/dst register are | Chris Lattner | 2008-03-09 | 1 | -16/+19 |
* | add some code to support cross-register class copying from | Chris Lattner | 2008-03-09 | 1 | -4/+22 |
* | rearrange some code, no functionality change. | Chris Lattner | 2008-03-09 | 1 | -58/+59 |
* | fix 80 col violation | Chris Lattner | 2008-03-09 | 1 | -1/+2 |
* | Firstly, having a BranchInst isn't exclusive with having an unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -5/+8 |
* | claim ST(x) registers are 80 bits, which is true. This doesn't affect | Chris Lattner | 2008-03-09 | 1 | -1/+1 |
* | extend fp values with FP_EXTEND not FP_ROUND. | Chris Lattner | 2008-03-09 | 1 | -3/+6 |
* | A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to | Nick Lewycky | 2008-03-09 | 1 | -1/+4 |
* | rename FP_SETRESULT -> FP_SET_ST0 | Chris Lattner | 2008-03-09 | 4 | -15/+15 |
* | rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for | Chris Lattner | 2008-03-09 | 5 | -46/+62 |
* | Finish implementing a readme entry: when inserting an i64 variable | Chris Lattner | 2008-03-09 | 2 | -43/+5 |
* | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky | 2008-03-09 | 6 | -14/+43 |
* | Update the inliner and simplifycfg to handle unwind_to. | Nick Lewycky | 2008-03-09 | 2 | -1/+22 |
* | Two things. Preserve the unwind_to when splitting a BB. | Nick Lewycky | 2008-03-09 | 2 | -6/+14 |
* | Prune the unwind_to labels on BBs that don't need them. Another step in the | Nick Lewycky | 2008-03-09 | 1 | -3/+16 |
* | add a note | Chris Lattner | 2008-03-09 | 1 | -0/+37 |
* | Implement a readme entry, compiling | Chris Lattner | 2008-03-09 | 2 | -26/+51 |
* | Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling | Chris Lattner | 2008-03-09 | 1 | -21/+38 |
* | Teach SD some vector identities, allowing us to compile vec_set-9 into: | Chris Lattner | 2008-03-08 | 1 | -1/+13 |
* | 1) Improve comments. | Chris Lattner | 2008-03-08 | 1 | -1/+14 |