Remove the last traces of the NOT instruction
[oota-llvm.git] / lib /
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
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
next