| Commit message (Expand) | Author | Age | Files | Lines |
* | available_externall linkage is not local, this was confusing the codegenerator, | Edwin Török | 2009-05-23 | 2 | -3/+4 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands | 2009-05-06 | 1 | -0/+5 |
* | Revert r70630. Go back to appending ".b" to internal globals when shrinking | Nick Lewycky | 2009-05-03 | 1 | -4/+2 |
* | The second argument to RecursivelyDeleteTriviallyDeadInstructions has | Dan Gohman | 2009-05-02 | 1 | -2/+2 |
* | Don't append ".b" to the names of globals that are being shrunk to booleans. | Nick Lewycky | 2009-05-02 | 1 | -2/+4 |
* | Use a safer iterator interface and get rid of std C++ library misuse. | David Greene | 2009-04-17 | 1 | -3/+2 |
* | eliminate unneeded parens. | Chris Lattner | 2009-04-13 | 1 | -2/+2 |
* | Use a SmallPtrSet instead of std::set. | Dale Johannesen | 2009-03-23 | 1 | -2/+2 |
* | Clear the cached cost when removing a function in | Dale Johannesen | 2009-03-19 | 2 | -10/+17 |
* | aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D... | Chris Lattner | 2009-03-18 | 1 | -3/+3 |
* | add an assertion to make it clear that PHI nodes are not allowed. | Chris Lattner | 2009-03-18 | 1 | -1/+4 |
* | Fix PR3807 by inserting 'insertelement' instructions in the normal dest of | Chris Lattner | 2009-03-18 | 1 | -5/+10 |
* | Fix -strip-debug-declare to work when there are | Dale Johannesen | 2009-03-13 | 1 | -19/+17 |
* | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 2 | -4/+4 |
* | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 2 | -4/+4 |
* | Ignore debug info while evaluating function. | Devang Patel | 2009-03-09 | 1 | -1/+7 |
* | Remove llvm.dbg.global_variables also. | Devang Patel | 2009-03-09 | 1 | -0/+10 |
* | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel | 2009-03-09 | 1 | -0/+62 |
* | This debug info special case should no longer | Duncan Sands | 2009-03-09 | 1 | -4/+0 |
* | Keep calling-convention and tail-call bit when creating new invoke or call. | Nick Lewycky | 2009-03-08 | 1 | -10/+13 |
* | Fix comments, pointed out by Duncan Sands. | Nick Lewycky | 2009-03-08 | 1 | -3/+3 |
* | Mark function returns as noalias. | Nick Lewycky | 2009-03-08 | 1 | -0/+127 |
* | use MemTransferInst. | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner | 2009-03-07 | 1 | -3/+5 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -2/+2 |
* | add a bunch more passes to the C bindings (PR3734), patch by | Chris Lattner | 2009-03-06 | 1 | -0/+75 |
* | While thinking about the one-definition-rule and trying | Duncan Sands | 2009-03-06 | 1 | -3/+12 |
* | Revert 66224. | Devang Patel | 2009-03-06 | 1 | -9/+7 |
* | Revert rev. 66167. | Devang Patel | 2009-03-06 | 1 | -31/+9 |
* | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel | 2009-03-06 | 1 | -7/+9 |
* | GlobalOpt only process non constant local GVs while optimizing global vars. | Devang Patel | 2009-03-05 | 1 | -9/+31 |
* | Temporarily revert r65994. It was causing rdar://6646455. | Bill Wendling | 2009-03-04 | 1 | -20/+6 |
* | If a global constant is dead then global's debug info should not prevent the ... | Devang Patel | 2009-03-04 | 1 | -6/+20 |
* | Recursively remove dead argument while removing llvm.dbg.declare intrinsic. | Devang Patel | 2009-03-03 | 1 | -2/+3 |
* | Ignore debug info intrinsics. | Devang Patel | 2009-03-03 | 1 | -1/+5 |
* | Remove all dbg symobls, including those with circular references. | Devang Patel | 2009-03-02 | 1 | -3/+15 |
* | In theory the aliasee may have dead constant users | Duncan Sands | 2009-02-18 | 1 | -0/+1 |
* | Add explicit keywords. | Dan Gohman | 2009-02-18 | 1 | -2/+2 |
* | If an alias is dead and so is its aliasee, then globaldce would | Duncan Sands | 2009-02-17 | 1 | -8/+16 |
* | This transform also applies to private linkage. | Duncan Sands | 2009-02-17 | 1 | -2/+2 |
* | Make this more useful for cleaning up after the | Duncan Sands | 2009-02-15 | 1 | -15/+5 |
* | If the target of an alias has internal linkage, then the | Duncan Sands | 2009-02-15 | 1 | -7/+55 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -1/+1 |
* | The function that does nothing but call malloc is noalias return. | nicholas | 2009-01-25 | 1 | -5/+6 |
* | use CallSite::isCalle instead of slow getOperandNo | Gabor Greif | 2009-01-23 | 1 | -3/+3 |
* | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif | 2009-01-23 | 1 | -2/+1 |
* | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif | 2009-01-22 | 3 | -8/+6 |
* | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands | 2009-01-18 | 1 | -81/+2 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 12 | -28/+31 |