2002-08-26 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Chris Lattner | Add support for turning an array of characters into... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Anand Shukla | Changed so it gets linked properly |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Chris Lattner | Convert comments to Doxygen style |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Vikram S. Adve | Fix the way parens are printed around "*ptrName" so... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Added function GetMemInstArgs and made FoldGetElemChain... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Added support for type inquiry in subclasses of InstTre... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Use newly-added type inspection support in InstTreeNode... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Moved code here to extract memory instruction indices... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | LoadIdx non-terminal no longer needed. |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Sign-extend values used to index arrays (and Simplify |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Fix sign-extension: it needs to happen *after* multiply... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Vikram S. Adve | Sign-extend array index expressions to work correctly... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Chris Lattner | - instcombine demorgan's law: and (not A), (not B... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Chris Lattner | Test that demorgan's law is instcombined successfully |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Chris Lattner | Implement classof for SetCondInst so that instcombine... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Anand Shukla | Changed default value of 3rd parameter in function... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Anand Shukla | Added #include <alloca.h> |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Vikram S. Adve | Simplify previous hack slightly. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Vikram S. Adve | Force sign-extension for uint array indexes from 32... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Eliminated the MemAccessInst class, folding contents... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Eliminated the MemAccessInst class, folding contents... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Load & Store Inst now no longer derive from MemAccessInst |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Load & StoreInst no longer derive from MemAccessInst... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Load & StoreInst no longer derive from MemAccessInst... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Load and Store now no longer derive from MemAccessInst... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | doxygenize comments |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | doxygenize comments in header |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Make doxygen not exclude doxygenized comments from... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add capability of using pointer analysis to LICM |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add new testcases for instcombine |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Remove long obsolete comments |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add doxygen comments to AliasAnalysis class |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-08-22-Dominance... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-08-22-Dominance... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add a testcase that checks to make sure LICM uses basic... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Instcombine PHI's of the form %PN = phi PN, X into... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add readme file describing directory |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add documentation for AnalysisGroup functionality |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Add missing #include |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Check-in new alias analysis infrastructure |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Checkin new alias analysis infrastructure |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Convert GCSE pass to use new alias analysis infrastructure |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Initial testcases for basicaa alias analysis |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Do not generate load/store instructions with indexing. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Convert testcases to not use indexed loads/stores |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Convert testcases to not use indexed loads/stores |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Covnert testcases to not use indexed loads/stores |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Covnert testcases to not use indexed loads/stores |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Remove obsolete test |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Remove ancient test |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Covnert tests to not use indexed load/stores |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Change code to not use the copyOperands method added... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Chris Lattner | Remove unneccesary method |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Fix clean command to clean in /shared when that is... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Add functions castbool and boolexpr. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Just some extra comments. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Add method copyOperands(). |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | dumpNode() does not need to print MachineInstrs. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Fix two resource names. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Add AsmPrinter::ConstantExprToString, which writes... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Eliminate bool, boolreg and boolconst nonterminals... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Vikram S. Adve | Change rules for Not, since it is now implemented as... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Fix testcase to not use indexing in non-gep instructions |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Test the C backend on all of the feature tests as well. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Fighting with linking problem due to removing the... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Fix asmparser and bytecode reader to not generate... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Add a class that is useful for hacking around linking... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Fixed linking problems that wanted me to link to analyz... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Split Dominators.h into Dominators.h & PostDominators.h |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Emit an obnoxious warning message for bytecode that... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Remove debugging code accidentally checked in. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Fix store to not index |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Convert testcase to not use indexing on loads & stores |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Link in all analyses so that we get pointer analysis... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Implement the new AnalysisGroup feature, neccesary... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Implement the new AnalysisGroup feature, neccesary... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Add assertion checks to nail bugs early. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Make Pass::lookupPassInfo a public member |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Do not generate loads/stores with indexing |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Remove extraneous #includes |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Do not create load/stores with indexes |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Remove an optimization that isn't. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Add testcase for the not (setcc A, B) case |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Do not expose ::ID from any of the analyses anymore. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Do not expose ::ID from any of the analyses anymore. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Do not expose ::ID from any of the analyses anymore. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | - Eliminate the need for analyses to expose an :... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Chris Lattner | Add missing forward decl |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | fixed bug: test/Regression/Linker/2002-08-20-ConstantEx... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Cleanup testsuite |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Clean up testcases to make them proper |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | New testcase for constexpr problem. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Provide a way to actually run tests |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Sort -time-passes report first by user+system, then... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | - instcombine (~(a < b)) into (a >= b) |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Add new SetCondInst::getInverseCondition() method. |
commit | commitdiff | tree | snapshot |
next |