This is a resubmittal. For some reason it broke the bots yesterday
[oota-llvm.git] / lib / Transforms /
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-18 Benjamin KramerSilence GCC warning about dropping off a non-void function.
2013-01-18 Alexey Samsonov80 columns
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-18 Craig TopperCheck for less than 0 in shuffle mask instead of -1...
2013-01-18 Craig TopperRemove trailing whitespace. Remove new lines between...
2013-01-18 Michael GottesmanFixed 80+ violation.
2013-01-17 Michael GottesmanAdded missing const from my last commit.
2013-01-17 Michael Gottesman[ObjCARC] Implemented operator<< for InstructionClass...
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2013-01-16 Michael Gottesman[ObjCARC] Turn off ignoring unwind edges in ObjCARC...
2013-01-15 Nadav RotemTeach InstCombine to optimize extract of a value from...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-15 Nadav RotemLoopVectorizer cost model. Honor the user command line...
2013-01-15 Evgeniy Stepanov[msan] Fix handling of equality comparison of pointer...
2013-01-14 Jakub StaszakRemove trailing spaces.
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-14 David GreeneFix Casting Bug
2013-01-14 Nick LewyckyFix typo in comment.
2013-01-14 Michael GottesmanChanged SmallPtrSet.count guard + SmallPtrSet.insert...
2013-01-14 Michael GottesmanFixed some 80+ violations.
2013-01-14 Michael GottesmanUpdated the documentation in ObjCARC.cpp to fit the...
2013-01-13 Michael GottesmanFixed an infinite loop in the block escape in analysis...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-13 Nadav RotemFix PR14547. Handle induction variables of small sizes...
2013-01-13 Michael Gottesman[ObjCARC] Even more debug messages!
2013-01-13 Michael Gottesman[ObjCARC] More debug messages.
2013-01-12 Chandler CarruthFix an editor goof in r171738 that Bill spotted. He...
2013-01-12 Benjamin KramerGlobalOpt: Avoid jump on uninitialized value.
2013-01-12 Michael GottesmanFixed debug message in ObjCARC.
2013-01-12 Michael GottesmanFixed a few debug messages in ObjCARC and added one.
2013-01-12 Michael GottesmanFixed bug in ObjCARC where we were changing a call...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2013-01-11 Michael GottesmanFixed whitespace.
2013-01-11 Michael GottesmanAdded debug messages to GlobalOpt.
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-10 Shuxin YangPR14904: Segmentation fault running pass 'Recognize...
2013-01-10 Peter Collingbourne[msan] Change va_start/va_copy shadow memset alignment...
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-10 Michael Gottesman[ObjCARC Debug Message] Added debug message when we...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Michael Gottesman[ObjCARC Debug Messages] This is a squashed commit...
2013-01-09 Benjamin KramerLICM: Hoist insertvalue/extractvalue out of loops.
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Nadav RotemCode cleanup: refactor the switch statements in the...
2013-01-08 Nadav RotemRename the enum members to match the LLVM coding style.
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Shuxin YangCosmetical changne in order to conform to coding std.
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Michael GottesmanFixed EOL whitespace.
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthRemove the long defunct 'DefaultPasses' header. We...
2013-01-07 Chandler CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthRemove LSR's use of the random AddrMode struct. These...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 Silviu BarangaMake the MergeGlobals pass correctly handle the address...
2013-01-07 Chandler CarruthSimplify LoopVectorize to require target transform...
2013-01-07 Chandler CarruthMerge the unused header file for LoopVectorizer into...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-07 Chandler CarruthFix a slew of indentation and parameter naming style...
2013-01-07 Chandler CarruthSwitch LoopIdiom pass to directly require target transf...
2013-01-07 Chandler CarruthMake SimplifyCFG simply depend upon TargetTransformInfo...
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-07 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-07 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-06 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-06 Michael Gottesman[ObjCARC Debug Message] - Added debug message when...
2013-01-06 Michael Gottesman[ObjCARC Debug Messages] - Added missing newline.
2013-01-06 Michael GottesmanAdded debug statement to ObjCARC when we replace objc_a...
2013-01-06 Michael GottesmanAdded 2x Debug statements to ObjCARC that log when...
2013-01-06 Michael GottesmanAdded debug message in ObjCARC when we remove a no...
2013-01-06 Michael GottesmanAdded debug message to ObjCARC when we transform an...
2013-01-06 Andrew TrickFix a crash in LSR replaceCongruentIVs.
2013-01-05 Michael GottesmanAdded debug message to ObjCARC when we transform objc_r...
2013-01-05 Michael GottesmanAdded debug message for ObjCARC when we zap an objc_aut...
2013-01-05 Chris Lattnerswitch from pointer equality comparison to MDNode:...
2013-01-05 Chandler CarruthSwitch the loop vectorizer from VTTI to just use TTI...
2013-01-05 Chandler CarruthSwitch the BB vectorizer from the VTTI interface to...
2013-01-05 Chandler CarruthSwitch SimplifyCFG over to the TargetTransformInfo...
2013-01-05 Chandler CarruthSwitch LoopIdiomRecognize to directly use the TargetTra...
2013-01-05 Chandler CarruthSink the AddressingModeMatcher helper class into an...
2013-01-05 Nadav RotemiLoopVectorize: Non commutative operators can be used...
2013-01-04 Paul RedmondDo not vectorize loops with subtraction reductions
2013-01-04 Michael GottesmanAdded DEBUG message to ObjCARC when we optimize objc_re...
2013-01-04 Michael GottesmanFixed up some DEBUG messages where I was putting in...
2013-01-04 Nadav RotemFix a warning
2013-01-04 Nadav RotemMove the loop vectorizer from O2 to O3. It looks like...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Michael GottesmanChanged two debug statements that state that a queue...
next