Age | Commit message (Expand) | Author |
2009-03-08 | Mark function returns as noalias. | Nick Lewycky |
2009-03-08 | use MemTransferInst. | Chris Lattner |
2009-03-07 | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-03-06 | add a bunch more passes to the C bindings (PR3734), patch by | Chris Lattner |
2009-03-06 | While thinking about the one-definition-rule and trying | Duncan Sands |
2009-03-06 | Revert 66224. | Devang Patel |
2009-03-06 | Revert rev. 66167. | Devang Patel |
2009-03-06 | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel |
2009-03-05 | GlobalOpt only process non constant local GVs while optimizing global vars. | Devang Patel |
2009-03-04 | Temporarily revert r65994. It was causing rdar://6646455. | Bill Wendling |
2009-03-04 | If a global constant is dead then global's debug info should not prevent the ... | Devang Patel |
2009-03-03 | Recursively remove dead argument while removing llvm.dbg.declare intrinsic. | Devang Patel |
2009-03-03 | Ignore debug info intrinsics. | Devang Patel |
2009-03-02 | Remove all dbg symobls, including those with circular references. | Devang Patel |
2009-02-18 | In theory the aliasee may have dead constant users | Duncan Sands |
2009-02-18 | Add explicit keywords. | Dan Gohman |
2009-02-17 | If an alias is dead and so is its aliasee, then globaldce would | Duncan Sands |
2009-02-17 | This transform also applies to private linkage. | Duncan Sands |
2009-02-15 | Make this more useful for cleaning up after the | Duncan Sands |
2009-02-15 | If the target of an alias has internal linkage, then the | Duncan Sands |
2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
2009-01-25 | The function that does nothing but call malloc is noalias return. | Nick Lewycky |
2009-01-23 | use CallSite::isCalle instead of slow getOperandNo | Gabor Greif |
2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
2009-01-22 | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif |
2009-01-18 | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-14 | rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary | Chris Lattner |
2009-01-13 | Correct a comment. | Duncan Sands |
2009-01-12 | Enable recursive inlining. Reduce inlining threshold | Dale Johannesen |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2009-01-11 | Increase default inlining aggressiveness in partial | Dale Johannesen |
2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
2009-01-09 | Adjustments to last patch based on review. | Dale Johannesen |
2009-01-07 | Whitespace - correct formatting. | Duncan Sands |
2009-01-07 | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands |
2009-01-07 | Reorder these. | Duncan Sands |
2009-01-07 | Use a switch rather than a sequence of "isa" tests. | Duncan Sands |
2009-01-07 | The verifier checks that the aliasee is not null. | Duncan Sands |
2009-01-05 | Teach the internalize pass to also internalize | Duncan Sands |
2009-01-05 | Not having an aliasee is a theoretical possibility. | Duncan Sands |
2009-01-05 | Format more neatly. | Duncan Sands |
2009-01-05 | Remove trailing spaces. | Duncan Sands |
2009-01-05 | Delete unused global aliases with internal linkage. | Duncan Sands |
2009-01-03 | Any void readonly functions are provably dead, don't waste time adding | Nick Lewycky |
2009-01-02 | Load tracking means that the value analyzed may | Duncan Sands |
2009-01-02 | When calculating 'nocapture' argument attributes, allow | Duncan Sands |
2009-01-02 | Improve comments and reorganize a bit - no functionality | Duncan Sands |
2009-01-02 | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky |