index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetSchedInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed CPUResource to allow access to max num users for a resource.
Tanya Lattner
2004-05-08
1
-3
/
+2
*
Sorry, now friend class name should be right!!
Tanya Lattner
2004-04-30
1
-1
/
+1
*
Fixed friend class name for ModuloScheduling.
Tanya Lattner
2004-04-30
1
-2
/
+2
*
Fixed friend class name for ModuloSched
Tanya Lattner
2004-04-30
1
-3
/
+3
*
Removing MachineResource class.
Tanya Lattner
2004-04-30
1
-15
/
+5
*
Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo
Brian Gaeke
2004-02-29
1
-10
/
+0
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-3
/
+11
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-1
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+1
*
Must use std::pair instead of just 'pair'.
Misha Brukman
2003-04-07
1
-1
/
+1
*
added a function and a member to the TargetSchedInfo class
Guochun Shi
2003-04-07
1
-0
/
+18
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-3
/
+3
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-16
/
+12
*
Minor cleanups, remove noncopyable so dot doesn't cluster unrelated stuff
Chris Lattner
2002-10-28
1
-2
/
+6
*
Make scheduling class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
1
-5
/
+4
*
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
1
-1
/
+1
*
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-10-13
1
-14
/
+20
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-4
/
+4
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
* Minor cleanups
Chris Lattner
2002-02-04
1
-153
/
+49
*
Fix for problem that caused both HUGE and INVALID latencies to be negative
Chris Lattner
2002-01-21
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-23
/
+23
*
Include handle to TargetMachine in each Machine...Info class.
Vikram S. Adve
2001-11-08
1
-2
/
+4
*
Make class TargetMachine the common interface to all target-dependent
Vikram S. Adve
2001-09-18
1
-0
/
+396