Add helpers for fetching basic types.
[oota-llvm.git] / lib / Analysis /
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanFix a missing newline (now that Value*'s operator<...
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Dan GohmanDon't assume that external global variables are aligned...
2009-08-10 Devang PatelKeep track of DIType.
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-07 Andreas BolkaFix copy-pasto.
2009-08-07 Andreas BolkaSIV/MIV classification for LDA.
2009-08-07 Daniel DunbarRemove unused function.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-06 Devang PatelRemove dead code.
2009-08-06 Andreas BolkaSimplify the ZIV tester to the max.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-05 Andreas BolkaRestrict LDA to GEPs with the same pointer offset.
2009-08-03 Andreas BolkaRestrict LDA to affine subscripts.
2009-07-31 Dan GohmanLibCallAliasAnalysis doesn't use TargetData.
2009-07-31 Dan GohmanMake TargetData optional in MemoryDependenceAnalysis.
2009-07-31 Dan GohmanRemove an unnecessary header.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Dan GohmanFix some problems with ASTCallbackVH in its use as...
2009-07-31 Devang PatelProcess DbgDeclareInst.
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Dan GohmanUse CallbackVH in AliasSetTracker to avoid getting...
2009-07-30 Devang Patels/DebugInfoEnumerator/DebugInfoFinder/g
2009-07-30 Devang Patelwalk DbgRegionStartInst and DbgRegionEndInst
2009-07-30 Andreas BolkaEqual SCEVs of a subscript give rise to dependence.
2009-07-29 Douglas GregorEliminate a few unused-variable warnings
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Andreas BolkaSkeleton for pairwise subscript testing.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Devang PatelAdd DebugInfoEnumerator to collect debug info.
2009-07-28 Andreas BolkaSimplify LDA-internal interface.
2009-07-28 Andreas BolkaAdd LDA statistics.
2009-07-28 Andreas BolkaMinor factoring, naming and formatting cleanups.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Dan GohmanTeach instcombine to respect and preserve inbounds...
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Dan GohmanFix wording in comments.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-25 Dan GohmanSCEV objects are no longer reference-counted.
2009-07-25 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Andreas BolkaConvert DOUT to DEBUG.
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
2009-07-25 Dan GohmanInstead of eagerly creating new SCEVs to replace all...
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Andreas BolkaForward-declare raw_ostream.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-24 Dan GohmanFix whitespace.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Andreas BolkaMinor cosmetics: indentation, formatting, naming.
2009-07-22 Devang PatelFix thinko.
2009-07-22 Devang PatelAdd replaceAllUsesWith() to FE replace debug info const...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Dan GohmanMake the range calculations for addrecs to be more...
2009-07-21 Dan GohmanWhitespace cleanups.
2009-07-21 Dan GohmanMinor code simplification.
2009-07-20 Dan GohmanAdd a comment to clarify why there isn't any code in...
2009-07-20 Dan GohmanRemove the code that tried to evaluate whether (A pred...
2009-07-20 Dan GohmanMinor code simplification.
2009-07-20 Dan GohmanThe upper argument of ConstantRange is exclusive, not...
2009-07-20 Dan GohmanUpdate this comment.
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-17 Dan GohmanMake BasicAliasAnalysis and Value::getUnderlyingObject use
2009-07-17 Dan GohmanAdd a new Operator class, for handling Instructions...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-16 Dan GohmanFill in some holes in ScalarEvolution's loop iteration...
2009-07-16 Dan GohmanAdd an isLoopSimplifyForm() predicate, following the...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-15 Dan GohmanMake makeLoopInvariant report whether it made any chang...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Dan GohmanFix the expansion of umax and smax in the case where...
2009-07-14 Ted KremenekUpdate CMake file.
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Dan GohmanMake SCEVCallbackVH::allUsesReplacedWith more thorough...
2009-07-14 Dan GohmanAdd a comment about why ScalarEvolution doesn't recogni...
2009-07-14 Daniel DunbarProfileInfo interface tweaks.
2009-07-14 Dan GohmanIntroduce a new LoopInfo utility function makeLoopInvar...
2009-07-14 Dan GohmanAdd a newline, now that Value's operator<< doesn't...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Dan GohmanPrint a newline after printing a Value, now that Value...
next