aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MRegisterInfo.cpp
AgeCommit message (Expand)Author
2006-04-10Use existing information.Jim Laskey
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28Expose base register for DwarfWriter. Refactor code accordingly.Jim Laskey
2006-02-01Finegrainify namespacificationChris Lattner
2005-09-30Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman
2004-10-27Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman
2004-08-26Add getAllocatableSet() function.Alkis 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-08-03Make it easier to debug by exposing a temporaryChris Lattner
2002-12-28Capture more information in ctorChris Lattner
2002-12-17New fileChris Lattner