Eliminate setType method
[oota-llvm.git] / lib /
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner - Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-20 Chris Lattnerfixed bug: test/Regression/Linker/2002-08-20-ConstantEx...
2002-08-20 Chris LattnerSort -time-passes report first by user+system, then...
2002-08-20 Chris Lattner - instcombine (~(a < b)) into (a >= b)
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-20 Chris LattnerThis case JUST handles constantpointer nulls, not all...
2002-08-20 Chris LattnerFix bug: 2002-08-20-UnnamedArgument.c
2002-08-20 Chris Lattner - implemented instcombine of phi (X, X, X) -> X
2002-08-19 Chris LattnerImplement ConstantExprs in CWriter
2002-08-19 Chris LattnerIncorporate calcTypeNameVar into CWriter class, fixing
2002-08-19 Chris LattnerOutput forward definitions of global vars to handle...
2002-08-19 Chris Lattner - Change constant printing to be better integrated...
2002-08-19 Chris LattnerAdd missing space
2002-08-19 Chris LattnerFix bug: test/Regression/Assembler/2002-08-19-BytecodeR...
2002-08-19 Chris LattnerFix the -time-passes option to not print NaN when there...
2002-08-18 Chris Lattner - Made GlobalDCE worklist driven, making it more...
2002-08-18 Chris Lattner- ConstantPointerRefs are now automatically removed...
2002-08-18 Chris LattnerTurn off a debugging optimization that just slows bytec...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-17 Chris LattnerPromote getelementptr instructions to constexprs if...
2002-08-17 Chris LattnerFix stupid oversight of missing #include.
2002-08-17 Chris Lattner - Finally nailed: test/Regression/Assembler/2002...
2002-08-16 Chris LattnerChanged parser to always use parenthesis on ConstExprs...
2002-08-16 Chris Lattner - Remove unused STRING token from lexer & parser
2002-08-15 Chris LattnerWrite constexpr casts using the cast X to Y notation...
2002-08-15 Chris LattnerParse const expr cast instruction the same way the...
2002-08-15 Chris LattnerMove ConstExpr production to unify ConstVal stuff
2002-08-15 Chris LattnerFix bug: test/Regression/Assembler/2002-08-15-Unresolve...
2002-08-15 Chris LattnerSimplify the code
2002-08-15 Chris LattnerHandle more cases of cast-of-cast in more general forms.
2002-08-15 Vikram S. AdveUnary Not (boolean and bitwise) is no longer a separate...
2002-08-15 Vikram S. AdveRevise code generation for unary Not (boolean and bitwi...
2002-08-15 Vikram S. AdveAdded more helper functions for binary instructions...
2002-08-14 Chris LattnerImplement capability to fold this:
2002-08-14 Chris LattnerAvoid creating 'load X, 0' instead of just 'load X'
2002-08-14 Chris LattnerAvoid inserting an entry block unless we need it
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-08-14 Chris LattnerFix bug introduced in last checkin due to CastInst...
2002-08-14 Chris LattnerRemove support for unary operators.
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-14 Chris LattnerRemove extra #includes
2002-08-14 Chris LattnerRemove constant propogation support for NOT instruction
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-14 Chris LattnerRemove support for unary operators
2002-08-14 Chris LattnerImplement two constructor functions for "unary" instruc...
2002-08-14 Chris LattnerRemove support forNOT instruction
2002-08-14 Chris Lattner - Fix InstCombine pass to not generate or process...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-14 Chris LattnerAsmParser turns 'not' instructions into 'xor' instructi...
2002-08-14 Chris LattnerReturn null on failure, instead of aborting.
2002-08-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-13 Chris LattnerMinor change to make lli print out characters numerical...
2002-08-13 Vikram S. AdveBug fix in TargetData::getIndexedOffset: We were using...
2002-08-13 Vikram S. AdveSeveral bug fixes in casting to signed int values.
2002-08-13 Chris Lattner- Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-13 Chris Lattner- Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-13 Vikram S. AdveHandle small unsigned results correctly by clearing...
2002-08-12 Brian EnsinkBuild correctly in the face of /shared.
2002-08-12 Chris Lattner - Clean up interface to Sparc register handling a...
2002-08-12 Chris Lattner - Added a new superclass of ConstantBool/ConstantInt...
2002-08-12 Chris Lattner* Factor a bunch of code by using ReplaceInstUsesWith
2002-08-12 Chris LattnerRemove some extraneous #includes
2002-08-12 Chris LattnerChanges to make GlobalValueRefMap not derive from std...
2002-08-09 Chris LattnerNew functionality for instcombine:
2002-08-09 Chris Lattner*** empty log message ***
2002-08-09 Chris LattnerUnaryOperator::create should take a name just like...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-08-09 Chris LattnerChange machinecode for instruction to not inherit from...
2002-08-09 Chris LattnerVery minor cleanups
2002-08-08 Chris LattnerInitial checkin of the "Hello World" Pass.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
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
next