oota-llvm.git
2002-08-29 Vikram S. AdveSimplified significantly by pulling out local configura...
2002-08-29 Vikram S. AdveLocal configuration options for a particular installati...
2002-08-29 Chris LattnerNew datastructure analysis correctly uses TargetData
2002-08-29 Chris LattnerRemove unneeded #include
2002-08-29 Chris LattnerFix comments
2002-08-29 Chris LattnerMake the getAnalyss<> members const. Using them does...
2002-08-29 Vikram S. AdveFactor out /shared/... path to simplify changing it.
2002-08-29 Chris LattnerComment out broken link
2002-08-27 Anand Shuklamoved this file from lib/Reoptimizer/Mapping
2002-08-27 Anand ShuklaMakefile for new sub directory
2002-08-27 Anand ShuklaAdded Mapping subdir
2002-08-27 Chris LattnerImplement ConstantPointerRef support, & ConstantExpr...
2002-08-27 Anand Shuklaadded Reoptimizer in Makefile DIRS
2002-08-27 Anand ShuklaAdded mapping lib in llc makefile
2002-08-27 Anand ShuklaAdded getFunctionInfo and MappingInfoForFunction pass...
2002-08-26 Chris LattnerFix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
2002-08-26 Chris LattnerNew testcase
2002-08-26 Chris LattnerAdd support for turning an array of characters into...
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-25 Vikram S. AdveFix the way parens are printed around "*ptrName" so...
2002-08-24 Vikram S. AdveAdded function GetMemInstArgs and made FoldGetElemChain...
2002-08-24 Vikram S. AdveAdded support for type inquiry in subclasses of InstTre...
2002-08-24 Vikram S. AdveUse newly-added type inspection support in InstTreeNode...
2002-08-24 Vikram S. AdveMoved code here to extract memory instruction indices...
2002-08-24 Vikram S. AdveLoadIdx non-terminal no longer needed.
2002-08-24 Vikram S. AdveSign-extend values used to index arrays (and Simplify
2002-08-24 Vikram S. AdveFix sign-extension: it needs to happen *after* multiply...
2002-08-24 Vikram S. AdveSign-extend array index expressions to work correctly...
2002-08-23 Chris Lattner - instcombine demorgan's law: and (not A), (not B...
2002-08-23 Chris LattnerTest that demorgan's law is instcombined successfully
2002-08-23 Chris LattnerImplement classof for SetCondInst so that instcombine...
2002-08-23 Anand ShuklaChanged default value of 3rd parameter in function...
2002-08-23 Anand ShuklaAdded #include <alloca.h>
2002-08-23 Vikram S. AdveSimplify previous hack slightly.
2002-08-23 Vikram S. AdveForce sign-extension for uint array indexes from 32...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & Store Inst now no longer derive from MemAccessInst
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris Lattner*** empty log message ***
2002-08-22 Chris LattnerLoad and Store now no longer derive from MemAccessInst...
2002-08-22 Chris Lattnerdoxygenize comments
2002-08-22 Chris Lattnerdoxygenize comments in header
2002-08-22 Chris LattnerMake doxygen not exclude doxygenized comments from...
2002-08-22 Chris LattnerAdd capability of using pointer analysis to LICM
2002-08-22 Chris LattnerAdd new testcases for instcombine
2002-08-22 Chris LattnerRemove long obsolete comments
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerNew testcase
2002-08-22 Chris LattnerAdd a testcase that checks to make sure LICM uses basic...
2002-08-22 Chris LattnerInstcombine PHI's of the form %PN = phi PN, X into...
2002-08-22 Chris LattnerAdd readme file describing directory
2002-08-22 Chris LattnerAdd documentation for AnalysisGroup functionality
2002-08-22 Chris LattnerAdd missing #include
2002-08-22 Chris LattnerCheck-in new alias analysis infrastructure
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure
2002-08-22 Chris LattnerConvert GCSE pass to use new alias analysis infrastructure
2002-08-22 Chris LattnerInitial testcases for basicaa alias analysis
2002-08-22 Chris LattnerDo not generate load/store instructions with indexing.
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerRemove obsolete test
2002-08-22 Chris LattnerRemove ancient test
2002-08-22 Chris LattnerCovnert tests to not use indexed load/stores
2002-08-22 Chris LattnerChange code to not use the copyOperands method added...
2002-08-22 Chris LattnerRemove unneccesary method
2002-08-22 Vikram S. AdveFix clean command to clean in /shared when that is...
2002-08-22 Vikram S. AdveAdd functions castbool and boolexpr.
2002-08-22 Vikram S. Adve*** empty log message ***
2002-08-22 Vikram S. AdveJust some extra comments.
2002-08-22 Vikram S. AdveAdd method copyOperands().
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-22 Vikram S. AdveFix two resource names.
2002-08-22 Vikram S. AdveAdd AsmPrinter::ConstantExprToString, which writes...
2002-08-22 Vikram S. AdveEliminate bool, boolreg and boolconst nonterminals...
2002-08-22 Vikram S. AdveChange rules for Not, since it is now implemented as...
2002-08-21 Chris LattnerFix testcase to not use indexing in non-gep instructions
2002-08-21 Chris LattnerTest the C backend on all of the feature tests as well.
2002-08-21 Chris Lattner - Fighting with linking problem due to removing the...
2002-08-21 Chris Lattner - Fix asmparser and bytecode reader to not generate...
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris LattnerEmit an obnoxious warning message for bytecode that...
2002-08-21 Chris LattnerRemove debugging code accidentally checked in.
2002-08-21 Chris LattnerFix store to not index
2002-08-21 Chris LattnerConvert testcase to not use indexing on loads & stores
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
2002-08-21 Chris Lattner - Make Pass::lookupPassInfo a public member
2002-08-21 Chris LattnerDo not generate loads/stores with indexing
2002-08-21 Chris LattnerRemove extraneous #includes
next