summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Try to work well on multiple platforms.Chris Lattner2002-09-13
* Add better linux support by using the right macro. This still should beChris Lattner2002-09-13
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-13
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-12
* Convert index type for getelementptr instruction from uint to longChris Lattner2002-09-11
* Add convenience ctor to BranchInstChris Lattner2002-09-10
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-10
* Eliminate the GenericBinaryInst classChris Lattner2002-09-10
* * Eliminate GenericBinaryInst classChris Lattner2002-09-10
* Eliminate the GenericBinaryInst class.Chris Lattner2002-09-10
* Eliminate setType methodChris Lattner2002-09-10
* Move TmpInstruction ctor to InstrSelection.cpp fileChris Lattner2002-09-08
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-08
* * Clean up some commentsChris Lattner2002-09-06
* * Clean up indentation a bitChris Lattner2002-09-06
* Include stub for correlated expression elimination passChris Lattner2002-09-06
* - Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdgeChris Lattner2002-09-06
* * Doxygenize APIChris Lattner2002-09-06
* - Doxygenize commentsChris Lattner2002-09-06
* Make getAnalysisToUpdate<AnalysisType>() public so that transformation APIsChris Lattner2002-09-06
* Add new function MachineInstrInfo::CreateZeroExtensionInstructions.Vikram S. Adve2002-09-05
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-03
* Implement operator== and != for rangesChris Lattner2002-09-03
* Remove duplicate #includeChris Lattner2002-09-02
* Add printing support to ConstantRange classChris Lattner2002-09-02
* Initial implementation of ConstantRange supportChris Lattner2002-09-01
* - Exposed SetCondInst::getInverseCondition & ::getSwappedCondition betterChris Lattner2002-09-01
* Convert cwriter to be a pass.Chris Lattner2002-08-31
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* Update commentsChris Lattner2002-08-30
* Fix comments.Chris Lattner2002-08-30
* Merged into ValueNumbering.cppChris Lattner2002-08-30
* Initial implementation of basic value numberingChris Lattner2002-08-30
* Initial version of LoadValueNumbering interfaceChris Lattner2002-08-30
* Initial version of ValueNumbering interfaceChris Lattner2002-08-30
* - PassInfo class keeps track of AnalysisGroups implemented by the Pass.Chris Lattner2002-08-30
* - Pass now has AnalysisImpls class to implement getAnalysis() so that it isChris Lattner2002-08-30
* Fix commentsChris Lattner2002-08-29
* Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...Chris Lattner2002-08-29
* Add support for turning an array of characters into a string.Chris Lattner2002-08-26
* Changed so it gets linked properlyAnand Shukla2002-08-26
* Convert comments to Doxygen styleChris Lattner2002-08-25
* Added function GetMemInstArgs and made FoldGetElemChain private.Vikram S. Adve2002-08-24
* Added support for type inquiry in subclasses of InstTreeNode.Vikram S. Adve2002-08-24
* Implement classof for SetCondInst so that instcombine doesn't break on dyn_ca...Chris Lattner2002-08-23
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* Load & Store Inst now no longer derive from MemAccessInstChris Lattner2002-08-22
* Load and Store now no longer derive from MemAccessInst. Indexing a load orChris Lattner2002-08-22
* doxygenize comments in headerChris Lattner2002-08-22