aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/MappingInfo.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-19Simplify mapping info generation. In particular, the LLVM-to-MachineInstr mapBrian Gaeke
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-16Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-09-18Fix (and properly doxygenify) some comments. IncorporateBrian Gaeke
2003-08-13Adjust files for move of mapping info stuff into the Sparc directoryChris Lattner
2003-06-04lib/CodeGen/Mapping/MappingInfo.cpp:Brian Gaeke
2003-06-04Revert brians patch to get mapping info working againChris Lattner
2003-06-04Had to comment out a line in outByte() to get it to compile because Out and t...Tanya Lattner
2003-06-04Make writeNumber() void. Get ready to decouple it from .byte directive output.Brian Gaeke
2003-06-03Make the write*map methods more self-contained. Document some more.Brian Gaeke
2003-06-03I documented this file, in an attempt to understand it, with a view towardBrian Gaeke
2002-10-28Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.Misha Brukman
2002-10-28Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner
2002-09-17Removed debug info printingAnand Shukla
2002-08-27moved this file from lib/Reoptimizer/MappingAnand Shukla