| 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 | 13 | -95/+60 |
* | fix 80 col violations. | Chris Lattner | 2008-03-10 | 1 | -8/+8 |
* | The __sync primitives only work on x86 and alpha; | Dale Johannesen | 2008-03-10 | 1 | -0/+2 |
* | Simplify | Devang Patel | 2008-03-10 | 2 | -33/+51 |
* | 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 |
* | Add -m32 to compilation line; test is only valid in | Dale Johannesen | 2008-03-10 | 1 | -2/+2 |
* | Stylistic modifications. No functionality changes. | Nicolas Geoffray | 2008-03-10 | 1 | -44/+39 |
* | These tests don't work unless SSE2 is active. | Dale Johannesen | 2008-03-10 | 2 | -3/+3 |
* | There is no "-mattr=+sse1" flag; fix test for non-x86 hosts. | Dale Johannesen | 2008-03-10 | 1 | -4/+4 |
* | Use uint64_t not unsigned long long. | Dale Johannesen | 2008-03-10 | 1 | -1/+1 |
* | Integer comparison tests for CellSPU. | Scott Michel | 2008-03-10 | 7 | -75/+1139 |
* | Fix formatting. | Duncan Sands | 2008-03-10 | 1 | -2/+2 |
* | Refresh Makefile.ocaml in objdir if it is modified in srcdir. | Gordon Henriksen | 2008-03-10 | 1 | -0/+8 |
* | Refresh Makefile.ocaml in objdir if it is modified in srcdir. | Gordon Henriksen | 2008-03-10 | 2 | -2/+3 |
* | Regenerate. | Gordon Henriksen | 2008-03-10 | 1 | -25/+72 |
* | Adding ocamldoc generation. | Gordon Henriksen | 2008-03-10 | 5 | -6/+49 |
* | Formatting improvements. | Gordon Henriksen | 2008-03-10 | 1 | -2/+2 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 18 | -66/+113 |
* | 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 | 3 | -7/+77 |
* | Doh | Evan Cheng | 2008-03-10 | 1 | -1/+2 |
* | Add nosubmit option to control what is sent back to the results server. | Tanya Lattner | 2008-03-10 | 1 | -6/+7 |
* | Move StrongPHIElimination after live interval analysis. This will make thing... | Owen Anderson | 2008-03-10 | 1 | -36/+27 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 115 | -3133/+2572 |
* | Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.... | Evan Cheng | 2008-03-10 | 2 | -0/+28 |
* | remove an execution test. | Chris Lattner | 2008-03-10 | 1 | -17/+0 |
* | switch from hard coded g++/as tools to the ones detected from | Chris Lattner | 2008-03-10 | 3 | -4/+4 |
* | Fix a typo | Chris Lattner | 2008-03-10 | 1 | -1/+1 |
* | Fix PR2120 by changing the replacement order to change compile_cxx | Chris Lattner | 2008-03-10 | 1 | -2/+2 |
* | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 11 | -58/+87 |
* | Update the .cvs files to match today's asm syntax change. | Nick Lewycky | 2008-03-10 | 3 | -872/+868 |
* | Revert accidentally committed local changes. | Christopher Lamb | 2008-03-10 | 1 | -2/+2 |
* | Add support in TableGen for unknown operands that infer their type from the p... | Christopher Lamb | 2008-03-10 | 2 | -4/+10 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 11 | -35/+35 |
* | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 2008-03-10 | 8 | -58/+81 |
* | This works on x86_64 | Anton Korobeynikov | 2008-03-09 | 1 | -2/+2 |
* | 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 RUN line. | Evan Cheng | 2008-03-09 | 1 | -1/+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 |
* | Temporary XFAIL the test, until I'll commit a fix | Anton Korobeynikov | 2008-03-09 | 1 | -0/+1 |
* | 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 |