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 |
2002-08-20 |
Chris Lattner | Add new SetCondInst::getInverseCondition() method. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Fix buggy testcase |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | This case JUST handles constantpointer nulls, not all... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Fix bug: 2002-08-20-UnnamedArgument.c |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Don't stop the testing process if dis segfaults |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | Testcase for anonymous recursive types |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | - implemented instcombine of phi (X, X, X) -> X |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Chris Lattner | New testcase for instcombine |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Implement ConstantExprs in CWriter |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | * Build with warnings |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Incorporate calcTypeNameVar into CWriter class, fixing |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Output forward definitions of global vars to handle... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | - Change constant printing to be better integrated... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Fix typeo noticed by Bryan |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Add missing space |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Fix bug: test/Regression/Assembler/2002-08-19-BytecodeR... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Chris Lattner | Fix the -time-passes option to not print NaN when there... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Chris Lattner | - Made GlobalDCE worklist driven, making it more... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Chris Lattner | - ConstantPointerRefs are now automatically removed... |
commit | commitdiff | tree | snapshot |
next |