| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup | Anton Korobeynikov | 2008-08-08 | 1 | -72/+70 |
* | Reduce the entries in a phi before testing it for deadness, because removing ... | Owen Anderson | 2008-08-08 | 1 | -7/+7 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 6 | -21/+17 |
* | Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds | Chris Lattner | 2008-08-08 | 3 | -31/+40 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 7 | -17/+24 |
* | Add skeleton of simple basic block instruction selector. | Evan Cheng | 2008-08-08 | 3 | -3/+81 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 6 | -24/+41 |
* | Fix indentation. | Evan Cheng | 2008-08-08 | 1 | -8/+8 |
* | Don't crash printing the asm for a ConstantExpr PtrToInt just because the int | Nick Lewycky | 2008-08-08 | 1 | -4/+5 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 3 | -18/+19 |
* | Speed up the passmgr by avoiding heap thrashing on vectors. | Chris Lattner | 2008-08-08 | 2 | -14/+15 |
* | Match raw "psp" triple target, as done by the homebrew toolchain. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -1/+2 |
* | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes | 2008-08-07 | 3 | -23/+52 |
* | Add the remaining fp_round libcalls: | Bruno Cardoso Lopes | 2008-08-07 | 3 | -2/+41 |
* | Do a dominator walk when scheduling copies, rather than a DFS on the CFG. Al... | Owen Anderson | 2008-08-07 | 1 | -14/+44 |
* | Let SRETPromotion properly preserve the function name instead of (implicitly) | Matthijs Kooijman | 2008-08-07 | 1 | -1/+2 |
* | Fix SRETPromotion, it was generating functions without returns statements since | Matthijs Kooijman | 2008-08-07 | 1 | -1/+1 |
* | Add some debug output to SRETPromotion. | Matthijs Kooijman | 2008-08-07 | 1 | -0/+4 |
* | Remove dead forward decl | Anton Korobeynikov | 2008-08-07 | 1 | -1/+0 |
* | Print section flags ok on platforms, which use '@' as comment string. Fix test. | Anton Korobeynikov | 2008-08-07 | 1 | -3/+9 |
* | Add assertion for easy debugging of missing stuff | Anton Korobeynikov | 2008-08-07 | 1 | -0/+2 |
* | Switch ARM to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 5 | -236/+227 |
* | Switch Alpha to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 1 | -63/+60 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 3 | -6/+4 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -6/+6 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -9/+9 |
* | Switch IA64 to new section-handling stuff | Anton Korobeynikov | 2008-08-07 | 3 | -71/+90 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -18/+16 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 2 | -10/+4 |
* | Switch Sparc to new section handling stuff. Refactor printing of module-level... | Anton Korobeynikov | 2008-08-07 | 4 | -77/+120 |
* | Add hook for constant pool section selection for darwin. | Anton Korobeynikov | 2008-08-07 | 2 | -5/+21 |
* | Select section for constant pool entries | Anton Korobeynikov | 2008-08-07 | 2 | -3/+23 |
* | Don't verify passes when assertions are disabled. | Chris Lattner | 2008-08-07 | 1 | -4/+7 |
* | Re-enable elimination of unnecessary SUBREG_TO_REG instructions in | Dan Gohman | 2008-08-07 | 3 | -12/+25 |
* | Rewrite JIT handling of GlobalVariables so they | Dale Johannesen | 2008-08-07 | 4 | -23/+179 |
* | Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBloc... | Evan Cheng | 2008-08-07 | 1 | -14/+23 |
* | SDISel's constant branch folding can fold away self-loops, which doesn't resu... | Owen Anderson | 2008-08-06 | 1 | -15/+40 |
* | Correct handle cases where two phis are coalesced together, and correct break... | Owen Anderson | 2008-08-06 | 1 | -6/+39 |
* | Oops, didn't mean to commit this. | Owen Anderson | 2008-08-06 | 1 | -0/+2 |
* | We don't need to try to coalesce input vregs that are the same as the output ... | Owen Anderson | 2008-08-06 | 1 | -0/+7 |
* | Only trim a live interval if the register is not used after the PHI node. | Owen Anderson | 2008-08-06 | 1 | -2/+5 |
* | Only remap each VNInfo once when doing renumbering. | Owen Anderson | 2008-08-06 | 1 | -13/+15 |
* | Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, | Dan Gohman | 2008-08-06 | 2 | -6/+10 |
* | Fix a shufflevector instcombine that was emitting invalid masks indices | Dan Gohman | 2008-08-06 | 1 | -3/+5 |
* | Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ... | Evan Cheng | 2008-08-06 | 1 | -2/+2 |
* | xchg does not modify FLAGS. | Dan Gohman | 2008-08-06 | 2 | -2/+3 |
* | optimize a common idiom generated by clang for bitfield access, PR2638. | Chris Lattner | 2008-08-06 | 1 | -1/+31 |
* | Added support for fp callee saved registers. | Bruno Cardoso Lopes | 2008-08-06 | 6 | -152/+225 |
* | Zap sitofp/fptoui pairs. In all cases when the sign difference | Chris Lattner | 2008-08-06 | 1 | -16/+30 |
* | Reinstate this optimization, but without the miscompile. Thanks to Bill for | Nick Lewycky | 2008-08-06 | 1 | -0/+15 |