aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetCacheInfo.h
AgeCommit message (Expand)Author
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-06-03Remove noncopyableV base classes, as they were confusing the doxygen document...Chris Lattner
2002-12-29Rename MachineOptInfo to TargetoptInfoChris Lattner
2002-10-28Inline some code from the cpp fileChris Lattner
2002-02-04* Minor cleanupsChris Lattner
2002-02-03Remove extranous #includeChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-11-09Cache parameters for target machine.Vikram S. Adve