Age | Commit message (Expand) | Author |
2002-08-22 | dumpNode() does not need to print MachineInstrs. | Vikram S. Adve |
2002-08-22 | Fix two resource names. | Vikram S. Adve |
2002-08-22 | Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr | Vikram S. Adve |
2002-08-22 | Eliminate bool, boolreg and boolconst nonterminals, and just use | Vikram S. Adve |
2002-08-22 | Change rules for Not, since it is now implemented as Xor(reg,11..1). | Vikram S. Adve |
2002-08-21 | - Fighting with linking problem due to removing the ::ID elements. Now the | Chris Lattner |
2002-08-21 | - Fix asmparser and bytecode reader to not generate loads/stores with idxs | Chris Lattner |
2002-08-21 | - Split Dominators.h into Dominators.h & PostDominators.h | Chris Lattner |
2002-08-21 | Emit an obnoxious warning message for bytecode that includes load/store | Chris Lattner |
2002-08-21 | Remove debugging code accidentally checked in. | Chris Lattner |
2002-08-21 | - Implement the new AnalysisGroup feature, neccesary for Value#ing and point... | Chris Lattner |
2002-08-21 | Do not generate loads/stores with indexing | Chris Lattner |
2002-08-21 | Remove extraneous #includes | Chris Lattner |
2002-08-21 | Do not create load/stores with indexes | Chris Lattner |
2002-08-21 | Remove an optimization that isn't. | Chris Lattner |
2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
2002-08-21 | - Eliminate the need for analyses to expose an ::ID member. | Chris Lattner |
2002-08-20 | fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll | Chris Lattner |
2002-08-20 | Sort -time-passes report first by user+system, then by Wall clock time. | Chris Lattner |
2002-08-20 | - instcombine (~(a < b)) into (a >= b) | Chris Lattner |
2002-08-20 | Add new SetCondInst::getInverseCondition() method. | Chris Lattner |
2002-08-20 | This case JUST handles constantpointer nulls, not all pointers. | Chris Lattner |
2002-08-20 | Fix bug: 2002-08-20-UnnamedArgument.c | Chris Lattner |
2002-08-20 | - implemented instcombine of phi (X, X, X) -> X | Chris Lattner |
2002-08-19 | Implement ConstantExprs in CWriter | Chris Lattner |
2002-08-19 | Incorporate calcTypeNameVar into CWriter class, fixing | Chris Lattner |
2002-08-19 | Output forward definitions of global vars to handle recursive intializers cor... | Chris Lattner |
2002-08-19 | - Change constant printing to be better integrated with the rest of the | Chris Lattner |
2002-08-19 | Add missing space | Chris Lattner |
2002-08-19 | Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx | Chris Lattner |
2002-08-19 | Fix the -time-passes option to not print NaN when there is zero execution time | Chris Lattner |
2002-08-18 | - Made GlobalDCE worklist driven, making it more successful. Now can handle | Chris Lattner |
2002-08-18 | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner |
2002-08-18 | Turn off a debugging optimization that just slows bytecode reading down | Chris Lattner |
2002-08-17 | Add Module::dump() method | Chris Lattner |
2002-08-17 | Promote getelementptr instructions to constexprs if we can. | Chris Lattner |
2002-08-17 | Fix stupid oversight of missing #include. | Chris Lattner |
2002-08-17 | - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx | Chris Lattner |
2002-08-16 | Changed parser to always use parenthesis on ConstExprs to be consistent | Chris Lattner |
2002-08-16 | - Remove unused STRING token from lexer & parser | Chris Lattner |
2002-08-15 | Write constexpr casts using the cast X to Y notation, not using the implicit | Chris Lattner |
2002-08-15 | Parse const expr cast instruction the same way the instruction is formed | Chris Lattner |
2002-08-15 | Move ConstExpr production to unify ConstVal stuff | Chris Lattner |
2002-08-15 | Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll | Chris Lattner |
2002-08-15 | Simplify the code | Chris Lattner |
2002-08-15 | Handle more cases of cast-of-cast in more general forms. | Chris Lattner |
2002-08-15 | Unary Not (boolean and bitwise) is no longer a separate LLVM instruction | Vikram S. Adve |
2002-08-15 | Revise code generation for unary Not (boolean and bitwise), which is | Vikram S. Adve |