summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeEmitterGen.cpp
AgeCommit message (Expand)Author
2005-08-19The code emitter generator only supports targets with 32-bit instructionChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-10-14* Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17Do not #include files into the llvm namespaceChris Lattner
2004-08-10Deleted commented-out code as we now get namespace directly, add commentsMisha Brukman
2004-08-10Use the target name instead of hard-coding SparcV9.Misha Brukman
2004-08-10This was a good idea, but until this does not break the build ofChris Lattner
2004-08-09Use the current target name instead of a ClassPrefix.Misha Brukman
2004-08-09* Use Classname and ClassPrefix instead of hard-coded V9 valuesMisha Brukman
2004-08-04* Added documentation in the file headerMisha Brukman
2004-08-01Finegrainify namespacificationChris Lattner
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-05Move support/tools/* back into utilsChris Lattner