oota-llvm.git
2002-08-21 Chris LattnerTest the C backend on all of the feature tests as well.
2002-08-21 Chris Lattner - Fighting with linking problem due to removing the...
2002-08-21 Chris Lattner - Fix asmparser and bytecode reader to not generate...
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris LattnerEmit an obnoxious warning message for bytecode that...
2002-08-21 Chris LattnerRemove debugging code accidentally checked in.
2002-08-21 Chris LattnerFix store to not index
2002-08-21 Chris LattnerConvert testcase to not use indexing on loads & stores
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
2002-08-21 Chris Lattner - Make Pass::lookupPassInfo a public member
2002-08-21 Chris LattnerDo not generate loads/stores with indexing
2002-08-21 Chris LattnerRemove extraneous #includes
2002-08-21 Chris LattnerDo not create load/stores with indexes
2002-08-21 Chris LattnerRemove an optimization that isn't.
2002-08-21 Chris LattnerAdd testcase for the not (setcc A, B) case
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 - 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-21 Chris LattnerAdd missing forward decl
2002-08-20 Chris Lattnerfixed bug: test/Regression/Linker/2002-08-20-ConstantEx...
2002-08-20 Chris LattnerCleanup testsuite
2002-08-20 Chris LattnerClean up testcases to make them proper
2002-08-20 Chris LattnerNew testcase for constexpr problem.
2002-08-20 Chris LattnerProvide a way to actually run tests
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 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'
next