aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetSchedInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Changed CPUResource to allow access to max num users for a resource.Tanya Lattner2004-05-081-3/+2
* Sorry, now friend class name should be right!!Tanya Lattner2004-04-301-1/+1
* Fixed friend class name for ModuloScheduling.Tanya Lattner2004-04-301-2/+2
* Fixed friend class name for ModuloSchedTanya Lattner2004-04-301-3/+3
* Removing MachineResource class.Tanya Lattner2004-04-301-15/+5
* Remove dead member variables of SparcV9SchedInfo and TargetSchedInfoBrian Gaeke2004-02-291-10/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-3/+11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Must use std::pair instead of just 'pair'.Misha Brukman2003-04-071-1/+1
* added a function and a member to the TargetSchedInfo classGuochun Shi2003-04-071-0/+18
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-3/+3
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-291-16/+12
* Minor cleanups, remove noncopyable so dot doesn't cluster unrelated stuffChris Lattner2002-10-281-2/+6
* Make scheduling class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-281-5/+4
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
* Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve2002-10-131-14/+20
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* *** empty log message ***Chris Lattner2002-07-241-4/+4
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* * Minor cleanupsChris Lattner2002-02-041-153/+49
* Fix for problem that caused both HUGE and INVALID latencies to be negativeChris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-23/+23
* Include handle to TargetMachine in each Machine...Info class.Vikram S. Adve2001-11-081-2/+4
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-181-0/+396