| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko | 2013-05-05 | 1 | -1/+1 |
| * | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo | 2013-05-01 | 1 | -1/+0 |
| * | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -0/+1 |
| * | Preserve fast-math flags after reassociation and commutation. Update test cases | Michael Ilseman | 2013-02-07 | 1 | -5/+20 |
| * | Revert "InstCombine: Clean up weird code that talks about a modulus that's lo... | Benjamin Kramer | 2013-01-23 | 1 | -1/+6 |
| * | InstCombine: Clean up weird code that talks about a modulus that's long gone. | Benjamin Kramer | 2013-01-23 | 1 | -6/+1 |
| * | Consider expression "0.0 - X" as the negation of X if | Shuxin Yang | 2013-01-09 | 1 | -2/+2 |
| * | When code size is the priority (Oz, MinSize attribute), help llvm | Quentin Colombet | 2013-01-07 | 1 | -0/+69 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
| * | convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu... | Nuno Lopes | 2012-12-30 | 1 | -7/+5 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -7/+7 |
| * | instcombine: Migrate math library call simplifications | Meador Inge | 2012-11-13 | 1 | -1/+7 |
| * | Add method for replacing instructions to LibCallSimplifier | Meador Inge | 2012-11-11 | 1 | -1/+19 |
| * | Generalize the transform that boosts GEP indices to the size of a pointer to | Duncan Sands | 2012-11-03 | 1 | -2/+2 |
| * | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 1 | -6/+6 |
| * | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 1 | -6/+6 |
| * | Fix typo that somehow escaped both testing and code inspection. | Duncan Sands | 2012-10-23 | 1 | -1/+1 |
| * | Transform code like this | Duncan Sands | 2012-10-23 | 1 | -52/+301 |
| * | Implement new LibCallSimplifier class | Meador Inge | 2012-10-13 | 1 | -0/+3 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -4/+4 |
| * | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
| * | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
| * | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer | 2012-08-29 | 1 | -7/+8 |
| * | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -1/+1 |
| * | instcombine: merge the functions that remove dead allocas and dead mallocs/ca... | Nuno Lopes | 2012-07-09 | 1 | -50/+68 |
| * | teach instcombine to remove allocated buffers even if there are stores, memcp... | Nuno Lopes | 2012-07-06 | 1 | -2/+25 |
| * | make instcombine produce calls to llvm.donothing instead of a random intrinsic | Nuno Lopes | 2012-06-28 | 1 | -7/+4 |
| * | improve optimization of invoke instructions: | Nuno Lopes | 2012-06-25 | 1 | -1/+8 |
| * | Add support for invoke to the MemoryBuiltin analysid. | Nuno Lopes | 2012-06-21 | 1 | -0/+4 |
| * | refactor the MemoryBuiltin analysis: | Nuno Lopes | 2012-06-21 | 1 | -1/+1 |
| * | replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the... | Nuno Lopes | 2012-06-20 | 1 | -4/+3 |
| * | add a new pass to instrument loads and stores for run-time bounds checking | Nuno Lopes | 2012-05-22 | 1 | -0/+4 |
| * | Remove trailing spaces. | Jakub Staszak | 2012-05-06 | 1 | -60/+60 |
| * | 153465 was incorrect. In this code we wanted to check that the pointer operan... | Nadav Rotem | 2012-03-26 | 1 | -4/+3 |
| * | PR12357: The pointer was used before it was checked. | Nadav Rotem | 2012-03-26 | 1 | -1/+3 |
| * | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -2/+2 |
| * | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -7/+8 |
| * | Remove some dead code and tidy things up now that vectors use ConstantDataVector | Chris Lattner | 2012-02-06 | 1 | -8/+4 |
| * | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -5/+5 |
| * | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner | 2012-01-27 | 1 | -4/+8 |
| * | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner | 2012-01-26 | 1 | -16/+8 |
| * | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -2/+7 |
| * | Fix a few more places where TargetData/TargetLibraryInfo is not being passed. | Chad Rosier | 2011-12-02 | 1 | -1/+1 |
| * | Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData | Chad Rosier | 2011-12-01 | 1 | -6/+11 |
| * | Add support for sqrt, sqrtl, and sqrtf in TargetLibraryInfo. Disable | Chad Rosier | 2011-11-29 | 1 | -0/+2 |
| * | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -1/+1 |
| * | Make sure we use the right insertion point when instcombine replaces a PHI wi... | Eli Friedman | 2011-11-01 | 1 | -3/+4 |
| * | Add support for the Objective-C personality function to the instruction | Bill Wendling | 2011-10-17 | 1 | -2/+5 |
| * | Add a routine to swap branch instruction operands, and update any | Chandler Carruth | 2011-10-17 | 1 | -6/+3 |
| * | Re-commit 141203, but much more conservative. | Jim Grosbach | 2011-10-05 | 1 | -3/+3 |