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
/
lib
/
Target
/
TargetSchedInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead assert
Chris Lattner
2004-10-25
1
-3
/
+0
*
Since we use alloca now make sure we include the proper headers for it.
Alkis Evlogimenos
2004-09-28
1
-0
/
+1
*
Use alloca instead of a C99 style array. This should fix the
Alkis Evlogimenos
2004-09-28
1
-4
/
+6
*
Adjust to new TM interface
Chris Lattner
2004-06-02
1
-1
/
+1
*
Changed CPUResource to allow access to maxnum users.
Tanya Lattner
2004-05-08
1
-6
/
+16
*
Add a constructor that got lost
Chris Lattner
2004-05-01
1
-0
/
+3
*
Removing MachineResource class.
Tanya Lattner
2004-04-30
1
-1
/
+1
*
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2004-02-29
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Reformatted code to match the prevalent LLVM style; fit code into 80 columns.
Misha Brukman
2003-08-05
1
-72
/
+62
*
ElectricFence found this bug where we were reading past the vector boundary.
Misha Brukman
2003-08-04
1
-1
/
+1
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-12
/
+12
*
Move TargetInstrDescriptors to MachineInstrInfo.cpp
Chris Lattner
2002-10-29
1
-6
/
+0
*
Make sched class unsigned
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
-17
/
+18
*
Add code that used to be inline in MachineSchedInfo.h
Chris Lattner
2002-02-04
1
-1
/
+66
*
Add #include that is no longer implicitly included
Chris Lattner
2002-02-03
1
-0
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-7
/
+7
*
Add handle to TargetMachine object in all Machine...Info classes.
Vikram S. Adve
2001-11-08
1
-3
/
+4
*
Renamed files to match the main classes they provide.
Vikram S. Adve
2001-09-18
1
-0
/
+192