This needs the callgraph data structure to stick around as long as the
[oota-llvm.git] / lib / VMCore /
2006-12-05 Reid SpencerBail on the getInferredCast idea. Remove the function...
2006-12-05 Reid SpencerCan't make these fail now with just BitCast. Previous...
2006-12-05 Reid SpencerRemove the last inferred casts from VMCore.
2006-12-05 Reid SpencerImplement createPointerCast.
2006-12-05 Reid SpencerImplement getPointerCast.
2006-12-04 Reid SpencerSeparate getCompare from get and getCompareTy from...
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerReduce the size of the ExprMapKeyType class.
2006-12-04 Reid SpencerFor PR950: Fix constant expressions to properly support...
2006-12-04 Reid SpencerFor PR950: Implement a stub for folding ICmp and FCmp...
2006-12-04 Reid SpencerFor PR950: Implement ICmp/FCmp predicate printing for...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-12-03 Reid SpencerRemove dead code.
2006-12-03 Reid SpencerShorten the FCmp predicate mnemonics.
2006-12-03 Reid SpencerAllow the ICmp and FCmp instructions to be written...
2006-12-03 Reid SpencerImplement creation of ICmp and FCmp constant expressions.
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-12-01 Chris LattnerThese should be rewritten to fold without using the...
2006-12-01 Chris Lattnerthis logic is broken for trunc to bool, replace the...
2006-12-01 Chris Lattneradd a new ConstantIntegral::get method. Simplify the...
2006-12-01 Chris LattnerFix a typo introduced by the cast patch that horribly...
2006-12-01 Reid SpencerDon't fold "ptrtoint GV to bool" since this should...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
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.
next