oota-llvm.git
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-20 Chris LattnerFix buggy testcase
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 LattnerDon't stop the testing process if dis segfaults
2002-08-20 Chris LattnerNew testcase
2002-08-20 Chris LattnerTestcase for anonymous recursive types
2002-08-20 Chris Lattner - implemented instcombine of phi (X, X, X) -> X
2002-08-20 Chris LattnerNew testcase for instcombine
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerImplement ConstantExprs in CWriter
2002-08-19 Chris Lattner* Build with warnings
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 LattnerNew testcase
2002-08-19 Chris Lattner - Change constant printing to be better integrated...
2002-08-19 Chris LattnerFix typeo noticed by Bryan
2002-08-19 Chris LattnerAdd missing space
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerFix bug: test/Regression/Assembler/2002-08-19-BytecodeR...
2002-08-19 Chris LattnerNew testcase
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 LattnerNew testcase.
2002-08-18 Chris Lattner- ConstantPointerRefs are now automatically removed...
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-18 Chris LattnerModule's do not subclass from Value, so this code cause...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-17 Chris LattnerAdd a simple testcase that just uses a CPR instead...
2002-08-17 Chris LattnerNew testcase
2002-08-17 Chris LattnerDo not leak memory for passes when using -stopAfterNPas...
2002-08-17 Chris LattnerRun GlobalDCE before deadtypeelim so that we do not...
2002-08-17 Chris LattnerInclude a basic simple test.
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-17 Chris LattnerThrow purify temporary files into /shared if we have it.
2002-08-16 Chris LattnerAdd new testcase for gep instruction -> get constexpr...
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-16 Chris LattnerFix typo
2002-08-16 Chris LattnerNew testcase distilled from much larger problem
2002-08-15 Chris LattnerConvert constexpr over to new syntax
2002-08-15 Chris LattnerNew testcase
2002-08-15 Chris LattnerMake 'features' testsuite work with the /shared changes.
2002-08-15 Chris LattnerConvert testcase to use correct syntax
2002-08-15 Chris LattnerAdd another testcase
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 LattnerAdd a note mentioning that bools promote to 0 or 1
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 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...
next