aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix VC++ compilation errorJeff Cohen2005-01-081-0/+1
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-082-7/+69
* Allow array types to have 64-bit size.Chris Lattner2005-01-081-4/+4
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-082-7/+7
* Adjust prototypeChris Lattner2005-01-081-1/+2
* Silence VS warnings.Chris Lattner2005-01-081-2/+3
* Make LowerCallTo more generic and useful.Chris Lattner2005-01-081-3/+6
* Add a few more passes to LinkAllPasses.hJeff Cohen2005-01-081-0/+6
* Add more missing createXxxPass functions.Jeff Cohen2005-01-083-1/+21
* Add operators for FP -> INT conversions and back.Chris Lattner2005-01-081-0/+10
* Add a new SelectionDAG::RemoveDeadNodes methodChris Lattner2005-01-072-1/+20
* Fix include. Too easy to make mistakes like this on Windows :(Jeff Cohen2005-01-071-1/+1
* Get new SelectionDAG stuff building with Visual Studio.Jeff Cohen2005-01-071-0/+1
* But not the identation of THAT lineJeff Cohen2005-01-071-1/+1
* Complete rewrite of the SelectionDAG class.Chris Lattner2005-01-071-319/+106
* Common base class for SelectionDAG-based instruction selectors.Chris Lattner2005-01-071-0/+64
* Initial implementation of the nodes in a SelectionDAG.Chris Lattner2005-01-071-0/+621
* First draft of a new Target interfaceChris Lattner2005-01-071-0/+175
* Correct indentation levelsJeff Cohen2005-01-071-68/+68
* Add convenience method.Chris Lattner2005-01-071-0/+4
* Add missing createXxxPass functionsJeff Cohen2005-01-072-3/+20
* Fix spelling.Misha Brukman2005-01-071-1/+1
* Update list of passesJeff Cohen2005-01-071-30/+17
* Fix return typeJeff Cohen2005-01-071-1/+1
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-061-3/+4
* Fix minor mistakesJeff Cohen2005-01-061-3/+1
* Get rid of those pesky tabs...Jeff Cohen2005-01-061-14/+14
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+114
* Fix incorrect return type.Jeff Cohen2005-01-061-1/+1
* Add required #includeChris Lattner2005-01-061-0/+2
* Add a useful methodChris Lattner2005-01-061-0/+16
* Add a list end sentinalChris Lattner2005-01-051-0/+2
* add an assertionChris Lattner2005-01-051-0/+1
* Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner2005-01-041-1/+3
* Add some bits that can be set on instructions. Renumber existing bits soChris Lattner2005-01-021-5/+30
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-021-1/+4
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-011-3/+6
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-011-0/+15
* Add llvm-as project to Visual StudioJeff Cohen2005-01-011-1/+2
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-012-4/+4
* Add HAVE_SBRKReid Spencer2005-01-011-0/+3
* Add a useful accessorChris Lattner2005-01-011-0/+10
* Add two helper functions.Chris Lattner2005-01-011-0/+7
* * Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer2004-12-291-0/+3
* For PR351:Reid Spencer2004-12-271-0/+6
* For PR351:Reid Spencer2004-12-271-30/+0
* For PR351:Reid Spencer2004-12-271-0/+10
* For PR351:Reid Spencer2004-12-251-0/+15
* For PR351:Reid Spencer2004-12-241-0/+6
* For PR351:Reid Spencer2004-12-221-38/+0