oota-llvm.git
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 LattnerCheckin initial support for automatic memory leak detec...
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-08 Chris LattnerNew testcase that tests for array pointer analysis...
2002-09-07 Chris LattnerFix bug in testcase now that load-vn is not built into...
2002-09-07 Chris LattnerFix broken test
2002-09-07 Chris LattnerTest commit
2002-09-06 Joel Stanley*** empty log message ***
2002-09-06 Joel StanleyFixed typos and added &lt/&gt/&amp tags where appropriate
2002-09-06 Chris Lattner* Fix a couple more <>&'s
2002-09-06 Chris LattnerMinor fixes html type fixes: & -> &amp; > -> &gt;...
2002-09-06 Chris LattnerMinor fix, test that web autoupdate works for people...
2002-09-06 Joel StanleyAdded subsections to 'Basic Inspection and Traversal...
2002-09-06 Chris LattnerMove code out of header files into .cpp files to make...
2002-09-06 Chris Lattner* Clean up some comments
2002-09-06 Chris LattnerFix script due to new www/ top level directory
2002-09-06 Chris LattnerRemove obsolete script
2002-09-06 Chris Lattner* Clean up indentation a bit
2002-09-06 Chris Lattner* Remove extraneous #includes
2002-09-06 Chris LattnerInitial checkin of Correlated Expression Elimination...
2002-09-06 Chris Lattner* No longer need to run die after instcombine
2002-09-06 Chris LattnerInclude stub for correlated expression elimination...
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...
next