summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert testcases to not use indexed loads/storesChris Lattner2002-08-221-5/+5
* Covnert testcases to not use indexed loads/storesChris Lattner2002-08-222-6/+12
* Covnert testcases to not use indexed loads/storesChris Lattner2002-08-223-11/+21
* Remove obsolete testChris Lattner2002-08-221-30/+0
* Remove ancient testChris Lattner2002-08-221-59/+0
* Covnert tests to not use indexed load/storesChris Lattner2002-08-224-7/+14
* Change code to not use the copyOperands method added to User. It's nowChris Lattner2002-08-221-7/+9
* Remove unneccesary methodChris Lattner2002-08-221-4/+0
* Fix clean command to clean in /shared when that is used.Vikram S. Adve2002-08-222-2/+2
* Add functions castbool and boolexpr.Vikram S. Adve2002-08-222-0/+48
* *** empty log message ***Vikram S. Adve2002-08-221-0/+26
* Just some extra comments.Vikram S. Adve2002-08-221-12/+12
* Add method copyOperands().Vikram S. Adve2002-08-221-0/+4
* dumpNode() does not need to print MachineInstrs.Vikram S. Adve2002-08-222-30/+4
* Fix two resource names.Vikram S. Adve2002-08-221-2/+2
* Add AsmPrinter::ConstantExprToString, which writes out a ConstantExprVikram S. Adve2002-08-221-1/+74
* Eliminate bool, boolreg and boolconst nonterminals, and just useVikram S. Adve2002-08-221-17/+11
* Change rules for Not, since it is now implemented as Xor(reg,11..1).Vikram S. Adve2002-08-221-48/+54
* Fix testcase to not use indexing in non-gep instructionsChris Lattner2002-08-211-2/+3
* Test the C backend on all of the feature tests as well.Chris Lattner2002-08-211-1/+7
* - Fighting with linking problem due to removing the ::ID elements. Now theChris Lattner2002-08-211-0/+3
* - Fix asmparser and bytecode reader to not generate loads/stores with idxsChris Lattner2002-08-211-3/+36
* Add a class that is useful for hacking around linking problem due toChris Lattner2002-08-211-0/+10
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-211-1/+1
* - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner2002-08-214-96/+116
* Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner2002-08-213-10/+34
* Remove debugging code accidentally checked in.Chris Lattner2002-08-211-4/+0
* Fix store to not indexChris Lattner2002-08-212-4/+4
* Convert testcase to not use indexing on loads & storesChris Lattner2002-08-212-14/+22
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-211-1/+1
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and point...Chris Lattner2002-08-212-23/+171
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...Chris Lattner2002-08-211-6/+69
* Add assertion checks to nail bugs early.Chris Lattner2002-08-211-0/+2
* - Make Pass::lookupPassInfo a public memberChris Lattner2002-08-211-3/+13
* Do not generate loads/stores with indexingChris Lattner2002-08-211-28/+37
* Remove extraneous #includesChris Lattner2002-08-211-1/+0
* Do not create load/stores with indexesChris Lattner2002-08-211-14/+16
* Remove an optimization that isn't.Chris Lattner2002-08-211-5/+7
* Add testcase for the not (setcc A, B) caseChris Lattner2002-08-211-0/+5
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-219-15/+0
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-2114-48/+1
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-4/+0
* - Eliminate the need for analyses to expose an ::ID member.Chris Lattner2002-08-213-8/+27
* Add missing forward declChris Lattner2002-08-211-0/+1
* fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.llChris Lattner2002-08-203-33/+33
* Cleanup testsuiteChris Lattner2002-08-202-1/+4
* Clean up testcases to make them properChris Lattner2002-08-202-2/+4
* New testcase for constexpr problem.Chris Lattner2002-08-201-0/+9
* Provide a way to actually run testsChris Lattner2002-08-201-0/+9
* Sort -time-passes report first by user+system, then by Wall clock time.Chris Lattner2002-08-202-3/+12