Age | Commit message (Expand) | Author |
2003-07-24 | Cleanups: | Brian Gaeke |
2003-07-24 | Factor out name-mangling from X86/Printer, which is derived from CWriter, | Brian Gaeke |
2003-07-24 | Use unified CWriter-X86/Printer name mangler. Do not bother using | Brian Gaeke |
2003-07-24 | Instcombine: (A >> c1) << c2 for signed integers | Chris Lattner |
2003-07-24 | Reorganization of code, no functional changes. | Chris Lattner |
2003-07-24 | It doesn't appear that we need to #include these. | Brian Gaeke |
2003-07-24 | Allow folding several instructions into casts, which can simplify a lot | Chris Lattner |
2003-07-24 | Minor cleanups | Chris Lattner |
2003-07-24 | Constify most methods. We could have constified doInitialization and | Brian Gaeke |
2003-07-23 | Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll | Chris Lattner |
2003-07-23 | Add comments | Chris Lattner |
2003-07-23 | Remove explicit check for: not (not X) = X, it is already handled because xor... | Chris Lattner |
2003-07-23 | Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE | Chris Lattner |
2003-07-23 | Printer.cpp: Ditch addRequired/getAnalysis, because they leave | Brian Gaeke |
2003-07-23 | Make Module::getNamedFunction prefer non-external functions if there is more ... | Chris Lattner |
2003-07-23 | Fix space | Chris Lattner |
2003-07-23 | InstCombine: (X ^ C1) & C2 --> (X & C2) iff (C1&C2) == 0 | Chris Lattner |
2003-07-23 | - InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0 | Chris Lattner |
2003-07-23 | Add, rewrite, and/or reformat many comments. | Brian Gaeke |
2003-07-23 | IC: (X & C1) | C2 --> (X | C2) & (C1|C2) | Chris Lattner |
2003-07-23 | IC: (X ^ C1) & C2 --> (X & C2) ^ (C1&C2) | Chris Lattner |
2003-07-23 | InstCombine: (X ^ 4) == 8 --> X == 12 | Chris Lattner |
2003-07-23 | Add support for ~ operator on constants | Chris Lattner |
2003-07-23 | IC: (X & 5) == 13 --> false | Chris Lattner |
2003-07-23 | Remove redundant const qualifier | Chris Lattner |
2003-07-23 | Remove redundant const qualifiers from cast<> expressions | Chris Lattner |
2003-07-23 | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner |
2003-07-23 | Remove unnecessary casts | Chris Lattner |
2003-07-23 | Fit code into 80 columns | Chris Lattner |
2003-07-23 | Eliminate old-style cast | Chris Lattner |
2003-07-23 | Random cleanups | Chris Lattner |
2003-07-23 | Remove using decl | Chris Lattner |
2003-07-23 | Remove explicit const qualifiers | Chris Lattner |
2003-07-23 | Fix bug: TailDup/2003-07-22-InfiniteLoop.ll | Chris Lattner |
2003-07-22 | - InstCombine (cast (xor A, B) to bool) ==> (setne A, B) | Chris Lattner |
2003-07-22 | Fix comment. | Vikram S. Adve |
2003-07-21 | Simplify code a bit | Chris Lattner |
2003-07-21 | Added code that checks to see if a global variable is external before replacing | John Criswell |
2003-07-21 | Eliminated dead code. | Misha Brukman |
2003-07-20 | Added special consideration for instrumentation strategy | Anand Shukla |
2003-07-18 | Added check for inlinable function | Anand Shukla |
2003-07-18 | Please, save your applause^H^H^H^H^H^H^H^Hflames for the end... | Brian Gaeke |
2003-07-18 | Cleaned up the code which chooses the appropriate value for the file descriptor | Misha Brukman |
2003-07-18 | A pass to combine multiple backedges that go to same target | Anand Shukla |
2003-07-17 | Use getClassB for load and store; we don't want to abort when we | Brian Gaeke |
2003-07-17 | Fix typo in call to isUnresolvableFunc, which was breaking the build. | Brian Gaeke |
2003-07-17 | Dinakar and I fixed a bug where we were trying to get the initializer of | John Criswell |
2003-07-16 | Rematerialize nodes from the globals graph into the current graph | Vikram S. Adve |
2003-07-16 | (1) Rematerialize nodes from the globals graph into the current graph | Vikram S. Adve |
2003-07-16 | Implement 2 important changes: (1) rematerialization from the globals graph, | Vikram S. Adve |