Remove extraneous #includes
[oota-llvm.git] / lib /
2002-08-08 Chris LattnerRemove extraneous #includes
2002-08-07 Chris LattnerMinor changes to DEBUG()'s
2002-08-07 Chris LattnerReorder #includes to be right
2002-08-07 Chris LattnerMerge three loops into one.
2002-08-07 Chris LattnerFix breakage in the build
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-05 Mehwish Nagdaadded Mapping and Function Pass
2002-08-04 Vikram S. AdveBug fix in CreateCodeToLoadConst(): use sign of dest...
2002-08-04 Vikram S. AdveBug fix in TargetData::getIndexedOffset(): handle struc...
2002-08-04 Vikram S. AdveBug fix in SetOperandsForMemInstr: handle leading zeros...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-08-03 Chris LattnerFix compilation problem. IsIndexZero doesn't exist...
2002-08-03 Vikram S. AdveSimplified handling of array indexes in SetMemOperands_...
2002-08-03 Vikram S. AdveEliminate cast instructions: use only GEPs in decompose...
2002-08-02 Chris LattnerFix problem where lli would not print out a 64 bit...
2002-08-02 Chris LattnerFix one real nasty bug
2002-08-02 Chris LattnerFix lli with no arguments
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-08-02 Chris Lattner* Cleanups of instcombine
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/GCSE/2002-05-21...
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 LattnerRemove unneccesary #inlcude
2002-08-01 Chris LattnerEnhance -time-passes to be more detailed and useful
2002-08-01 Vikram S. AdveBug fix: incorrect SAVE instruction when using register...
2002-07-31 Chris LattnerFix bug: test/Regression/Assembler/2002-07-31-SlashInSt...
2002-07-31 Chris LattnerImplement the other half of a feature advertised by...
2002-07-31 Vikram S. AdveJust improved comments and assertions.
2002-07-31 Vikram S. AdveAdd a missing case: converting float/double to unsigned...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris Lattner*** empty log message ***
2002-07-31 Chris LattnerWe need iostream in PassManagerT.h to use cerr
2002-07-31 Chris LattnerAdd new -only-print-main-ds option that causes mains...
2002-07-31 Chris LattnerFix bug that was causing problems for lli
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-30 Vikram S. AdvePrint globals graph after either the BU or the TD pass.
2002-07-30 Vikram S. AdveThis file implements the top-down propagation pass...
2002-07-30 Vikram S. AdveUse a separate globals graph to hold externally visible...
2002-07-30 Chris LattnerImplement new -debug-pass=Arguments option that causes...
2002-07-30 Chris Lattner* Indent class into anonymous namespace, filling up...
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-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-30 Chris Lattner* Move InstructionSelection pass to lib/CodeGen/InstrSe...
2002-07-30 Chris LattnerRemove unused vector
2002-07-30 Chris LattnerFix bug with last patch which would occur when a call...
2002-07-30 Chris Lattner* Make sure the resolved function call instructions...
2002-07-30 Chris Lattner* Fix bug: test/Regression/Transforms/ADCE/2002-07...
2002-07-29 Chris LattnerAdd code to ensure that no PHI nodes are left laying...
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-07-29 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-07-29...
2002-07-29 Chris LattnerAllow folding of basic blocks that have PHI nodes in...
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-29 Chris Lattner* Fix assertion failure caused by command line argument...
2002-07-27 Chris LattnerRemove needless #include
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
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 LattnerAdd check to fix bug:
2002-07-25 Chris LattnerFix bug: test/Regression/Assembler/2002-07-25-QuoteInSt...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerRefix stuff for GCC 2.95, 3.0.4 & 3.1
2002-07-25 Chris LattnerFix gcc 3.1 complaint
2002-07-25 Mehwish Nagdanow removes deleted nops from MachineCodeForInstruction
2002-07-25 Mehwish Nagdachanged implementation of LLVM BYTECODE Length
2002-07-25 Chris LattnerAvoid warning message
2002-07-25 Chris LattnerBreak line to fit 80 columns
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges for GCC 3.1
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-07-24 Chris LattnerFix a bug exposed by lli
2002-07-24 Chris LattnerEliminate several include/llvm/Transforms/IPO/*.h files...
2002-07-23 Chris LattnerMerge ChangeAllocations into scalar.h
2002-07-23 Chris LattnerRename header
2002-07-23 Chris LattnerCleanup and simplify code
2002-07-23 Chris LattnerIncorporate ConstantMerge.h into IPO.h
2002-07-23 Chris LattnerRename LevelChange.h to RaisePointerReferences.h
2002-07-23 Chris LattnerRegister the WriteBytecodePass
next