| Commit message (Expand) | Author | Age | Files | Lines |
* | Update. | Evan Cheng | 2007-07-17 | 1 | -3/+1 |
* | Missed the case where alloca is used but the stack size (not including callee... | Evan Cheng | 2007-07-17 | 1 | -17/+17 |
* | detect invalid combination of sret and byval | Rafael Espindola | 2007-07-17 | 1 | -0/+4 |
* | Use push / pop for prologues and epilogues. | Evan Cheng | 2007-07-17 | 3 | -89/+152 |
* | no email addrs in file headers | Chris Lattner | 2007-07-17 | 4 | -12/+8 |
* | Unbreak the build by putting calls to free into the implementation file and | Reid Spencer | 2007-07-17 | 1 | -0/+7 |
* | Take advantage of undefined behavior if the source program tries to GEP | Owen Anderson | 2007-07-16 | 1 | -11/+4 |
* | Add support for walking up memory def chains, which enables finding many more | Owen Anderson | 2007-07-16 | 2 | -31/+60 |
* | Use realloc() to (potentially) resize the contents of SmallPtrSet in place. | Owen Anderson | 2007-07-16 | 1 | -10/+9 |
* | Return Undef if the block has no dominator. This was required to allow | Reid Spencer | 2007-07-16 | 1 | -0/+4 |
* | Use ConstantFoldFP for folding all unary floating-point operations which may | Dan Gohman | 2007-07-16 | 1 | -20/+25 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 9 | -23/+23 |
* | Repair a regression in Transforms/InstCombine/mul.ll that Reid noticed. | Chris Lattner | 2007-07-16 | 1 | -0/+13 |
* | Start adding and cleaning up comments. | Nick Lewycky | 2007-07-16 | 1 | -4/+12 |
* | Handle decrementing loops properly. Fixes PR1533. | Nick Lewycky | 2007-07-16 | 1 | -15/+13 |
* | Implement shift-simplify.ll:test[45]. | Chris Lattner | 2007-07-15 | 1 | -11/+23 |
* | Implement shift-simplify.ll:test3, turning: | Chris Lattner | 2007-07-15 | 1 | -103/+116 |
* | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky | 2007-07-14 | 1 | -2/+4 |
* | Fix the build. Patch from Holger Schurig. | Nick Lewycky | 2007-07-14 | 1 | -1/+2 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 21 | -33/+225 |
* | Use maximal intersection algorithm exclusively. Fixes miscompile bug. | Nick Lewycky | 2007-07-14 | 1 | -11/+11 |
* | Add alternate ConstantRange intersection algorithm. | Nick Lewycky | 2007-07-14 | 1 | -0/+81 |
* | Make LCSSA a loop pass. | Devang Patel | 2007-07-13 | 1 | -21/+11 |
* | Fix for PR1540: Specify F0, F1 are sub-registers of D0, etc. | Evan Cheng | 2007-07-13 | 1 | -2/+2 |
* | Handle GEPs with all-zero indices in the same way we handle pointer-pointer b... | Owen Anderson | 2007-07-13 | 1 | -3/+12 |
* | Disable claims to preserve analysis until open issues are resolved. | Devang Patel | 2007-07-13 | 2 | -10/+0 |
* | Fix the comment for LegalizeOp to more accurately reflect what it does. | Dan Gohman | 2007-07-13 | 1 | -3/+4 |
* | Don't call SimplifyVBinOp for non-vector operations, following earlier review | Dan Gohman | 2007-07-13 | 1 | -25/+49 |
* | Be more aggressive in removing dead stores, and in removing instructions triv... | Owen Anderson | 2007-07-13 | 1 | -8/+24 |
* | Modify previous patch per review comments. | Dale Johannesen | 2007-07-13 | 2 | -3/+5 |
* | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen | 2007-07-13 | 8 | -7/+94 |
* | Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551) | Chris Lattner | 2007-07-13 | 1 | -0/+2 |
* | Reimplement removing stores to allocas at the end of a function. This should... | Owen Anderson | 2007-07-12 | 1 | -0/+160 |
* | Make the condition-checking for free with non-trivial dependencies more correct. | Owen Anderson | 2007-07-12 | 1 | -7/+19 |
* | Remove the end-block handling code. It was unsafe, and making it safe would ... | Owen Anderson | 2007-07-12 | 1 | -55/+0 |
* | ARM: make branch folder remove unconditional branches | Dale Johannesen | 2007-07-12 | 2 | -7/+15 |
* | The type ids making up a filter are unsigned, and | Duncan Sands | 2007-07-12 | 1 | -2/+2 |
* | checked in as obvious, | Gabor Greif | 2007-07-12 | 1 | -1/+0 |
* | another missed SSE optimization | Chris Lattner | 2007-07-12 | 1 | -0/+29 |
* | Let MemoryDependenceAnalysis take care of updating AliasAnalysis. | Owen Anderson | 2007-07-12 | 2 | -5/+2 |
* | Preserve analysis info. | Devang Patel | 2007-07-11 | 1 | -20/+136 |
* | Added support for Mips specific GAS directives | Bruno Cardoso Lopes | 2007-07-11 | 2 | -20/+159 |
* | Added support for framepointer | Bruno Cardoso Lopes | 2007-07-11 | 1 | -28/+162 |
* | Handle the case where an entire structure is freed, and its dependency is a s... | Owen Anderson | 2007-07-11 | 1 | -42/+101 |
* | Now that stack is represented the right way, LOA starts at 0 | Bruno Cardoso Lopes | 2007-07-11 | 1 | -6/+7 |
* | Fixed AddLiveOut issues | Bruno Cardoso Lopes | 2007-07-11 | 1 | -42/+72 |
* | Removed unused immediate PatLeaf, fixed lui instruction | Bruno Cardoso Lopes | 2007-07-11 | 1 | -12/+13 |
* | Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti... | Bruno Cardoso Lopes | 2007-07-11 | 1 | -0/+54 |
* | Add support for eliminate stores to stack-allocated memory locations at the end | Owen Anderson | 2007-07-11 | 1 | -1/+45 |
* | Handle eliminating stores that occur right before a free. | Owen Anderson | 2007-07-11 | 1 | -4/+15 |