| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename virtual table anchors from Anchor() to anchor() for consistency with t... | Craig Topper | 2012-09-26 | 1 | -1/+1 |
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman | 2012-09-26 | 1 | -0/+10 |
* | Revert r164614 to appease the buildbots. | Chad Rosier | 2012-09-25 | 1 | -10/+0 |
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman | 2012-09-25 | 1 | -0/+10 |
* | Document the interface for integer expansion, using doxygen-style comments | Michael Ilseman | 2012-09-19 | 1 | -0/+8 |
* | Forward declarations | Michael Ilseman | 2012-09-19 | 1 | -0/+4 |
* | Remove unused and broken CloneFunction wrapper. | Benjamin Kramer | 2012-09-19 | 1 | -7/+0 |
* | New utility for expanding integer division for targets that don't support it. | Michael Ilseman | 2012-09-18 | 1 | -0/+26 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 1 | -2/+2 |
* | Port the SSAUpdater-based promotion logic from the old SROA pass to the | Chandler Carruth | 2012-09-15 | 1 | -1/+1 |
* | Stylistic and 80-col fixes | Evan Cheng | 2012-09-14 | 1 | -1/+1 |
* | Introduce a new SROA implementation. | Chandler Carruth | 2012-09-14 | 1 | -0/+6 |
* | Add a pass that renames everything with metasyntatic names. This works well a... | Alex Rosenberg | 2012-09-11 | 1 | -0/+5 |
* | Remove unused declaration | Andrew Trick | 2012-09-11 | 1 | -2/+0 |
* | Move bypassSlowDivision into the llvm namespace. | Benjamin Kramer | 2012-09-10 | 1 | -3/+7 |
* | Remove unneeded code. | Jakub Staszak | 2012-09-04 | 1 | -29/+0 |
* | Generic Bypass Slow Div | Preston Gurd | 2012-09-04 | 1 | -0/+58 |
* | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer | 2012-08-29 | 2 | -6/+11 |
* | add EmitStrNLen() | Nuno Lopes | 2012-07-25 | 1 | -0/+6 |
* | make all Emit*() functions consult the TargetLibraryInfo information before c... | Nuno Lopes | 2012-07-25 | 1 | -17/+24 |
* | baby steps toward fixing some problems with inbound GEPs that overflow, as di... | Nuno Lopes | 2012-07-20 | 1 | -2/+5 |
* | move the bounds checking pass to the instrumentation folder, where it belongs... | Nuno Lopes | 2012-07-20 | 2 | -8/+7 |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 2 | -3/+3 |
* | Allow BBVectorize to form non-2^n-length vectors. | Hal Finkel | 2012-06-28 | 1 | -0/+3 |
* | The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l... | Eli Bendersky | 2012-06-25 | 1 | -4/+0 |
* | Allow controlling vectorization of boolean values separately from other integ... | Hal Finkel | 2012-06-24 | 1 | -0/+3 |
* | Allow BBVectorize to fuse compare instructions. | Hal Finkel | 2012-06-23 | 1 | -0/+3 |
* | Add a number of threshold arguments to the SRA pass. | Nadav Rotem | 2012-06-21 | 1 | -1/+4 |
* | add a new pass to instrument loads and stores for run-time bounds checking | Nuno Lopes | 2012-05-22 | 2 | -0/+69 |
* | Remove a stale forward declaration. | Andrew Trick | 2012-05-14 | 1 | -1/+0 |
* | Remove excess semi-colons to quiet warnings. | Eric Christopher | 2012-05-08 | 1 | -1/+1 |
* | Teach the code extractor how to extract a sequence of blocks from | Chandler Carruth | 2012-05-04 | 1 | -0/+8 |
* | Factor the computation of input and output sets into a public interface | Chandler Carruth | 2012-05-04 | 1 | -2/+11 |
* | Move the CodeExtractor utility to a dedicated header file / source file, | Chandler Carruth | 2012-05-04 | 2 | -53/+110 |
* | Factor the logic for testing whether a basic block is viable for code | Chandler Carruth | 2012-05-03 | 1 | -0/+8 |
* | Second attempt at PR12573: | Bill Wendling | 2012-04-30 | 1 | -1/+2 |
* | Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs. | Hal Finkel | 2012-04-14 | 1 | -0/+6 |
* | Add support to BBVectorize for vectorizing selects. | Hal Finkel | 2012-04-13 | 1 | -0/+3 |
* | Refactor: Use positive field names in VectorizeConfig. | Hongbin Zheng | 2012-04-07 | 1 | -12/+12 |
* | Introduce the VectorizeConfig class, with which we can control the behavior | Hongbin Zheng | 2012-04-05 | 1 | -2/+66 |
* | Add the function "vectorizeBasicBlock" which allow users vectorize a | Hongbin Zheng | 2012-04-05 | 1 | -1/+13 |
* | Add an option to turn off the expensive GVN load PRE part of GVN. | Bill Wendling | 2012-04-02 | 1 | -1/+3 |
* | Remove a bunch of empty, dead, and no-op methods from all of these | Chandler Carruth | 2012-03-31 | 1 | -9/+0 |
* | Initial commit for the rewrite of the inline cost analysis to operate | Chandler Carruth | 2012-03-31 | 1 | -5/+0 |
* | Switch to WeakVHs in the value mapper, and aggressively prune dead basic | Chandler Carruth | 2012-03-28 | 1 | -1/+1 |
* | add EP_OptimizerLast extension point | Kostya Serebryany | 2012-03-23 | 1 | -0/+4 |
* | Remove unused simplifyIVUsers | Andrew Trick | 2012-03-22 | 1 | -6/+0 |
* | Start removing the use of an ad-hoc 'never inline' set and instead | Chandler Carruth | 2012-03-16 | 1 | -4/+8 |
* | Remove the basic inliner. This was added in 2007, and hasn't really | Chandler Carruth | 2012-03-15 | 1 | -55/+0 |
* | Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These | Chad Rosier | 2012-02-25 | 3 | -4/+8 |