aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-08-22dumpNode() does not need to print MachineInstrs.Vikram S. Adve
2002-08-22Fix two resource names.Vikram S. Adve
2002-08-22Add AsmPrinter::ConstantExprToString, which writes out a ConstantExprVikram S. Adve
2002-08-22Eliminate bool, boolreg and boolconst nonterminals, and just useVikram S. Adve
2002-08-22Change 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 theChris Lattner
2002-08-21 - Fix asmparser and bytecode reader to not generate loads/stores with idxsChris Lattner
2002-08-21 - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner
2002-08-21Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner
2002-08-21Remove 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-21Do not generate loads/stores with indexingChris Lattner
2002-08-21Remove extraneous #includesChris Lattner
2002-08-21Do not create load/stores with indexesChris Lattner
2002-08-21Remove 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-20fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.llChris Lattner
2002-08-20Sort -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-20Add new SetCondInst::getInverseCondition() method.Chris Lattner
2002-08-20This case JUST handles constantpointer nulls, not all pointers.Chris Lattner
2002-08-20Fix bug: 2002-08-20-UnnamedArgument.cChris Lattner
2002-08-20 - implemented instcombine of phi (X, X, X) -> XChris Lattner
2002-08-19Implement ConstantExprs in CWriterChris Lattner
2002-08-19Incorporate calcTypeNameVar into CWriter class, fixingChris Lattner
2002-08-19Output 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 theChris Lattner
2002-08-19Add missing spaceChris Lattner
2002-08-19Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner
2002-08-19Fix the -time-passes option to not print NaN when there is zero execution timeChris Lattner
2002-08-18 - Made GlobalDCE worklist driven, making it more successful. Now can handleChris Lattner
2002-08-18- ConstantPointerRefs are now automatically removed from the module tableChris Lattner
2002-08-18Turn off a debugging optimization that just slows bytecode reading downChris Lattner
2002-08-17Add Module::dump() methodChris Lattner
2002-08-17Promote getelementptr instructions to constexprs if we can.Chris Lattner
2002-08-17Fix stupid oversight of missing #include.Chris Lattner
2002-08-17 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner
2002-08-16Changed parser to always use parenthesis on ConstExprs to be consistentChris Lattner
2002-08-16 - Remove unused STRING token from lexer & parserChris Lattner
2002-08-15Write constexpr casts using the cast X to Y notation, not using the implicitChris Lattner
2002-08-15Parse const expr cast instruction the same way the instruction is formedChris Lattner
2002-08-15Move ConstExpr production to unify ConstVal stuffChris Lattner
2002-08-15Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.llChris Lattner
2002-08-15Simplify the codeChris Lattner
2002-08-15Handle more cases of cast-of-cast in more general forms.Chris Lattner
2002-08-15Unary Not (boolean and bitwise) is no longer a separate LLVM instructionVikram S. Adve
2002-08-15Revise code generation for unary Not (boolean and bitwise), which isVikram S. Adve