Make MemoryBuiltins aware of TargetLibraryInfo.
[oota-llvm.git] / lib / Transforms / Utils /
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-17 Richard SmithFix undefined behavior (binding a reference to a derefe...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-01 Nuno Lopesremove tabs from my previous commit.
2012-08-01 Nuno Lopes(hopefuly) fix the remaining cases where null wasnt...
2012-07-27 Evan ChengTeach CodeGenPrep to look past bitcast when it's duplic...
2012-07-25 Nuno Lopesadd EmitStrNLen()
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-13 Benjamin KramerMake helper functions static.
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-29 Nuno Lopesrevert r159440. As Duncan pointed out, the test for...
2012-06-29 Nuno Lopesignore 'invoke new' in isInstructionTriviallyDead,...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-25 Eli BenderskyThe name (and comment describing) of llvm::GetFirstDebu...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-06-05 Andrew TrickLoopUnroll: always check for NULL LoopPassManager
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-26 Benjamin KramerSimplifyCFG: Turn the ad-hoc std::pair that represents...
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-05-23 Stepan DyatkovskiyPR1255(case ranges) related changes in Local Transforma...
2012-05-10 Nuno Lopesteach DSE and isInstructionTriviallyDead() about calloc
2012-05-08 Andrew TrickAllow NULL LoopPassManager argument in UnrollLoop....
2012-05-04 Chandler CarruthTeach the code extractor how to extract a sequence...
2012-05-04 Chandler CarruthFactor the computation of input and output sets into...
2012-05-04 Chandler CarruthRather than trying to gracefully handle input sequences...
2012-05-04 Chandler CarruthFix a goof with my previous commit by completely return...
2012-05-04 Chandler CarruthHoist a safety assert from the extraction method into...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-03 Chandler CarruthFactor the logic for testing whether a basic block...
2012-04-30 Bill WendlingSecond attempt at PR12573:
2012-04-30 Bill WendlingUse an ArrayRef instead of explicit vector type.
2012-04-10 Andrew TrickFix 12513: Loop unrolling breaks with indirect branches.
2012-04-06 Chandler CarruthSink the collection of return instructions until after...
2012-04-06 Chandler CarruthSink the return instruction collection until after...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-26 Eric ChristopherTidy.
2012-03-26 Eric ChristopherTidy.
2012-03-25 Chandler CarruthTeach the function cloner (and thus the inliner) to...
2012-03-25 Chandler CarruthMove the instruction simplification of callsite argumen...
2012-03-25 Chandler CarruthAdd an asserting ValueHandle to the block simplificatio...
2012-03-24 Chandler CarruthDon't form a WeakVH around the sentinel node in the...
2012-03-24 Chandler CarruthRefactor the interface to recursively simplifying instr...
2012-03-22 Andrew TrickRemove unused simplifyIVUsers
2012-03-20 Eric ChristopherZap some dead code pointed out by Chandler.
2012-03-20 Andrew TrickLoopSimplify bug fix. Handle indirect loop back edges.
2012-03-20 Andrew Trickwhitespace
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-03-15 Chandler CarruthRemove the basic inliner. This was added in 2007, and...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-05 Chandler CarruthSwitch mem2reg to use the new hashing infrastructure.
2012-02-25 Chad RosierAdd support for disabling llvm.lifetime intrinsics...
2012-02-20 Chad RosierFix 80-column violation.
2012-02-17 Bill WendlingRemove redundant comment. Use a more efficient datatype.
2012-02-17 Bill WendlingFix some grammar-os and formatting.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-31 Bill Wendlings/getInnerUnwindDest/getInnerResumeDest/g
2012-01-31 Bill WendlingRemove ivar which is identical to another ivar.
2012-01-31 Bill WendlingRemove unused ivars and s/getOuterUnwindDest/getOuterRe...
2012-01-31 Bill WendlingRemove more dead functions.
2012-01-31 Bill Wendlings/getInnerUnwindDestNewEH/getInnerUnwindDest/g
2012-01-31 Bill WendlingRemove some unused, old-EH methods.
2012-01-31 Bill WendlingGet rid of references to dead intrinsics.
2012-01-31 Bill WendlingFormatting cleanups. No functionality change.
2012-01-31 Bill WendlingRemove no-longer-useful dyn_casts and pals.
2012-01-25 Nick LewyckyGracefully degrade precision in branch probability...
2012-01-19 Nick LewyckyActually, this code handles wrapped sets just fine...
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-05 Dan GohmanFix SpeculativelyExecuteBB to either speculate all...
2012-01-05 Dan GohmanRevert r56315. When the instruction to speculate is...
2011-12-28 Nick LewyckyDemystify this comment.
2011-12-27 Nick LewyckyUse false not zero, as a bool.
2011-12-27 Nick LewyckyTeach simplifycfg to recompute branch weights when...
2011-12-26 Nick LewyckyUpdate the branch weight metadata when reversing the...
2011-12-26 Nick LewyckySort includes, canonicalize whitespace, fix typos....
next