| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort -time-passes report first by user+system, then by Wall clock time. | Chris Lattner | 2002-08-20 | 2 | -3/+12 |
* | - instcombine (~(a < b)) into (a >= b) | Chris Lattner | 2002-08-20 | 1 | -2/+10 |
* | Add new SetCondInst::getInverseCondition() method. | Chris Lattner | 2002-08-20 | 1 | -0/+16 |
* | This case JUST handles constantpointer nulls, not all pointers. | Chris Lattner | 2002-08-20 | 1 | -3/+1 |
* | Fix bug: 2002-08-20-UnnamedArgument.c | Chris Lattner | 2002-08-20 | 2 | -32/+36 |
* | - implemented instcombine of phi (X, X, X) -> X | Chris Lattner | 2002-08-20 | 1 | -1/+12 |
* | Implement ConstantExprs in CWriter | Chris Lattner | 2002-08-19 | 2 | -78/+154 |
* | Incorporate calcTypeNameVar into CWriter class, fixing | Chris Lattner | 2002-08-19 | 2 | -178/+194 |
* | Output forward definitions of global vars to handle recursive intializers cor... | Chris Lattner | 2002-08-19 | 2 | -38/+76 |
* | - Change constant printing to be better integrated with the rest of the | Chris Lattner | 2002-08-19 | 2 | -190/+252 |
* | Add missing space | Chris Lattner | 2002-08-19 | 1 | -1/+1 |
* | Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx | Chris Lattner | 2002-08-19 | 1 | -1/+2 |
* | Fix the -time-passes option to not print NaN when there is zero execution time | Chris Lattner | 2002-08-19 | 1 | -6/+13 |
* | - Made GlobalDCE worklist driven, making it more successful. Now can handle | Chris Lattner | 2002-08-18 | 1 | -17/+176 |
* | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner | 2002-08-18 | 2 | -13/+36 |
* | Turn off a debugging optimization that just slows bytecode reading down | Chris Lattner | 2002-08-18 | 1 | -1/+1 |
* | Add Module::dump() method | Chris Lattner | 2002-08-17 | 1 | -7/+11 |
* | Promote getelementptr instructions to constexprs if we can. | Chris Lattner | 2002-08-17 | 1 | -3/+19 |
* | Fix stupid oversight of missing #include. | Chris Lattner | 2002-08-17 | 1 | -0/+1 |
* | - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx | Chris Lattner | 2002-08-17 | 4 | -378/+292 |
* | Changed parser to always use parenthesis on ConstExprs to be consistent | Chris Lattner | 2002-08-16 | 1 | -4/+3 |
* | - Remove unused STRING token from lexer & parser | Chris Lattner | 2002-08-16 | 3 | -47/+50 |
* | Write constexpr casts using the cast X to Y notation, not using the implicit | Chris Lattner | 2002-08-15 | 1 | -1/+6 |
* | Parse const expr cast instruction the same way the instruction is formed | Chris Lattner | 2002-08-15 | 1 | -2/+5 |
* | Move ConstExpr production to unify ConstVal stuff | Chris Lattner | 2002-08-15 | 1 | -20/+20 |
* | Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll | Chris Lattner | 2002-08-15 | 1 | -1/+13 |
* | Simplify the code | Chris Lattner | 2002-08-15 | 1 | -40/+19 |
* | Handle more cases of cast-of-cast in more general forms. | Chris Lattner | 2002-08-15 | 1 | -8/+35 |
* | Unary Not (boolean and bitwise) is no longer a separate LLVM instruction | Vikram S. Adve | 2002-08-15 | 2 | -4/+14 |
* | Revise code generation for unary Not (boolean and bitwise), which is | Vikram S. Adve | 2002-08-15 | 1 | -24/+46 |
* | Added more helper functions for binary instructions emulating | Vikram S. Adve | 2002-08-15 | 1 | -0/+65 |
* | Implement capability to fold this: | Chris Lattner | 2002-08-14 | 1 | -4/+11 |
* | Avoid creating 'load X, 0' instead of just 'load X' | Chris Lattner | 2002-08-14 | 1 | -0/+3 |
* | Avoid inserting an entry block unless we need it | Chris Lattner | 2002-08-14 | 1 | -5/+9 |
* | Remove support for Not ConstantExpr. This simplifies the unary case to only | Chris Lattner | 2002-08-14 | 7 | -31/+17 |
* | Fix bug introduced in last checkin due to CastInst not being visible | Chris Lattner | 2002-08-14 | 2 | -3/+5 |
* | Remove support for unary operators. | Chris Lattner | 2002-08-14 | 1 | -18/+2 |
* | Remove support for NOT instruction | Chris Lattner | 2002-08-14 | 3 | -14/+8 |
* | Remove extra #includes | Chris Lattner | 2002-08-14 | 1 | -2/+0 |
* | Remove constant propogation support for NOT instruction | Chris Lattner | 2002-08-14 | 2 | -18/+0 |
* | Remove support for NOT instruction | Chris Lattner | 2002-08-14 | 2 | -12/+0 |
* | Remove support for unary operators | Chris Lattner | 2002-08-14 | 1 | -6/+4 |
* | Implement two constructor functions for "unary" instructions | Chris Lattner | 2002-08-14 | 1 | -0/+13 |
* | Remove support forNOT instruction | Chris Lattner | 2002-08-14 | 1 | -21/+0 |
* | - Fix InstCombine pass to not generate or process NOT instructions | Chris Lattner | 2002-08-14 | 1 | -15/+15 |
* | Remove support for NOT instruction | Chris Lattner | 2002-08-14 | 2 | -35/+0 |
* | AsmParser turns 'not' instructions into 'xor' instructions now. | Chris Lattner | 2002-08-14 | 2 | -25/+17 |
* | Return null on failure, instead of aborting. | Chris Lattner | 2002-08-14 | 1 | -9/+3 |
* | Add method MachineInstr::substituteValue() which substitutes | Vikram S. Adve | 2002-08-14 | 1 | -0/+29 |
* | Minor change to make lli print out characters numerically as well as symbolic... | Chris Lattner | 2002-08-13 | 1 | -2/+4 |