aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-01-08Add a few more passes to LinkAllPasses.hJeff Cohen
2005-01-08Add more missing createXxxPass functions.Jeff Cohen
2005-01-08Add operators for FP -> INT conversions and back.Chris Lattner
2005-01-07Add a new SelectionDAG::RemoveDeadNodes methodChris Lattner
2005-01-07Fix include. Too easy to make mistakes like this on Windows :(Jeff Cohen
2005-01-07Get new SelectionDAG stuff building with Visual Studio.Jeff Cohen
2005-01-07But not the identation of THAT lineJeff Cohen
2005-01-07Complete rewrite of the SelectionDAG class.Chris Lattner
2005-01-07Common base class for SelectionDAG-based instruction selectors.Chris Lattner
2005-01-07Initial implementation of the nodes in a SelectionDAG.Chris Lattner
2005-01-07First draft of a new Target interfaceChris Lattner
2005-01-07Correct indentation levelsJeff Cohen
2005-01-07Add convenience method.Chris Lattner
2005-01-07Add missing createXxxPass functionsJeff Cohen
2005-01-07Fix spelling.Misha Brukman
2005-01-07Update list of passesJeff Cohen
2005-01-07Fix return typeJeff Cohen
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen
2005-01-06Fix minor mistakesJeff Cohen
2005-01-06Get rid of those pesky tabs...Jeff Cohen
2005-01-06Add project opt to Visual Studio.Jeff Cohen
2005-01-06Fix incorrect return type.Jeff Cohen
2005-01-06Add required #includeChris Lattner
2005-01-06Add a useful methodChris Lattner
2005-01-05Add a list end sentinalChris Lattner
2005-01-05add an assertionChris Lattner
2005-01-04Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner
2005-01-02Add some bits that can be set on instructions. Renumber existing bits soChris Lattner
2005-01-02Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer
2005-01-01Implement a function to print a warning if bytecode output is to be sent toReid Spencer
2005-01-01Add functions for determining if the stdin/out/err is connected to aReid Spencer
2005-01-01Add llvm-as project to Visual StudioJeff Cohen
2005-01-01Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen
2005-01-01Add HAVE_SBRKReid Spencer
2005-01-01Add a useful accessorChris Lattner
2005-01-01Add two helper functions.Chris Lattner
2004-12-29* Fix a bug in an m4 macro that used an incorrect test operatorReid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-25For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-22For PR351:Reid Spencer
2004-12-21Fix VC++ compilation errorJeff Cohen
2004-12-20Remove this file as there are no LLVM users of it any more.Reid Spencer
2004-12-20Remove this file as its not used by anything in LLVM any more. SystemReid Spencer
2004-12-20Remove these files as they are included by nothing in LLVM any more. TheReid Spencer
2004-12-20Remove these headers. The files that used to #include them don't any moreReid Spencer
2004-12-20Add HAVE_SYSCONFReid Spencer
2004-12-20For PR351:Reid Spencer