summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAge
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Rename the BB-vectorize flag to match the dragonegg nameNadav Rotem2012-10-29
* Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem2012-10-29
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a loop vectorizer.Nadav Rotem2012-10-17
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-15
* Implement new LibCallSimplifier classMeador Inge2012-10-13
* 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
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-19
* Forward declarationsMichael Ilseman2012-09-19
* Remove unused and broken CloneFunction wrapper.Benjamin Kramer2012-09-19
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Stylistic and 80-col fixesEvan Cheng2012-09-14
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-11
* Remove unused declarationAndrew Trick2012-09-11
* Move bypassSlowDivision into the llvm namespace.Benjamin Kramer2012-09-10
* Remove unneeded code.Jakub Staszak2012-09-04
* Generic Bypass Slow DivPreston Gurd2012-09-04
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* add EmitStrNLen()Nuno Lopes2012-07-25
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-20
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-28
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-25
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-24
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-23