index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove simple scheduler.
Evan Cheng
2007-10-01
1
-1165
/
+0
*
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-26
1
-2
/
+4
*
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-25
1
-2
/
+2
*
initialize isstore/isload fields in ctor, fixing PR1695
Chris Lattner
2007-09-22
1
-0
/
+2
*
Fix GLIBCXX_DEBUG error of comparing two singular iterators
David Greene
2007-08-17
1
-3
/
+8
*
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-13
1
-1
/
+1
*
When a node value is only used by a CopyToReg, use the user's dest. This shou...
Evan Cheng
2007-07-10
1
-1
/
+1
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-21
/
+21
*
switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This
Chris Lattner
2007-02-04
1
-1
/
+1
*
Fit in 80 columns
Chris Lattner
2007-02-01
1
-2
/
+2
*
Fixed so that it dereferences the ostream pointer.
Bill Wendling
2006-12-17
1
-1
/
+1
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-11
/
+13
*
It seems the llvm::OStream class does not handle stream manipulators.
John Criswell
2006-12-11
1
-7
/
+7
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-16
/
+14
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Copy the liveins for the first block. PR859
Jim Laskey
2006-08-03
1
-0
/
+14
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
1
-1
/
+1
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
1
-3
/
+6
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
1
-6
/
+31
*
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
1
-1
/
+2
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Move simple-selector-specific types to the simple selector.
Chris Lattner
2006-03-10
1
-0
/
+202
*
Simplify the interface to the schedulers, to not pass the selected heuristicin.
Chris Lattner
2006-03-10
1
-8
/
+13
*
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
1
-2
/
+29
*
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
1
-0
/
+266
*
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
Chris Lattner
2006-03-10
1
-0
/
+5
*
don't copy all itinerary data
Chris Lattner
2006-03-09
1
-1
/
+1
*
Fix VC++ compilation error.
Jeff Cohen
2006-01-24
1
-0
/
+1
*
Minor clean up.
Evan Cheng
2006-01-23
1
-1
/
+2
*
Remove a couple of unnecessary #include's
Evan Cheng
2006-01-23
1
-2
/
+0
*
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-23
1
-326
/
+43
*
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2006-01-21
1
-0
/
+891