AsmParser: More generic support for integer type suffices.
[oota-llvm.git] / lib / Analysis / IPA /
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-21 Chandler CarruthSink InlineCost.cpp into IPA -- it is now officially...
2013-01-11 Andrew TrickUpdate CMakeLists for CallPrinter.cpp.
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-06-29 Nuno LopesRefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicI...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-03-28 Rafael EspindolaHandle intrinsics in GlobalsModRef. Fixes pr12351.
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-20 Eli FriedmanSimplify; no intended functional change.
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris Lattnerstop using WriteTypeSymbolic.
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-03 Owen AndersonUse the new addEscapingValue callback to update Globals...
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonAdd an implementation of the initialization routine...
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
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 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-04 Chris Lattnerdead method.
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-28 Gabor Greifuse Value* constructor of CallSite to create potentiall...
2010-07-28 Gabor Greifuse Value* constructor of CallSite to create potentiall...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-06-07 Bill WendlingCreate new accessors to get arguments for call/invoke...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-04-23 Chris Lattnerfix callgraph dump to not print 0x0x1234 for nodes.
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-20 Benjamin KramerPR6880: Don't dereference CallsExternalNode if it's...
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-17 Chris Lattnerdisable r101565: an assert is getting triggered. More...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-16 Chris Lattnermove PrintCallGraphPass out of the middle of CGPassManager.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-01 Ted KremenekUpdate CMake build.
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-10 Dan GohmanFix "the the" and similar typos.
next