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
/
CodeGen
/
ScheduleDAG.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-5
/
+5
*
Added -stress-sched flag in the Asserts build.
Andrew Trick
2011-06-15
1
-0
/
+6
*
Remove dead code.
Devang Patel
2011-06-02
1
-1
/
+0
*
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2011-04-26
1
-3
/
+4
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
In the pre-RA scheduler, maintain cmp+br proximity.
Andrew Trick
2011-04-14
1
-3
/
+4
*
Added a check in the preRA scheduler for potential interference on a
Andrew Trick
2011-04-07
1
-6
/
+7
*
Typos.
Eric Christopher
2011-03-07
1
-2
/
+2
*
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2011-02-04
1
-4
/
+7
*
Header warning patrol.
Eric Christopher
2010-12-25
1
-2
/
+2
*
Minor cleanup related to my latest scheduler changes.
Andrew Trick
2010-12-24
1
-1
/
+1
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
1
-1
/
+29
*
whitespace
Andrew Trick
2010-12-24
1
-14
/
+14
*
update comment.
Chris Lattner
2010-12-20
1
-2
/
+1
*
SDep is POD-like. Shave off a few bytes from SUnit by moving a member around.
Benjamin Kramer
2010-11-25
1
-7
/
+10
*
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-11-03
1
-3
/
+7
*
Change push_all to a non-virtual function and implement it in the
Dan Gohman
2010-05-26
1
-1
/
+6
*
Delete an unused function.
Dan Gohman
2010-05-26
1
-1
/
+0
*
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
1
-2
/
+7
*
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-20
1
-0
/
+10
*
Fix the post-RA instruction scheduler to handle instructions referenced by
Jim Grosbach
2010-05-19
1
-18
/
+5
*
Remove unused member variable.
Zhongxing Xu
2010-05-17
1
-2
/
+0
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-2
/
+1
*
Delete an unused member variable.
Dan Gohman
2010-04-13
1
-1
/
+0
*
trim some prototypes.
Chris Lattner
2010-04-05
1
-1
/
+0
*
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
1
-12
/
+27
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-16
/
+12
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-16
/
+22
*
Delete bogus semicolons.
Dan Gohman
2009-10-14
1
-1
/
+1
*
Remove a bunch of unused arguments from functions, silencing a
Eric Christopher
2009-10-14
1
-2
/
+2
*
Delete some obsolete declarations.
Dan Gohman
2009-10-12
1
-15
/
+0
*
The ScheduleDAG framework now requires an AliasAnalysis argument, though
Dan Gohman
2009-10-09
1
-1
/
+2
*
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-30
1
-4
/
+4
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-2
/
+0
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-1
/
+2
*
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
1
-6
/
+7
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
1
-1
/
+1
*
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
1
-0
/
+6
*
Add callback to allow target to adjust latency of schedule dependency edge.
David Goodwin
2009-08-13
1
-0
/
+5
*
Add a new bit to SUnit to record whether a node has implicit physreg
Dan Gohman
2009-03-23
1
-0
/
+4
*
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
1
-1
/
+1
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
1
-1
/
+1
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
1
-11
/
+6
*
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-10
1
-0
/
+15
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
1
-1
/
+1
*
Tidy up the ScheduleDAG class definition a little. Make a few
Dan Gohman
2009-02-06
1
-22
/
+20
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
1
-1
/
+5
*
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
1
-4
/
+5
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-4
/
+3
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-1
/
+1
[next]