Age | Commit message (Expand) | Author |
2004-01-13 | Cleanup debugging output. | Alkis Evlogimenos |
2004-01-13 | Finegrainify namespacification | Chris Lattner |
2004-01-13 | Fix output of live intervals to show correctly its closed, open | Alkis Evlogimenos |
2004-01-13 | Remove unneeded check (with the recent change in live variables a use | Alkis Evlogimenos |
2004-01-13 | Indentation and whitespace cleanups. | Alkis Evlogimenos |
2004-01-13 | Fix bug introduced by previous commit: check if fixed intervals | Alkis Evlogimenos |
2004-01-13 | Remove dump-input option. | Brian Gaeke |
2004-01-13 | Correctly compute live variable information for physical registers | Alkis Evlogimenos |
2004-01-13 | Implement a bunch of symbolic constant folding opportunities. This implements | Chris Lattner |
2004-01-12 | Implement new Instruction::isRelational method | Chris Lattner |
2004-01-12 | Rearrange and comment code better. No functionality changes | Chris Lattner |
2004-01-12 | Rename ConstantHandling.* -> ConstantFolding.* | Chris Lattner |
2004-01-12 | Remove a whole bunch more ugliness. This is actually getting to the point of | Chris Lattner |
2004-01-12 | Move ConstantHandling.h into lib/VMCore and out of include/llvm | Chris Lattner |
2004-01-12 | Eliminate a lot of out-of-date comments, and all of the wierd overloaded | Chris Lattner |
2004-01-12 | Eliminate usage of the wierd overloaded operator constant folders | Chris Lattner |
2004-01-12 | Eliminate ConstantFoldShiftInstruction reference | Chris Lattner |
2004-01-12 | Remove use of ConstantHandling itf | Chris Lattner |
2004-01-12 | Clean up #includes | Chris Lattner |
2004-01-12 | Fix bug in previous checkin | Chris Lattner |
2004-01-12 | Eliminate use of ConstantHandling and ConstantExpr::getShift interfaces | Chris Lattner |
2004-01-12 | Add header file I accidentally removed in teh shuffle | Chris Lattner |
2004-01-12 | Fix out of date comment, remove use of ConstantExpr::getShift | Chris Lattner |
2004-01-12 | Remove use of the ConstantHandling interfaces | Chris Lattner |
2004-01-12 | Remove use of ConstantExpr::getShift | Chris Lattner |
2004-01-12 | Don't use ConstantExpr::getShift anymore | Chris Lattner |
2004-01-12 | Make ConstantExpr::get work for shifts as well | Chris Lattner |
2004-01-12 | Remove use of ConstantHandling | Chris Lattner |
2004-01-12 | Remove unneeded #include | Chris Lattner |
2004-01-12 | Move prototype of llvm::ConstantFoldInstruction | Chris Lattner |
2004-01-12 | Move llvm::ConstantFoldInstruction from VMCore to here, next to ConstantFoldT... | Chris Lattner |
2004-01-12 | Move llvm::ConstantFoldInstruction from here to Transforms/Utils | Chris Lattner |
2004-01-12 | Remove uses of ConstantHandling itf | Chris Lattner |
2004-01-12 | Eliminate use of ConstantHandling itf | Chris Lattner |
2004-01-12 | Remove use of ConstantHandling itf | Chris Lattner |
2004-01-12 | Eliminate use of ConstantHandling itf | Chris Lattner |
2004-01-12 | Use constantexprs for casts. Eliminate use of the ConstantHandling interfaces | Chris Lattner |
2004-01-12 | Fix fairly severe bug in my last checking where we treated all unfoldable | Chris Lattner |
2004-01-12 | Output mov %REG = 0 instead of xor %REG, %REG, %REG to clear a | Alkis Evlogimenos |
2004-01-12 | * Implement minor performance optimization for the getelementptr case | Chris Lattner |
2004-01-12 | Do not hack on volatile loads. I'm not sure what the point of a volatile load | Chris Lattner |
2004-01-12 | Implement SCCP/phitest.ll | Chris Lattner |
2004-01-12 | Implement Transforms/ScalarRepl/phinodepromote.ll, which is an important | Chris Lattner |
2004-01-11 | Implement: Assembler/2004-01-11-getelementptrfolding.llx | Chris Lattner |
2004-01-11 | Urg, remove testing code. | Chris Lattner |
2004-01-11 | Fix a regression that I introduced yesterday. :( | Chris Lattner |
2004-01-11 | Make LiveVariables::HandlePhysRegUse and | Alkis Evlogimenos |
2004-01-10 | Check in two changes: | Chris Lattner |
2004-01-10 | Hrm, another minor cleanup, which I missed before | Chris Lattner |
2004-01-10 | Minor cleanup | Chris Lattner |