| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the --disable-compression option which controls whether the | John Criswell | 2006-11-21 | 1 | -1/+5 |
* | This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way. | Chris Lattner | 2006-11-21 | 1 | -30/+1 |
* | Refactored *GVRequiresExtraLoad() to Subtarget method. | Anton Korobeynikov | 2006-11-21 | 2 | -120/+109 |
* | Test for PR1013. | Jim Laskey | 2006-11-20 | 1 | -0/+11 |
* | new testcase | Chris Lattner | 2006-11-20 | 1 | -0/+9 |
* | in ppc64-mode, don't allocate the 32-bit version of r13 either. | Chris Lattner | 2006-11-20 | 1 | -0/+6 |
* | Global label not handled correctly. | Jim Laskey | 2006-11-20 | 1 | -3/+11 |
* | r13 is the thread pointer on darwin/ppc64, don't allocate it. | Chris Lattner | 2006-11-20 | 2 | -5/+5 |
* | Fix PR1005 | Chris Lattner | 2006-11-20 | 2 | -2/+2 |
* | Fix PR1001, patch by Nikhil Patil! | Chris Lattner | 2006-11-20 | 1 | -1/+11 |
* | Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit | Chris Lattner | 2006-11-20 | 1 | -8/+17 |
* | Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll | Chris Lattner | 2006-11-20 | 1 | -2/+2 |
* | Testcase for PR1011 | Chris Lattner | 2006-11-20 | 1 | -0/+44 |
* | setOperand should not zap the operand list or add implicit operands to an | Chris Lattner | 2006-11-20 | 2 | -40/+1 |
* | Testcase for pr1012 | Chris Lattner | 2006-11-20 | 1 | -0/+11 |
* | We should perform extra load for dllimported calls | Anton Korobeynikov | 2006-11-20 | 1 | -12/+26 |
* | Fixed typo | Tanya Lattner | 2006-11-20 | 1 | -1/+1 |
* | Adding 1.9 release and removing references to cfrontend | Tanya Lattner | 2006-11-20 | 1 | -16/+16 |
* | Changing cfrontend dir to llvm-gcc3.4 as the example. | Tanya Lattner | 2006-11-20 | 1 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-11-20 | 9 | -15/+642 |
* | For PR950: | Reid Spencer | 2006-11-19 | 3 | -215/+277 |
* | Corrections from review. | Reid Spencer | 2006-11-19 | 1 | -21/+21 |
* | Don't transform in another bad case: if the block is empty, it should be | Chris Lattner | 2006-11-18 | 1 | -1/+2 |
* | Fix another case we *don't* want to do this xform. | Chris Lattner | 2006-11-18 | 1 | -2/+26 |
* | Update a reference to the old setcc instruction. | Reid Spencer | 2006-11-18 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-11-18 | 1 | -48/+162 |
* | MachineInstr includes this | Chris Lattner | 2006-11-18 | 1 | -1/+0 |
* | Implement operator<< for machine basic blocks to make it easier to dump them. | Chris Lattner | 2006-11-18 | 3 | -0/+6 |
* | make the previous change more aggressive, moving any block with no fallthrough. | Chris Lattner | 2006-11-18 | 1 | -9/+11 |
* | Minor code layout tweak: if we have something like this: | Chris Lattner | 2006-11-18 | 1 | -0/+50 |
* | Do not convert massive blocks on phi nodes into select statements. Instead | Chris Lattner | 2006-11-18 | 1 | -0/+27 |
* | converting massive blocks of phis into selects like this is silly. | Chris Lattner | 2006-11-18 | 1 | -28/+0 |
* | Make the awk filter print out which files its eliminating. | Reid Spencer | 2006-11-18 | 1 | -1/+2 |
* | This is a utility for preparing patches against LLVM. It runs cvs diff with | Reid Spencer | 2006-11-18 | 1 | -0/+36 |
* | Provide a list of gccld optimization switches. | Reid Spencer | 2006-11-18 | 1 | -1/+4 |
* | Fix bugs in this. What was I thinking??? :) | Reid Spencer | 2006-11-18 | 1 | -7/+7 |
* | Movind newly-intorudced dll* linkage stuff & windows CC to "supported" | Anton Korobeynikov | 2006-11-18 | 1 | -9/+11 |
* | fix bug | Chris Lattner | 2006-11-18 | 1 | -1/+1 |
* | first draft of 1.9 release notes | Chris Lattner | 2006-11-18 | 1 | -222/+251 |
* | Fail even if opt doesn't print anything. | Reid Spencer | 2006-11-18 | 1 | -0/+3 |
* | Add a simple test to make sure getModRefInfo is 1/2 way sane. | Reid Spencer | 2006-11-18 | 1 | -0/+12 |
* | Have ConstantExprs upgrade opcodes the same way as instructions. | Reid Spencer | 2006-11-18 | 1 | -1/+11 |
* | on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. | Chris Lattner | 2006-11-18 | 1 | -3/+8 |
* | make sure to safe LR8 in the right stack slot for PPC64 | Chris Lattner | 2006-11-18 | 2 | -3/+8 |
* | Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. | Chris Lattner | 2006-11-18 | 1 | -0/+12 |
* | Rewrite the branch selector to be correct in the face of large functions. | Chris Lattner | 2006-11-18 | 4 | -126/+106 |
* | add encoding for BCC, after finally wrestling strange ppc/tblgen endianness | Chris Lattner | 2006-11-17 | 2 | -3/+22 |
* | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner | 2006-11-17 | 5 | -14/+25 |
* | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner | 2006-11-17 | 5 | -17/+18 |
* | start using PPC predicates more consistently. | Chris Lattner | 2006-11-17 | 10 | -60/+118 |