summaryrefslogtreecommitdiff
path: root/lib/Analysis/InstructionSimplify.cpp
Commit message (Expand)AuthorAge
...
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth2012-08-07
* Remove extraneous ';'.Bill Wendling2012-05-17
* Revert r153521 as it's causing large regressions on the nightly testers.Chad Rosier2012-03-28
* Reapply r153423; the original commit was fine. The failing test, distray, had Chad Rosier2012-03-27
* Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier2012-03-26
* Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola2012-03-26
* Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth2012-03-25
* Switch the pointer-difference simplification logic to only work withChandler Carruth2012-03-25
* Try to harden the recursive simplification still further. This is againChandler Carruth2012-03-24
* Don't add the instruction about to be RAUW'ed and erased to theChandler Carruth2012-03-24
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-24
* Teach instsimplify to gracefully degrade in the presence of instructionsChandler Carruth2012-03-21
* Type sizes and fields offsets inside structs are unsigned. This is a highlyDuncan Sands2012-03-15
* Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands2012-03-13
* Uniformize the InstructionSimplify interface by ensuring that all routinesDuncan Sands2012-03-13
* Fix regression from r151466: an we can't replace uses of an instruction reach...Eli Friedman2012-03-13
* Address some review comments from Duncan. This moves the iterativeChandler Carruth2012-03-13
* Teach instsimplify how to constant fold pointer differences.Chandler Carruth2012-03-12
* As Duncan pointed out, pointers tend not to be in floating point format...for...Bill Wendling2012-03-10
* Make this transformation slightly less agressive and more correct.Bill Wendling2012-03-10
* Refactor some methods to look through bitcasts and GEPs on pointers intoChandler Carruth2012-03-10
* Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky2012-02-26
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-26
* Roll these back to r151448 until I figure out how they're breakingNick Lewycky2012-02-25
* An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky2012-02-25
* Fix five-letter typo in comment.Nick Lewycky2012-02-25
* Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky2012-02-25
* fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner2012-02-24
* fold comparisons of gep'd alloca points with null to false,Chris Lattner2012-02-20
* Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...Eli Friedman2012-02-18
* Revert "InstSimplify: Strip pointer casts early."Benjamin Kramer2012-02-16
* InstSimplify: Strip pointer casts early.Benjamin Kramer2012-02-16
* InstSimplify: Ignore pointer casts when constant folding compares between poi...Benjamin Kramer2012-02-16
* Fix PR11948: the result type of an icmp may be a vector of boolean -Duncan Sands2012-02-10
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...Benjamin Kramer2012-01-01
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Make use of "getScalarType()". No functionality change.Nick Lewycky2011-12-01
* Fix code to match comment. Fixes PR11340, a regression from r143209.Eli Friedman2011-11-08
* Teach instsimplify to simplify calls to undef.Dan Gohman2011-11-04
* Reapply commit 143214 with a fix: m_ICmp doesn't match conditionsDuncan Sands2011-10-30