aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenWrappers.cpp
AgeCommit message (Expand)Author
2004-08-01Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner
2004-08-01Finegrainify namespacificationChris Lattner
2004-06-04Emit a more sensible error message if no subclasses of Target are defined.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
2003-10-10This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke
2003-08-10Add new functionChris Lattner
2003-08-07Add new method to get a value type as a stringChris Lattner
2003-08-07Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner