oota-llvm.git
2002-09-06 Chris LattnerAdd skeleton to the section contents so that Joel knows...
2002-09-06 Chris LattnerAdd new section
2002-09-06 Chris LattnerTrivial change to test CVS checkout scripts
2002-09-06 Chris LattnerCommit Vikram's changes for 426 class
2002-09-06 Chris LattnerAdd information about the GlobalVariable and Module...
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 LattnerInitial checkin of the first part of the Programmer...
2002-09-06 Chris LattnerCheck in the implementation of critical edge detection...
2002-09-06 Chris Lattner- Rename BreakCriticalEdge to the slightly more standar...
2002-09-06 Chris Lattner* Doxygenize API
2002-09-06 Chris Lattner- Doxygenize comments
2002-09-06 Chris LattnerMake getAnalysisToUpdate<AnalysisType>() public so...
2002-09-06 Chris Lattner* Remove notes at the top of the file
2002-09-05 Vikram S. AdveAdd new function MachineInstrInfo::CreateZeroExtensionI...
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 LattnerMake sure that setcc is implemented for bools.
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-03 Chris LattnerImplement operator== and != for ranges
2002-09-03 Chris LattnerAdd distinction between integer and integral types.
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd constant prop & DIE to InstCombine, so it cleans...
2002-09-02 Chris LattnerRemove duplicate #include
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-08-31 Chris Lattner - Converted CWriter to be an LLVM pass.
2002-08-31 Chris LattnerGet FindUsedTypes pass
2002-08-31 Chris Lattner - Fix bug: test/Regression/CBackend/2002-08-20-Recursi...
2002-08-31 Chris LattnerConvert cwriter to be a pass.
2002-08-31 Chris LattnerNew testcase
2002-08-30 Chris Lattner - Implement SCCP of getelementptr instructions
2002-08-30 Chris LattnerNew testcase
2002-08-30 Chris Lattner- Reformat comments
2002-08-30 Chris Lattner- 'analyze' and 'as' now explicitly verify input becaus...
2002-08-30 Chris Lattner - 'analyze' and 'as' now explicitly verify input...
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 LattnerUpdate comments
2002-08-30 Chris LattnerFix comments.
2002-08-30 Chris LattnerMerged into ValueNumbering.cpp
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris LattnerAdd "written by" note
2002-08-30 Chris LattnerInitial implementation of basic value numbering
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.
2002-08-30 Chris LattnerInitial implementation of value numbering for load...
2002-08-30 Chris LattnerInitial version of LoadValueNumbering interface
2002-08-30 Chris LattnerInitial version of ValueNumbering interface
2002-08-30 Chris LattnerLink to analysis.o not analysis.a
2002-08-30 Chris Lattner - GCCAS now uses load value #ing for GCSE
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-30 Chris Lattner - PassInfo class keeps track of AnalysisGroups implem...
2002-08-30 Chris Lattner - Pass now has AnalysisImpls class to implement getAn...
2002-08-30 Chris LattnerMake sure to run these tests with load value #'ing
2002-08-30 Vikram S. AdveEliminate hardcoded paths using LLVMGCCDIR variable.
2002-08-30 Vikram S. AdveAdd LLVMGCCDIR variable to eliminate hardcoded paths...
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
next