| Commit message (Expand) | Author | Age | Files | Lines |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -109/+61 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -78/+125 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -172/+193 |
* | Teach MemoryBuiltins and InstructionSimplify that operator new never returns ... | Benjamin Kramer | 2013-09-24 | 1 | -1/+1 |
* | InstSimplify: Fold equality comparisons between non-inbounds GEPs. | Benjamin Kramer | 2013-09-23 | 1 | -2/+15 |
* | Add ISD::FROUND for libm round() | Hal Finkel | 2013-08-07 | 1 | -0/+1 |
* | Minor address space code simplification. | Matt Arsenault | 2013-08-03 | 1 | -9/+3 |
* | Teach InstructionSimplify about pointer address spaces | Matt Arsenault | 2013-08-02 | 1 | -4/+9 |
* | Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed. | Nick Lewycky | 2013-07-12 | 1 | -4/+7 |
* | InstSimplify: X >> X -> 0 | David Majnemer | 2013-07-09 | 1 | -0/+8 |
* | InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment. | NAKAMURA Takumi | 2013-04-08 | 1 | -1/+1 |
* | Identify and simplify idempotent intrinsics. Test case included. | Michael Ilseman | 2013-02-07 | 1 | -0/+36 |
* | InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po... | Benjamin Kramer | 2013-02-01 | 1 | -10/+18 |
* | Add a comment explaining an unavailable optimization. | Dan Gohman | 2013-02-01 | 1 | -0/+28 |
* | Rewrite instsimplify's handling if icmp on pointer values to remove the | Dan Gohman | 2013-02-01 | 1 | -56/+88 |
* | An alloca can be equal to an argument. It can't *alias* an alloca, but it could | Dan Gohman | 2013-01-31 | 1 | -12/+0 |
* | Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer | Dan Gohman | 2013-01-31 | 1 | -10/+15 |
* | Add a comment. | Dan Gohman | 2013-01-31 | 1 | -0/+4 |
* | Minor code simplification. | Dan Gohman | 2013-01-31 | 1 | -1/+1 |
* | stripAndComputeConstantOffsets is only called on pointers; check this | Dan Gohman | 2013-01-31 | 1 | -10/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Nuke some dead code that snuck in some how. I thought I had already | Chandler Carruth | 2012-12-28 | 1 | -5/+0 |
* | Teach instsimplify to use the constant folder where appropriate for | Chandler Carruth | 2012-12-28 | 1 | -8/+29 |
* | Add entry points to instsimplify for simplifying calls. The entry points | Chandler Carruth | 2012-12-28 | 1 | -5/+30 |
* | Rename isPowerOfTwo to isKnownToBeAPowerOfTwo. | Rafael Espindola | 2012-12-13 | 1 | -2/+2 |
* | The TargetData is not used for the isPowerOfTwo determination. It has never | Rafael Espindola | 2012-12-12 | 1 | -2/+2 |
* | Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags off | Michael Ilseman | 2012-12-12 | 1 | -0/+8 |
* | Added a slew of SimplifyInstruction floating-point optimizations, many of whi... | Michael Ilseman | 2012-12-12 | 1 | -10/+109 |
* | Holding my nose and moving the accumulation routine to GEPOperator | Chandler Carruth | 2012-12-11 | 1 | -34/+1 |
* | Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some... | Michael Ilseman | 2012-12-09 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+5 |
* | Fast-math optimization: fold multiply by zero | Michael Ilseman | 2012-11-27 | 1 | -0/+39 |
* | Make this easier to understand, as suggested by Chandler. | Duncan Sands | 2012-11-16 | 1 | -1/+6 |
* | InstructionSimplify should be able to simplify A+B==B+A to 'true' | Duncan Sands | 2012-11-16 | 1 | -2/+14 |
* | Revert the majority of the next patch in the address space series: | Chandler Carruth | 2012-11-01 | 1 | -8/+3 |
* | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 1 | -2/+4 |
* | Add some cleanup to the DataLayout changes requested by Chandler. | Micah Villmow | 2012-10-24 | 1 | -3/+1 |
* | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 1 | -1/+1 |
* | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 2012-10-15 | 1 | -3/+8 |
* | Revert 165732 for further review. | Micah Villmow | 2012-10-11 | 1 | -8/+3 |
* | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow | 2012-10-11 | 1 | -3/+8 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -34/+34 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -11/+11 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -11/+11 |
* | Fix PR13412, a nasty miscompile due to the interleaved | Chandler Carruth | 2012-08-07 | 1 | -11/+17 |
* | Remove extraneous ';'. | Bill Wendling | 2012-05-17 | 1 | -1/+1 |
* | Revert r153521 as it's causing large regressions on the nightly testers. | Chad Rosier | 2012-03-28 | 1 | -15/+0 |
* | Reapply r153423; the original commit was fine. The failing test, distray, had | Chad Rosier | 2012-03-27 | 1 | -0/+15 |
* | Revert r153423 as this is causing failures on our internal nightly testers. | Chad Rosier | 2012-03-26 | 1 | -15/+0 |
* | Use the new range metadata in computeMaskedBits and add a new optimization to | Rafael Espindola | 2012-03-26 | 1 | -0/+15 |