Remove Function::getParamAttributes and use the AttributeSet accessor methods instead.
[oota-llvm.git] / lib / Transforms / IPO /
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-27 Chandler CarruthMake this parameter be named consistently with most...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Nadav RotemEnable the loop vectorizer in clang and not in the...
2012-12-18 Nadav RotemEnable the loop vectorizer.
2012-12-15 NAKAMURA TakumiRevert r170246, "Enable the loop vectorizer by default."
2012-12-14 Nadav RotemEnable the loop vectorizer by default.
2012-12-14 Nadav Rotemrevert r170166 - disable the loop vectorizer.
2012-12-14 Nadav RotemEnable the loop vectorizer.
2012-12-14 Nadav RotemDisable the loop vectorizer.
2012-12-13 Nadav RotemEnable the Loop Vectorizer by default for O2 and O3...
2012-12-13 Quentin ColombetTake into account minimize size attribute in the inliner.
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-11 Rafael EspindolaUse an ArrayRef instead of a std::vector&.
2012-12-10 Nadav RotemEnable the loop vectorizer only on O2 and above. (Still...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-06 Jakub StaszakRemove unused field.
2012-12-06 Jakub StaszakRemove trailing spaces.
2012-12-04 Matt Beaumont-GayAdd 'using' declarations to suppress -Woverloaded-virtu...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-12-01 Zhou ShengThe patch is to improve the memory footprint of pass...
2012-11-29 Nadav RotemNo need to run LICM after loop vectorization because...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-19 Bob WilsonClean up handling of always-inline functions in the...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Hans WennborgMake GlobalOpt be conservative with TLS variables ...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Benjamin KramerReplace some instances of UniqueVector with SetVector...
2012-10-30 Nadav Rotem80-col
2012-10-29 Nadav RotemRename the BB-vectorize flag to match the dragonegg...
2012-10-29 Nadav RotemChange the PassManagerBuilder (used by -O3) loop vector...
2012-10-29 Rafael Espindolallvm-extract changes linkages so that functions on...
2012-10-29 Rafael Espindolallvm-extract was unable to handle aliases. It would...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-24 Nadav Rotemrevert accidental change
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-16 Bill WendlingUse the Attributes::get method which takes an AttrVal...
2012-10-16 Craig TopperFix filename in file header.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Alexey SamsonovFixup for r165490: Use DenseMap instead of std::map...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Alexey SamsonovFix PR14016.
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder class to creat...
2012-10-08 Nick LewyckyGive CaptureTracker::shouldExplore a base implementatio...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-04 Bill WendlingUse method to query for attributes.
2012-10-04 Bill WendlingQuery for attributes via the correct method call.
2012-10-02 Chandler CarruthTurn the new SROA pass back on. Let's see if it sticks...
2012-09-30 Benjamin KramerArgumentPromotion: Remove ancient workaround for a...
2012-09-28 Evan ChengGlobalDCE should be run at -O2 / -Os to eliminate unuse...
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Nick LewyckyDisable the new SROA pass to get the tree back in worki...
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-24 Chandler CarruthEnable the new SROA pass by default.
2012-09-18 Benjamin KramerLNT builders have picked up new SROA, disable it to...
2012-09-18 Chandler CarruthAdd a major missing piece to the new SROA pass: aggress...
2012-09-15 Benjamin KramerDisable new sroa now that all buildbots have tested it.
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-14 Chandler CarruthActually keep the flag default-off for now. =/ That...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-13 Nadav RotemFix an 80 char line limit.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-07-25 Nick LewyckyIt's not safe to blindly remove invoke instructions...
2012-07-24 Nick LewyckyDon't delete one more instruction than we're allowed...
2012-07-24 Nick LewyckyTeach globalopt to not nuke all stores to globals....
2012-07-21 Nick LewyckyRevert r160602.
2012-07-21 Nick LewyckyTeach globalopt to play nice with leak checkers. This...
2012-07-19 Nick LewyckyRevert r160529 due to crashes.
2012-07-19 Nick LewyckyDon't wipe out global variables that are probably stori...
2012-07-19 Benjamin KramerReplace some explicit compare loops with std::equal.
2012-07-19 Bill WendlingRemove tabs.
2012-07-02 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-27 Matt Beaumont-GayRevert r159136 due to PR13124.
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
next