Removed even more std::cerr and #include <iostream> things.
[oota-llvm.git] / lib / VMCore /
2006-11-15 Devang PatelAdd run(Function &F) support in FunctionPassManager_New
2006-11-15 Devang PatelTidy up marking of last analysis user pass.
2006-11-15 Devang PatelAdd doInitialization and doFinalization support in...
2006-11-15 Devang PatelDo not derive CommonPassManagerImpl from Pass.
2006-11-14 Devang PatelCopy initializeAnalysisImpl() implementation from PassM...
2006-11-14 Devang PatelImplement removeDeadPasses().
2006-11-14 Devang PatelKeep track of Last user of analysis phase.
2006-11-14 Devang PatelUse std::map to map AnalysisID and Pass.
2006-11-14 Devang PatelManage analysis passes during run.
2006-11-14 Devang PatelUpdate comments.
2006-11-13 Devang PatelUpdate PassManagerImpl_New::analysisCurrentlyAvailable...
2006-11-13 Devang PatelCheck currently available anlysis in active managers.
2006-11-11 Devang PatelImplement schedulePasses().
2006-11-11 Devang PatelImplement PassManagerImpl_New::add().
2006-11-11 Devang PatelWhile adding pass into the manager, process Analysis...
2006-11-11 Devang PatelRemove dead code.
2006-11-11 Devang PatelCode refactoring. Move common code into CommonPassManag...
2006-11-11 Devang PatelMove CommonPassManagerImpl from PassManager.h to PassMa...
2006-11-11 Devang PatelRemove analysis that is not preserved by the pass from...
2006-11-11 Devang PatelKeep track if analysis made available by the pass.
2006-11-11 Devang PatelKeep track of analysis required by the passes. Force...
2006-11-10 Devang Patels/PassManagerAnalysisHelper/CommonPassManagerImpl
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelUpdate new pass managers to use PassManagerAnalysisHelp...
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerRemove unused variable.
2006-11-02 Reid SpencerRemove unused variables.
2006-11-02 Reid SpencerFor PR950:
2006-10-30 Devang PatelUpdate comment. Valid option is -debug-pass=Structures.
2006-10-27 Reid SpencerMake the Value and Type methods print a newline so...
2006-10-26 Evan ChengSpeed up isCString()
2006-10-26 Evan ChengAdd isCString() - returns true if a ConstantArray is...
2006-10-26 Chris LattnerFix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
2006-10-26 Chris LattnerAdd isFPOrFPVector() method, which indicates if a type...
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Reid SpencerMake the makefile tell us when Intrinsics.gen is being...
2006-10-22 Chris LattnerChange keyword to datalayout
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-15 Chris Lattnerlabel* is not a valid type, add an assertion.
2006-10-13 Chris LattnerFix another dtor issue. The function local statics...
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-10-04 Chris LattnergetFilename/getDirectory shouldn't abort if the global...
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2006-09-28 Chris LattnerMinor cleanups
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris Lattnersimplify code
2006-09-28 Chris Lattnerremove reference to dead method
2006-09-28 Chris LattnerUse the new ManagedStatic class to explicitly manage...
2006-09-23 Chris Lattneradd method, correct comment
2006-09-22 Devang Patelremove extra white spaces.
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-18 Chris Lattneradd a helper method
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-09-02 Chris LattnerCount the time for a pass to ReleaseMemory against...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris LattnerSilence -Woverloaded-virtual warnings.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-21 Chris LattnerFix PR885
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
2006-07-26 Reid SpencerFor PR780:
2006-07-26 Jim LaskeyNo Need to live in the past.
2006-07-25 Jim LaskeyMoving this function to a permanent home to prevent...
2006-07-20 Chris LattnerFix a race condition in the makefile andrew reported
2006-07-20 Chris LattnerFix PR835 so that touching tblgen in a way that doesn...
2006-07-19 Chris LattnerMove MVT::getVectorType out of line, it is large and...
2006-07-17 Jim LaskeyReduce the size of Constants.o by 25% by generalizing...
2006-07-14 Chris LattnerAdd a new helper, simplify ConstantExpr::getWithOperand...
2006-07-14 Chris LattnerAdd a new method for bugpoint to use
2006-07-11 Chris LattnerFix PR826, testcase here: Regression/Verifier/2006...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-28 Chris LattnerUse hidden visibility to reduce codesize
2006-06-28 Chris LattnerUse hidden visibility to reduce the sizes of some ...
2006-06-21 Chris LattnerAdd more anonymous namespaces to make it clear that...
next