oota-llvm.git
2002-09-10 Chris LattnerFix config file due to directories changing
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-09-10 Chris LattnerClean up code
2002-09-10 Chris LattnerUse explicit ctor
2002-09-10 Chris LattnerClean up pointer using testcases
2002-09-10 Chris LattnerTighten up assertion checking for binary operators...
2002-09-10 Chris LattnerTighten up error checking in parser, disallowing instru...
2002-09-10 Chris LattnerRemove a testcase that is irrelevant now, fix a pointer...
2002-09-10 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-09-10 Chris LattnerNew testcase for poitner problem
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-10 Chris LattnerAdd support for printing constpointerrefs more nicely
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-09-10 Chris LattnerRemove extra #include
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-09-10 Chris LattnerClean up indvar printing
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class
2002-09-10 Chris Lattner* Eliminate GenericBinaryInst class
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class.
2002-09-10 Chris LattnerEliminate setType method
2002-09-10 Chris LattnerFinish up the isa/cast/dyn_cast section
2002-09-10 Chris Lattner* Clean up code a little bit
2002-09-10 Chris LattnerRun indvars tests
2002-09-10 Chris LattnerAdd new testcase for broken indvars case
2002-09-10 Chris LattnerFix typeo in assertion message
2002-09-10 Chris LattnerHack unneccesary now that shifts of pointers are no...
2002-09-10 Chris LattnerWrite most of the isa, cast, dyn_cast section. It...
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 Chris Lattner* Write the prose for the Basic Inspection and Traversa...
2002-09-09 Joel Stanley*** empty log message ***
2002-09-09 Joel Stanley- Made distinction between object->iterator and iterato...
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-09 Chris LattnerClean up the isa section stub. It should not be listed...
2002-09-09 Chris LattnerStub out another couple sections that it looks like...
2002-09-09 Chris LattnerFix minor typo
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
2002-09-09 Chris LattnerEliminate multiply of pointer type
2002-09-08 Chris LattnerFactor silly code duplication out
2002-09-08 Chris LattnerFix Bug: test/Regression/Transforms/InstCombine/2002...
2002-09-08 Chris LattnerNew testcase for a bug identified by Vikram
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 LattnerMove TmpInstruction ctor to InstrSelection.cpp file
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...
next