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
/
SparcV9
/
InstrSched
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
1
-106
/
+88
*
Added LLVM copyright header.
John Criswell
2003-10-21
2
-0
/
+14
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
4
-0
/
+28
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-8
/
+6
*
Fixed spelling.
Misha Brukman
2003-09-17
1
-2
/
+2
*
Add flag to control whether or not delay slots are filled during
Vikram S. Adve
2003-09-16
1
-1
/
+7
*
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
1
-5
/
+21
*
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-28
2
-4
/
+1
*
Added/removed header file
Tanya Lattner
2003-08-27
1
-1
/
+0
*
*** empty log message ***
Tanya Lattner
2003-08-27
3
-416
/
+273
*
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-25
5
-481
/
+353
*
Remove uses of the NonCopyable class, to make the doxygen output look better
Chris Lattner
2003-08-15
1
-9
/
+17
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-1
/
+1
*
Be const correct
Chris Lattner
2003-07-26
1
-2
/
+2
*
Hrm, another necesary one :(
Chris Lattner
2003-07-26
1
-0
/
+1
*
Remove extraneous #includes
Chris Lattner
2003-07-26
1
-1
/
+0
*
A def. operand of a machine instruction may be an ordinary Value*,
Vikram S. Adve
2003-07-02
1
-13
/
+12
*
Remove usage of noncopyable classes to clean up doxygen output.
Chris Lattner
2003-06-02
2
-22
/
+25
*
Add #include
Chris Lattner
2003-06-02
1
-0
/
+1
*
Changes to allow explicit physical register arguments that have been
Vikram S. Adve
2003-05-31
2
-42
/
+96
*
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-27
1
-13
/
+14
*
Cleaned up code layout. No functional changes.
Misha Brukman
2003-05-22
2
-678
/
+622
*
Kill `using' directives.
Misha Brukman
2003-05-22
2
-51
/
+47
*
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
2
-3
/
+3
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
2
-12
/
+12
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
3
-4
/
+4
*
Move function to cpp file from header
Chris Lattner
2002-11-02
2
-5
/
+7
*
New iostream definitions
Chris Lattner
2002-11-01
1
-0
/
+1
*
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
4
-186
/
+96
*
Make Scheduling Class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
1
-3
/
+3
*
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
1
-21
/
+20
*
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
1
-0
/
+1
*
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-10-28
1
-1
/
+0
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
2
-13
/
+13
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
2
-4
/
+4
*
Tell PassManager that this pass does not invalidate the CFG so that dominator
Chris Lattner
2002-10-23
1
-0
/
+1
*
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-10-13
1
-15
/
+9
*
Major bug fix: was not adding CD edges for RETURNs!
Vikram S. Adve
2002-10-13
1
-8
/
+10
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
4
-41
/
+19
*
Very minor cleanups
Chris Lattner
2002-08-09
1
-23
/
+15
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
1
-6
/
+6
*
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
1
-8
/
+20
*
*** empty log message ***
Chris Lattner
2002-07-25
3
-5
/
+5
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-24
5
-10
/
+9
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-7
/
+10
*
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
5
-102
/
+91
[next]