aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
AgeCommit message (Expand)Author
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-17Add a loop vectorizer.Nadav Rotem
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany
2012-10-13Implement new LibCallSimplifier classMeador Inge
2012-10-12Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'Derek Schuff
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-10PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/endMark Seaborn
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
2012-09-19Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman
2012-09-19Forward declarationsMichael Ilseman
2012-09-19Remove unused and broken CloneFunction wrapper.Benjamin Kramer
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-18New utility for expanding integer division for targets that don't support it.Michael Ilseman
2012-09-17Add a pass to llvm to rewrite the bitcode in anRobert Muth
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-15Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth
2012-09-14Stylistic and 80-col fixesEvan Cheng
2012-09-14Introduce a new SROA implementation.Chandler Carruth
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg
2012-09-11Remove unused declarationAndrew Trick
2012-09-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer
2012-09-04Remove unneeded code.Jakub Staszak
2012-09-04Generic Bypass Slow DivPreston Gurd
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-07-25add EmitStrNLen()Nuno Lopes
2012-07-25make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes
2012-07-20baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes
2012-07-20move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-28Allow BBVectorize to form non-2^n-length vectors.Hal Finkel
2012-06-25The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky
2012-06-24Allow controlling vectorization of boolean values separately from other integ...Hal Finkel
2012-06-23Allow BBVectorize to fuse compare instructions.Hal Finkel
2012-06-21Add a number of threshold arguments to the SRA pass.Nadav Rotem
2012-05-22add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes