Removed trailing whitespace.
[oota-llvm.git] / lib / Transforms / Utils /
2013-04-26 Adrian Prantlfix a typo that due to cu&paste quadrupled itself
2013-04-26 Adrian PrantlBugfix for the debug intrinsic handling in InstCombiner:
2013-04-23 Adrian PrantlMake sure the instruction right after an inlined functi...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-21 Arnold SchwaighoferRevert "SimplifyCFG: If convert single conditional...
2013-04-20 Arnold SchwaighoferSimplifyCFG: If convert single conditional stores
2013-04-17 Peter CollingbourneDo not optimise fprintf() calls if its return value...
2013-04-16 Hans Wennborgsimplifycfg: Fix integer overflow converting switch...
2013-04-10 Joey GoulyChange CloneFunctionInto to always clone Argument attri...
2013-03-22 Bill WendlingAdd all clauses when merging the landing pads. Duplicat...
2013-03-22 Bill WendlingDon't use the removed API.
2013-03-22 Evgeniy StepanovFix llvm::removeUnreachableBlocks to handle unreachable...
2013-03-21 Bill WendlingAlways forward 'resume' instructions to the outter...
2013-03-12 Meador IngeLibCallSimplifier: optimize speed for short-lived instances
2013-03-11 Bill WendlingDon't remove a landing pad if the invoke requires a...
2013-03-07 Pekka JaaskelainenFixed a crash when cloning a function into a function...
2013-03-07 Andrew TrickSimplifyCFG fix for volatile load/store.
2013-03-04 Preston GurdBypass Slow Divides
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-02-27 Nadav RotemFor each function that we optimize we initialize a...
2013-02-26 Pedro ArtigasEnhance integer division emulation support to handle...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-19 Bill WendlingTemporarily revert r175470 for more review.
2013-02-18 Bill WendlingCheck to see if the 'no-builtin' attribute is set befor...
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-02-08 Chad Rosier[SimplifyLibCalls] Library call simplification doen...
2013-02-05 Chad Rosier[SjLj Prepare] When demoting an invoke instructions...
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-25 Chandler CarruthSwitch this code away from Value::isUsedInBasicBlock...
2013-01-24 Benjamin KramerReapply chandlerc's r173342 now that the miscompile...
2013-01-24 Chandler CarruthRevert r173342 temporarily. It appears to cause a very...
2013-01-24 Chandler CarruthPlug TTI into the speculation logic, giving it a real...
2013-01-24 Chandler CarruthAddress a large chunk of this FIXME by accumulating...
2013-01-24 Chandler CarruthSwitch the constant expression speculation cost evaluat...
2013-01-24 Chandler CarruthRephrase the speculating scan of the conditional BB...
2013-01-24 Chandler CarruthSimplify the PHI node operand rewriting.
2013-01-24 Chandler CarruthGive the basic block variables here names based on...
2013-01-24 Chandler CarruthLift a cheap early exit test above loops and other...
2013-01-24 Chandler CarruthSpiff up the comment on this method, making the example...
2013-01-23 Anton KorobeynikovMake sure metarenamer won't rename special stuff (intri...
2013-01-23 Duncan SandsInitialize the components of this class. Otherwise...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-14 Jakub StaszakRemove trailing spaces.
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-07 Chandler CarruthMake SimplifyCFG simply depend upon TargetTransformInfo...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-05 Chris Lattnerswitch from pointer equality comparison to MDNode:...
2013-01-05 Chandler CarruthSwitch SimplifyCFG over to the TargetTransformInfo...
2013-01-05 Chandler CarruthSink the AddressingModeMatcher helper class into an...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-24 Alexey SamsonovFix typo in comments
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Chandler CarruthFix non-determinism introduced in r168970 and pointed...
2012-11-30 Chandler CarruthRearrange the comments, control flow, and variable...
2012-11-30 Evan ChengFix logic to determine whether to turn a switch into...
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-26 Meador IngeFix a comment bug in toascii simplifier
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Meador Ingeinstcombine: Migrate toascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isdigit optimizations
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-16 Hans WennborgSimplifyCFG: Don't assume non-null ScalarTargetTransfor...
2012-11-15 Andrew Trickmisspell
2012-11-15 Andrew Trickwhitespace
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-11 Meador IngeAdd method for replacing instructions to LibCallSimplifier
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-08 Meador Ingeinstcombine: Migrate strspn optimizations
next