aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-291-1/+1
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-291-1/+2
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-261-12/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+2
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-191-3/+4
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-191-0/+25
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-191-4/+3
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-181-0/+5
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-3/+4
* Add a loop vectorizer.Nadav Rotem2012-10-171-0/+6
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+2
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-151-1/+1
* Implement new LibCallSimplifier classMeador Inge2012-10-131-0/+43
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-4/+3
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-081-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-084-29/+29
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-041-1/+1
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-261-1/+1
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-0/+10
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-10/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-0/+10
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-191-0/+8
* Forward declarationsMichael Ilseman2012-09-191-0/+4
* Remove unused and broken CloneFunction wrapper.Benjamin Kramer2012-09-191-7/+0
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-181-0/+26
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-151-1/+1
* Stylistic and 80-col fixesEvan Cheng2012-09-141-1/+1
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+6
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-111-0/+5
* Remove unused declarationAndrew Trick2012-09-111-2/+0
* Move bypassSlowDivision into the llvm namespace.Benjamin Kramer2012-09-101-3/+7
* Remove unneeded code.Jakub Staszak2012-09-041-29/+0
* Generic Bypass Slow DivPreston Gurd2012-09-041-0/+58
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-292-6/+11
* add EmitStrNLen()Nuno Lopes2012-07-251-0/+6
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-251-17/+24
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-2/+5
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-202-8/+7
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-292-3/+3
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-281-0/+3
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-251-4/+0
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-241-0/+3
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-231-0/+3
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-211-1/+4
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-222-0/+69
* Remove a stale forward declaration.Andrew Trick2012-05-141-1/+0
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-081-1/+1