projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
IPO: Add use-list-order verifier
[oota-llvm.git]
/
include
/
llvm
/
Transforms
/
2013-08-03
Matt Arsenault
Minor address space code simplification.
tree
|
commitdiff
2013-08-02
Matt Arsenault
Teach EmitGEPOffset about address spaces
tree
|
commitdiff
2013-07-30
Daniel Malea
Fix parameter ordering bug in createDebugIRPass()
tree
|
commitdiff
2013-07-28
Chandler Carruth
Update comments for SSAUpdater to use the modern doxyge...
tree
|
commitdiff
2013-07-28
Chandler Carruth
Thread DataLayout through the callers and into mem2reg...
tree
|
commitdiff
2013-07-27
Nick Lewycky
Reimplement isPotentiallyReachable to make nocapture...
tree
|
commitdiff
2013-07-27
Tom Stellard
SimplifyCFG: Use parallel-and and parallel-or mode...
tree
|
commitdiff
2013-07-25
Rafael Espindola
Respect llvm.used in Internalize.
tree
|
commitdiff
2013-07-21
Chandler Carruth
Make the mem2reg interface use an ArrayRef as it keeps...
tree
|
commitdiff
2013-07-20
Chandler Carruth
Update mem2reg's comments to conform to the new doxygen...
tree
|
commitdiff
2013-07-09
Peter Collingbourne
Implement categories for special case lists.
tree
|
commitdiff
2013-07-09
Peter Collingbourne
Introduce a SpecialCaseList ctor which takes a MemoryBu...
tree
|
commitdiff
2013-07-09
Peter Collingbourne
Rename BlackList class to SpecialCaseList and move...
tree
|
commitdiff
2013-06-28
Daniel Malea
Remove limitation on DebugIR that made it require exist...
tree
|
commitdiff
2013-06-24
Chandler Carruth
Add a flag to defer vectorization into a phase after...
tree
|
commitdiff
2013-06-20
Meador Inge
Remove the simplify-libcalls pass (finally)
tree
|
commitdiff
2013-06-19
Bill Wendling
Access the TargetLoweringInfo from the TargetMachine...
tree
|
commitdiff
2013-06-19
Matt Arsenault
Move StructurizeCFG out of R600 to generic Transforms.
tree
|
commitdiff
2013-05-28
James Molloy
Extend RemapInstruction and friends to take an optional...
tree
|
commitdiff
2013-05-23
Daniel Malea
Re-implement DebugIR in a way that does not subclass...
tree
|
commitdiff
2013-05-20
Hal Finkel
Rename LoopSimplify.h to LoopUtils.h
tree
|
commitdiff
2013-05-20
Hal Finkel
Expose InsertPreheaderForLoop from LoopSimplify to...
tree
|
commitdiff
2013-05-08
Daniel Malea
Add DebugIR pass -- emits IR file and replace source...
tree
|
commitdiff
2013-04-26
Adrian Prantl
fix a typo that due to cu&paste quadrupled itself
tree
|
commitdiff
2013-04-26
Adrian Prantl
Bugfix for the debug intrinsic handling in InstCombiner:
tree
|
commitdiff
2013-04-15
Nadav Rotem
Add an option -vectorize-slp-aggressive for running...
tree
|
commitdiff
2013-04-15
Nadav Rotem
Rename the slp-vectorizer clang/llvm flags. No function...
tree
|
commitdiff
2013-04-11
Alexey Samsonov
[ASan] Allow disabling init-order checks for globals...
tree
|
commitdiff
2013-04-09
Nadav Rotem
Add support for bottom-up SLP vectorization infrastructure.
tree
|
commitdiff
2013-03-14
Alexey Samsonov
[ASan] emit instrumentation for initialization order...
tree
|
commitdiff
2013-03-14
Nick Lewycky
Refactor GCOV's six constructor arguments into a struct...
tree
|
commitdiff
2013-03-14
Nick Lewycky
Fix typo in comment.
tree
|
commitdiff
2013-03-07
Nick Lewycky
Switch from a version 4.2/4.4 switch to a four-byte...
tree
|
commitdiff
2013-02-27
Nick Lewycky
In GCC 4.7, function names are now forbidden from ...
tree
|
commitdiff
2013-02-26
Pedro Artigas
Enhance integer division emulation support to handle...
tree
|
commitdiff
2013-02-15
Hal Finkel
BBVectorize: Cap the number of candidate pairs in each...
tree
|
commitdiff
2013-02-09
Jakub Staszak
Remove unneeded #includes.
tree
|
commitdiff
2013-01-28
Michael Gottesman
Extracted ObjCARC.cpp into its own library libLLVMObjCA...
tree
|
commitdiff
2013-01-18
Will Dietz
Move Blacklist.h to include/ to enable use from clang.
tree
|
commitdiff
2013-01-17
Alexey Samsonov
ASan: add optional 'zero-based shadow' option to ASan...
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move CallGraphSCCPass.h into the Analysis tree; that...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Switch the SCEV expander and LoopStrengthReduce to use
tree
|
commitdiff
2013-01-07
Chandler Carruth
Make SimplifyCFG simply depend upon TargetTransformInfo...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Sink the AddressingModeMatcher helper class into an...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-28
Alexey Samsonov
Add proper support for -fsanitize-blacklist= flag for...
tree
|
commitdiff
2012-12-21
Evgeniy Stepanov
[msan] Remove unreachable blocks before instrumenting...
tree
|
commitdiff
2012-12-19
Evgeniy Stepanov
[msan] Add track-origins argument to the pass constructor.
tree
|
commitdiff
2012-12-12
Nadav Rotem
LoopVectorizer: Use the "optsize" attribute to decide...
tree
|
commitdiff
2012-12-12
Alexey Samsonov
Improve debug info generated with enabled AddressSanitizer.
tree
|
commitdiff
2012-12-12
Nadav Rotem
LoopVectorizer: When -Os is used, vectorize only loops...
tree
|
commitdiff
2012-12-11
Rafael Espindola
Use an ArrayRef instead of a std::vector&.
tree
|
commitdiff
2012-12-10
Bill Wendling
Don't use a red zone for code coverage if the user...
tree
|
commitdiff
2012-12-07
Bill Wendling
s/AttrListPtr/AttributeSet/g to better label what this...
tree
|
commitdiff
2012-12-04
Matt Beaumont-Gay
Add 'using' declarations to suppress -Woverloaded-virtu...
tree
|
commitdiff
2012-12-03
Nadav Rotem
minor renaming, documentation and cleanups.
tree
|
commitdiff
2012-12-03
Alexey Samsonov
ASan: add blacklist file to ASan pass options. Clang...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-11-29
Alexey Samsonov
Add options to AddressSanitizer passes to make them...
tree
|
commitdiff
2012-11-29
Evgeniy Stepanov
Initial commit of MemorySanitizer.
tree
|
commitdiff
2012-11-28
Kostya Serebryany
[asan] Split AddressSanitizer into two passes (Function...
tree
|
commitdiff
2012-11-23
Joey Gouly
Remove unused parameter Penalty from the BoundsChecking...
tree
|
commitdiff
2012-11-13
Meador Inge
instcombine: Migrate math library call simplifications
tree
|
commitdiff
2012-11-11
Meador Inge
Add method for replacing instructions to LibCallSimplifier
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the majority of the next patch in the address...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the series of commits starting with r166578...
tree
|
commitdiff
2012-10-30
Hans Wennborg
Use TargetTransformInfo to control switch-to-lookup...
tree
|
commitdiff
2012-10-29
Nadav Rotem
Rename the BB-vectorize flag to match the dragonegg...
tree
|
commitdiff
2012-10-29
Nadav Rotem
Change the PassManagerBuilder (used by -O3) loop vector...
tree
|
commitdiff
2012-10-26
Rafael Espindola
Change the internalize pass to internalize all symbols...
tree
|
commitdiff
2012-10-24
Micah Villmow
Add in support for getIntPtrType to get the pointer...
tree
|
commitdiff
2012-10-19
Nadav Rotem
revert r166264 because the LTO build is still failing
tree
|
commitdiff
2012-10-19
Evgeniy Stepanov
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
tree
|
commitdiff
2012-10-19
Nadav Rotem
recommit the patch that makes LSR and LowerInvoke use...
tree
|
commitdiff
2012-10-18
Chandler Carruth
Introduce a BarrierNoop pass, a hack designed to allow...
tree
|
commitdiff
2012-10-18
Bob Wilson
Temporarily revert the TargetTransform changes.
tree
|
commitdiff
2012-10-17
Nadav Rotem
Add a loop vectorizer.
tree
|
commitdiff
2012-10-15
Micah Villmow
Resubmit the changes to llvm core to update the functio...
tree
|
commitdiff
2012-10-15
Kostya Serebryany
[asan] make AddressSanitizer to be a FunctionPass inste...
tree
|
commitdiff
2012-10-13
Meador Inge
Implement new LibCallSimplifier class
tree
|
commitdiff
2012-10-11
Micah Villmow
Revert 165732 for further review.
tree
|
commitdiff
2012-10-11
Micah Villmow
Add in the first iteration of support for llvm/clang...
tree
|
commitdiff
2012-10-10
Nadav Rotem
Add a new interface to allow IR-level passes to access...
tree
|
commitdiff
2012-10-08
Nadav Rotem
Refactor the AddrMode class out of TLI to its own heade...
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-10-04
Preston Gurd
This patch corrects commit 165126 by using an integer...
tree
|
commitdiff
2012-09-26
Craig Topper
Rename virtual table anchors from Anchor() to anchor...
tree
|
commitdiff
2012-09-26
Michael Ilseman
Expansions for u/srem, using the udiv expansion. More...
tree
|
commitdiff
2012-09-25
Chad Rosier
Revert r164614 to appease the buildbots.
tree
|
commitdiff
2012-09-25
Michael Ilseman
Expansions for u/srem, using the udiv expansion. More...
tree
|
commitdiff
2012-09-19
Michael Ilseman
Document the interface for integer expansion, using...
tree
|
commitdiff
2012-09-19
Michael Ilseman
Forward declarations
tree
|
commitdiff
2012-09-19
Benjamin Kramer
Remove unused and broken CloneFunction wrapper.
tree
|
commitdiff
2012-09-18
Michael Ilseman
New utility for expanding integer division for targets...
tree
|
commitdiff
2012-09-17
Craig Topper
Mark unimplemented copy constructors and copy assignmen...
tree
|
commitdiff
2012-09-15
Chandler Carruth
Port the SSAUpdater-based promotion logic from the...
tree
|
commitdiff
2012-09-14
Evan Cheng
Stylistic and 80-col fixes
tree
|
commitdiff
2012-09-14
Chandler Carruth
Introduce a new SROA implementation.
tree
|
commitdiff
next