index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetSchedInfo.cpp
Age
Commit message (
Expand
)
Author
2006-04-20
Remove this obsolete file
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-16
Improve compatiblity with HPUX on Itanium, patch by Duraid Madina
Chris Lattner
2004-10-25
Remove dead assert
Chris Lattner
2004-09-28
Since we use alloca now make sure we include the proper headers for it.
Alkis Evlogimenos
2004-09-28
Use alloca instead of a C99 style array. This should fix the
Alkis Evlogimenos
2004-06-02
Adjust to new TM interface
Chris Lattner
2004-05-08
Changed CPUResource to allow access to maxnum users.
Tanya Lattner
2004-05-01
Add a constructor that got lost
Chris Lattner
2004-04-30
Removing MachineResource class.
Tanya Lattner
2004-02-29
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-05
Reformatted code to match the prevalent LLVM style; fit code into 80 columns.
Misha Brukman
2003-08-04
ElectricFence found this bug where we were reading past the vector boundary.
Misha Brukman
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-10-29
Move TargetInstrDescriptors to MachineInstrInfo.cpp
Chris Lattner
2002-10-28
Make sched class unsigned
Chris Lattner
2002-10-13
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-02-04
Add code that used to be inline in MachineSchedInfo.h
Chris Lattner
2002-02-03
Add #include that is no longer implicitly included
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-08
Add handle to TargetMachine object in all Machine...Info classes.
Vikram S. Adve
2001-09-18
Renamed files to match the main classes they provide.
Vikram S. Adve