Eliminate setType method
[oota-llvm.git] / lib /
2002-09-10 Chris Lattner* Clean up code a little bit
2002-09-10 Chris LattnerFix typeo in assertion message
2002-09-10 Chris LattnerHack unneccesary now that shifts of pointers are no...
2002-09-09 Chris LattnerDo not allow adds of pointer types, or many other opera...
2002-09-09 Chris LattnerDisallow creation of pointer typed shift instructions
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-08 Chris LattnerFactor silly code duplication out
2002-09-08 Chris LattnerFix Bug: test/Regression/Transforms/InstCombine/2002...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Check...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-09-08 Chris LattnerMinor simplification
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Remove extraneous #includes
2002-09-06 Chris LattnerInitial checkin of Correlated Expression Elimination...
2002-09-06 Chris LattnerFix file header to be accurate, instead of something...
2002-09-06 Chris LattnerFix bug with critical edge splitting code where it...
2002-09-06 Chris LattnerCheck in the implementation of critical edge detection...
2002-09-05 Vikram S. AdveAdd new function UltraSparcInstrInfo::CreateZeroExtensi...
2002-09-05 Vikram S. AdveBug fixes in casting between floats and ints smaller...
2002-09-05 Vikram S. Adve-- Use size of pointer element type instead of pointer...
2002-09-05 Vikram S. Adve-- Bug fix: use byte offsets not typed offsets in outpu...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-03 Chris LattnerImplement setcc for booleans. Fixes bug:
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-03 Chris Lattner- Renamed Type::isIntegral() to Type::isInteger()
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd constant prop & DIE to InstCombine, so it cleans...
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-08-31 Chris Lattner - Fix bug: test/Regression/CBackend/2002-08-20-Recursi...
2002-08-30 Chris Lattner - Implement SCCP of getelementptr instructions
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerReally minor cleanups
2002-08-30 Chris LattnerAsmParser now depends on clients to verify that input...
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.
2002-08-30 Chris LattnerInitial implementation of value numbering for load...
2002-08-30 Chris Lattner - Use Pass::AnalysisImpls instead of findAnalysisGrou...
2002-08-30 Chris Lattner - PassManager prints analysis sets nicer
2002-08-30 Chris Lattner - GCSE now no longer counts instructions not removed...
2002-08-29 Chris LattnerRemove unneeded #include
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 getFunctionInfo and MappingInfoForFunction pass...
2002-08-26 Chris LattnerFix bug: test/Regression/CBackend/2002-08-26-IndirectCa...
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 Vikram S. AdveFix the way parens are printed around "*ptrName" so...
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 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 & 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 LattnerAdd capability of using pointer analysis to LICM
2002-08-22 Chris LattnerRemove long obsolete comments
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerInstcombine PHI's of the form %PN = phi PN, X into...
2002-08-22 Chris LattnerAdd missing #include
2002-08-22 Chris LattnerCheck-in new alias analysis infrastructure
2002-08-22 Chris LattnerConvert GCSE pass to use new alias analysis infrastructure
2002-08-22 Chris LattnerDo not generate load/store instructions with indexing.
2002-08-22 Chris LattnerChange code to not use the copyOperands method added...
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 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 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 Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris LattnerDo not generate loads/stores with indexing
2002-08-21 Chris LattnerRemove extraneous #includes
2002-08-21 Chris LattnerDo not create load/stores with indexes
2002-08-21 Chris LattnerRemove an optimization that isn't.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
next