oota-llvm.git
2002-08-15 Chris LattnerFix bug: test/Regression/Assembler/2002-08-15-Unresolve...
2002-08-15 Chris LattnerThere seem to be issues with constant exprs
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 Chris LattnerRemove the last traces of the NOT instruction
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-15 Vikram S. AdveChange opLabel numbers for Not and BNot.
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-15 Vikram S. AdveAdd tests for unary NOT operations.
2002-08-14 Chris LattnerImplement capability to fold this:
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
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 LattnerGross, some whitespace escaped
2002-08-14 Chris LattnerFix bug in documentation
2002-08-14 Chris Lattner*** empty log message ***
2002-08-14 Chris LattnerThis file does not belong here.
2002-08-14 Chris LattnerFix tests that use the now dead not instruction
2002-08-14 Chris LattnerFix testcases that used to now dead 'not' instruction
2002-08-14 Chris LattnerChange not's to xors
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 reference to GenericUnaryInst class
2002-08-14 Chris LattnerRemove support for unary instructions
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 information about dead '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 LattnerExpose two new static methods from BinaryOperator:...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-14 Chris LattnerRemove illegal test now that not instruction does not...
2002-08-14 Chris LattnerMake sure there is SOME output always so the test is...
2002-08-14 Chris LattnerThe not instruction is just a specialized form of XOR
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-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-13 Chris LattnerUpdated GettingStarted guide to be accurate now that...
2002-08-13 Chris LattnerAdd a note that specifies that the whether or not sign...
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 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 LattnerReturn const char * const instead of std::string from...
2002-08-12 Chris Lattner - Added a new superclass of ConstantBool/ConstantInt...
2002-08-12 Chris LattnerTools are now moved into /shared
2002-08-12 Chris Lattner - Makefile changes:
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-12 Chris LattnerAdd comment
2002-08-09 Chris LattnerNew functionality for instcombine:
2002-08-09 Chris Lattnerxor x, ALLONES should -> not x
2002-08-09 Chris Lattnersetcc of booleans should always be eliminated
2002-08-09 Chris LattnerAdd more strength reduction testcases
2002-08-09 Chris Lattner*** empty log message ***
2002-08-09 Chris Lattner* IntervalPartition no longer derives from vector
2002-08-09 Chris LattnerDo not add an extra vtable to EVERY machineinstr created.
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 LattnerThe second parameter of hash_set is the default, remove it.
2002-08-09 Chris LattnerOops, I accidentally broke the .d files. Fixed thusly
2002-08-09 Chris LattnerVery minor cleanups
2002-08-09 Chris Lattner* Document the BUILD_ROOT changes and option
2002-08-09 Chris Lattner* Remove some bogus dependencies on Depend/.dir
2002-08-08 Chris LattnerOh yeah, I wrote it.
2002-08-08 Chris LattnerInitial checkin of the "Writting an LLVM Pass" document
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 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 LattnerOnly include the sparc.o file once!
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-08-07 Chris Lattner* Write the "Custom parser" section
2002-08-06 Chris LattnerWrite the reference section, make other minor editing...
2002-08-05 Mehwish Nagdaadded Mapping and Function Pass
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-08-04 Vikram S. AdveBug fix in CreateCodeToLoadConst(): use sign of dest...
next