Include the auto-generated bits for machine encoding.
[oota-llvm.git] / lib / Analysis /
2010-10-07 Owen AndersonAdd an implementation of the initialization routine...
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-07 Owen AndersonFix a warning when building with clang++.
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-06 Owen AndersonAppease the clang self-host buildbot by providing a...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-04 Dan GohmanDon't add the operand count to SCEV uniquing data;...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Benjamin KramerRemove PointerTracking from cmakelists …
2010-09-29 Chris Lattnerremove PointerTracking from mainline, Edwin is going...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-27 Jakob Stoklund OlesenDon't try to constant fold libm functions with non...
2010-09-22 Dan GohmanTeach memdep about TBAA tags.
2010-09-21 Benjamin KramerSimplify code.
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-09-17 Jakob Stoklund OlesenDon't include <fenv.h> now that we have llvm/System...
2010-09-17 Dan GohmanAttempt to support platforms which don't have fenv.h.
2010-09-17 Dan GohmanFix the folding of floating-point math library calls...
2010-09-17 Dan GohmanAdd an #include of raw_ostream.h. Previously, this...
2010-09-16 Benjamin KramerUpdate CMake build.
2010-09-16 Dan GohmanRename a variable to avoid a declaration conflict.
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-15 Eli FriedmanPR7959: Handle negative scales in GEPs correctly in...
2010-09-14 Dan GohmanConvert TBAA to use the new TBAATag field of AliasAnaly...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Dan GohmanExtend the getDependence query with support for PHI...
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
2010-09-08 Dan GohmanAdd a new experimental generalized dependence query...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Chris Lattnercleanup some of the lifetime/invariant marker stuff...
2010-09-06 Chris Lattnerspeed up -gvn 3.4% on the testcase in PR7023
2010-09-06 Chris Lattnerpull a simple method out of LICM into a new
2010-09-05 Chris Lattnerfix PR8063, a crash in globalopt in the malloc analysis...
2010-09-04 Chris Lattnerdead method.
2010-09-04 Chris Lattnerzap dead code.
2010-09-03 Dan GohmanDisable the asserts that check that normalization is...
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-02 Chris Lattnerstop forcing a noop AssemblyAnnotationWriter to silence...
2010-09-02 Owen AndersonRemove incorrect and poorly tested code for trying...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-31 Dan GohmanReapply r112432, now that the real problem is addressed.
2010-08-31 Dan GohmanReapply r112433, now that the real problem is addressed.
2010-08-31 Dan GohmanRevert r110916. This patch is buggy because the code...
2010-08-31 Dan GohmanRevert r112432. It appears to be exposing a problem...
2010-08-31 Dan GohmanSpeculatively revert r112433.
2010-08-30 Owen AndersonIt is possible to try to merge a not-constant with...
2010-08-30 Benjamin KramerDon't print two "0x" prefixes. Use a raw_ostream overlo...
2010-08-29 Chris Lattnertwo changes: 1) make AliasSet hold the list of call...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanRestructure the {A,+,B}<L> * {C,+,D}<L> folding so...
2010-08-29 Dan GohmanBatch up subtracts along with adds, when analyzing...
2010-08-29 Dan GohmanMicro-optimize GroupByComplexity.
2010-08-29 Dan GohmanHold AddRec->getLoop() in a variable, to make the Mul...
2010-08-29 Dan GohmanRename a variable, for consistency.
2010-08-29 Dan GohmanUse iterators instead of indices.
2010-08-29 Chris Lattnerwhen merging two alias sets, the result set is volatile...
2010-08-29 Chris Lattnermore cleanup
2010-08-29 Chris Lattnerclean this up
2010-08-28 Dan GohmanFix an index calculation thinko.
2010-08-27 Owen AndersonImprove the precision of getConstant().
2010-08-27 Dan GohmanWhen merging adjacent operands, scan ahead and merge...
2010-08-27 Dan GohmanMake the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C...
2010-08-27 Dan GohmanSwitch ScalarEvolution's main Value*->SCEV* map from...
2010-08-27 Owen AndersonUse LVI to eliminate conditional branches where we...
2010-08-27 Dan GohmanOptimize SCEVComplexityCompare. Use a 3-way return...
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-24 Owen AndersonNULL loads are only invalid in the default address...
2010-08-24 Owen AndersonAdd support for inferring values for the default cases...
2010-08-24 Owen AndersonAdd support for inferring that a load from a pointer...
2010-08-24 Owen AndersonDon't assume that all constants with integer types...
2010-08-23 Devang PatelLet FE use derived types for DW_TAG_friend.
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Chris LattnerGetLinearExpression is only called when TD is non-null...
2010-08-18 Chris Lattnerrework GEP decomposition to make a new VariableGEPIndex...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Owen AndersonUse ConstantRange to propagate information through...
2010-08-18 Daniel DunbarRevert r111375, "move gep decomposition out of ValueTra...
2010-08-18 Owen AndersonInform LazyValueInfo whenever a block is deleted, to...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Chris Lattnerfix PR7589: In brief:
2010-08-17 Dan GohmanTweak IVUsers' concept of "interesting" to exclude...
2010-08-16 Owen AndersonFix another iterator invalidation that caused a *really...
next