summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add support for bottom-up graphs.Chris Lattner2005-01-11
* Add a helper method.Chris Lattner2005-01-10
* Add support for graph operations, and add a viewGraph method to SelectionDAG.Chris Lattner2005-01-10
* Add a helper methodChris Lattner2005-01-10
* Apply feedback from Chris.Jeff Cohen2005-01-10
* Apply feed back from Chris:Jeff Cohen2005-01-10
* Add last four createXxxPass functionsJeff Cohen2005-01-09
* Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen2005-01-09
* Add interfaces to lower varargs and return/frame address intrinsics.Chris Lattner2005-01-09
* Fix VC++ compilation errorJeff Cohen2005-01-08
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-08
* Allow array types to have 64-bit size.Chris Lattner2005-01-08
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Adjust prototypeChris Lattner2005-01-08
* Silence VS warnings.Chris Lattner2005-01-08
* Make LowerCallTo more generic and useful.Chris Lattner2005-01-08
* Add a few more passes to LinkAllPasses.hJeff Cohen2005-01-08
* Add more missing createXxxPass functions.Jeff Cohen2005-01-08
* Add operators for FP -> INT conversions and back.Chris Lattner2005-01-08
* Add a new SelectionDAG::RemoveDeadNodes methodChris Lattner2005-01-07
* Fix include. Too easy to make mistakes like this on Windows :(Jeff Cohen2005-01-07
* Get new SelectionDAG stuff building with Visual Studio.Jeff Cohen2005-01-07
* But not the identation of THAT lineJeff Cohen2005-01-07
* Complete rewrite of the SelectionDAG class.Chris Lattner2005-01-07
* Common base class for SelectionDAG-based instruction selectors.Chris Lattner2005-01-07
* Initial implementation of the nodes in a SelectionDAG.Chris Lattner2005-01-07
* First draft of a new Target interfaceChris Lattner2005-01-07
* Correct indentation levelsJeff Cohen2005-01-07
* Add convenience method.Chris Lattner2005-01-07
* Add missing createXxxPass functionsJeff Cohen2005-01-07
* Fix spelling.Misha Brukman2005-01-07
* Update list of passesJeff Cohen2005-01-07
* Fix return typeJeff Cohen2005-01-07
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-06
* Fix minor mistakesJeff Cohen2005-01-06
* Get rid of those pesky tabs...Jeff Cohen2005-01-06
* Add project opt to Visual Studio.Jeff Cohen2005-01-06
* Fix incorrect return type.Jeff Cohen2005-01-06
* Add required #includeChris Lattner2005-01-06
* Add a useful methodChris Lattner2005-01-06
* Add a list end sentinalChris Lattner2005-01-05
* add an assertionChris Lattner2005-01-05
* Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner2005-01-04
* Add some bits that can be set on instructions. Renumber existing bits soChris Lattner2005-01-02
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-02
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-01
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-01
* Add llvm-as project to Visual StudioJeff Cohen2005-01-01
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-01
* Add HAVE_SBRKReid Spencer2005-01-01