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