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
/
CodeGen
/
InstrSched
/
SchedGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate operator[] is deprecated warnings
Chris Lattner
2004-02-18
1
-16
/
+21
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-4
/
+4
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-8
/
+9
*
getOpCode() --> getOpcode().
Brian Gaeke
2004-02-12
1
-14
/
+14
*
Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator
Brian Gaeke
2004-02-09
1
-25
/
+14
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-19
/
+16
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Let's not forget about our friends -- Constant Pool indices.
Misha Brukman
2003-11-06
1
-0
/
+1
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+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
1
-2
/
+1
*
*** empty log message ***
Tanya Lattner
2003-08-27
1
-215
/
+147
*
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-25
1
-212
/
+29
*
A def. operand of a machine instruction may be an ordinary Value*,
Vikram S. Adve
2003-07-02
1
-13
/
+12
*
Changes to allow explicit physical register arguments that have been
Vikram S. Adve
2003-05-31
1
-37
/
+90
*
(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
1
-232
/
+226
*
Kill `using' directives.
Misha Brukman
2003-05-22
1
-28
/
+25
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-6
/
+6
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-1
/
+1
*
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-125
/
+44
*
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
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-6
/
+6
*
Major bug fix: was not adding CD edges for RETURNs!
Vikram S. Adve
2002-10-13
1
-8
/
+10
*
Very minor cleanups
Chris Lattner
2002-08-09
1
-23
/
+15
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+0
*
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
1
-83
/
+61
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
1
-12
/
+8
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-8
/
+8
*
Minor changes.
Vikram S. Adve
2002-03-24
1
-7
/
+3
*
* Straighten out #includes
Chris Lattner
2002-02-03
1
-10
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-47
/
+45
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-19
/
+11
*
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-26
1
-3
/
+3
*
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
1
-53
/
+67
*
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
1
-18
/
+62
*
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
2001-11-11
1
-29
/
+35
*
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-08
1
-164
/
+58
*
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-11-05
1
-51
/
+129
*
Add edges between call instructions and (a) load/store instructions, and
Vikram S. Adve
2001-10-28
1
-34
/
+111
*
*** empty log message ***
Vikram S. Adve
2001-10-17
1
-15
/
+24
*
* Fix privacy issues on RegToRefVecMap
Chris Lattner
2001-10-13
1
-5
/
+5
*
Add graph edges due to implicit refs in each machine instruction.
Vikram S. Adve
2001-10-11
1
-27
/
+52
*
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-10
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-2
/
+3
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-2
/
+1
[next]