Use -Wl,-x instead of -s: it is more portable, and in particular,
[oota-llvm.git] / lib / VMCore /
2002-08-13 Chris Lattner- Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-12 Chris Lattner - Added a new superclass of ConstantBool/ConstantInt...
2002-08-12 Chris LattnerRemove some extraneous #includes
2002-08-12 Chris LattnerChanges to make GlobalValueRefMap not derive from std...
2002-08-09 Chris LattnerUnaryOperator::create should take a name just like...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-02 Chris LattnerImplement dominator checking in the verifier, so that...
2002-08-02 Chris LattnerFix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
2002-08-02 Chris LattnerSplit dominance calculation and post dominance calculat...
2002-08-01 Chris LattnerEnhance -time-passes to be more detailed and useful
2002-07-31 Chris LattnerFix bug: test/Regression/Assembler/2002-07-31-SlashInSt...
2002-07-31 Chris Lattner*** empty log message ***
2002-07-31 Chris LattnerWe need iostream in PassManagerT.h to use cerr
2002-07-30 Chris LattnerImplement new -debug-pass=Arguments option that causes...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerRemove FIXME's that aren't really needed after all.
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-30 Chris Lattner* Move some code from Pass.cpp to PassManagerT.h
2002-07-30 Chris LattnerImplement constant propogation of logical (and, or...
2002-07-30 Chris LattnerImplement constant propogation of logical (and, or...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* PassInfo is allowed to be missing now (ie, not all...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerFix typeo that caused bug:
2002-07-25 Chris LattnerFix bug: test/Regression/Assembler/2002-07-25-QuoteInSt...
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerRegister Verifier pass
2002-07-23 Chris LattnerAdd support for pass registration
2002-07-23 Chris LattnerRegister Writer passes
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-07-18 Chris Lattner* Rewrite loop to be slightly more efficient (arguably)
2002-07-18 Chris Lattner* ConstExpr::getelementptr now takes a vector of Consta...
2002-07-18 Chris LattnerAdd a hack to check for a subset of true dominance...
2002-07-18 Chris LattnerImplement linking of ConstExprs
2002-07-16 Anand Shuklaadded std:: to cerr and endl
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique using a
2002-07-14 Vikram S. AdveAdded support to write out ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-10 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-25 Chris Lattner* Update to work with Megapatch
2002-05-26 Chris LattnerSupport opaque type printing a little bit at least
2002-05-23 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-05-23...
2002-05-22 Chris LattnerAvoid creating the symbol table if we don't need it.
2002-05-22 Chris LattnerPrint out function name with % style instead of ""...
2002-05-21 Chris LattnerFix bug: test/Regression/Transforms/CFGSimplify/2002...
2002-05-14 Chris LattnerAvoid emitting a useless comment for a basic block...
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-10 Chris LattnerWe actually need this code for the release build to...
2002-05-08 Chris LattnerVerify that function call arguments match the function...
2002-05-07 Chris LattnerImplement constant propogation of PHI instructions...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-05-06 Chris LattnerMake functions that preserve the CFG not invalidate...
2002-05-06 Chris LattnerMove a bunch of code to a .cpp file, don't #include...
2002-05-06 Chris LattnerMove code out of header file
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-05-06 Chris LattnerImplement getPrimitiveSize()
2002-05-06 Chris LattnerImplement constant propogation of shift instructions
2002-05-06 Chris LattnerImplement constant propogation of shifts
2002-05-06 Chris LattnerPrint functions with curly braces instead of begin/end
2002-05-06 Chris LattnerImplement two iterator remove method
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-03...
2002-05-02 Chris LattnerThe implementation keyword is no longer neccesary
2002-04-30 Chris LattnerFix problem where subpasses would invalidate all analys...
2002-04-29 Chris LattnerMake the range insert operation return an iterator...
2002-04-29 Chris LattnerChanges so that iMemory.h doesn't include DerivedTypes.h
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-29 Chris LattnerAdd a new command line option for PassManager using...
2002-04-28 Chris LattnerTodo has been implemented, remove it
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerMove FunctionPass::doesNotModifyCFG to AnalysisUsage...
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...
2002-04-28 Chris LattnerMove include/llvm/PassManager.h to lib/VMCore/PassManag...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerRemove extra unused argument from CheckFailed method
2002-04-28 Chris LattnerThe check to see if an external function was marked...
2002-04-28 Chris LattnerMinor changes to allow Modules (which are no longer...
2002-04-28 Chris LattnerThe contents of the SymTabValue class have been incorpo...
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-28 Chris LattnerModule's are no longer values
next