Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
bed2946a96ecb15b0b636fa74cb26ce61b1c648e
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGSimple.cpp
bed2946
Removed tabs everywhere except autogenerated & external files. Add make
by Anton Korobeynikov
· 18 years ago
831e037
switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This
by Chris Lattner
· 19 years ago
fea997a
Fit in 80 columns
by Chris Lattner
· 19 years ago
f2174da
Fixed so that it dereferences the ostream pointer.
by Bill Wendling
· 19 years ago
5c7e326
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
by Bill Wendling
· 19 years ago
2381f6f
It seems the llvm::OStream class does not handle stream manipulators.
by John Criswell
· 19 years ago
832171c
Removing even more <iostream> includes.
by Bill Wendling
· 19 years ago
3ed469c
For PR786:
by Reid Spencer
· 19 years ago
a4f0b3a
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
by Chris Lattner
· 19 years ago
f492391
Copy the liveins for the first block. PR859
by Jim Laskey
· 19 years ago
eb577ba
Final polish on machine pass registries.
by Jim Laskey
· 19 years ago
9ff542f
1. Change use of "Cache" to "Default".
by Jim Laskey
· 19 years ago
13ec702
Introducing plugable register allocators and instruction schedulers.
by Jim Laskey
· 19 years ago
f8c68f6
Shave another 27K off libllvmgcc.dylib with visibility hidden
by Chris Lattner
· 19 years ago
07000c6
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
by Owen Anderson
· 19 years ago
a34b6f8
Move simple-selector-specific types to the simple selector.
by Chris Lattner
· 19 years ago
20a4921
Simplify the interface to the schedulers, to not pass the selected heuristicin.
by Chris Lattner
· 19 years ago
2f5806c
Move some simple-sched-specific instance vars to the simple scheduler.
by Chris Lattner
· 19 years ago
e76074a
move some simple scheduler methods into the simple scheduler
by Chris Lattner
· 19 years ago
be24e59
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
by Chris Lattner
· 19 years ago
e70f671
don't copy all itinerary data
by Chris Lattner
· 19 years ago
2aa750a
Fix VC++ compilation error.
by Jeff Cohen
· 20 years ago
4148429
Minor clean up.
by Evan Cheng
· 20 years ago
dfeeac9
Remove a couple of unnecessary #include's
by Evan Cheng
· 20 years ago
4ef1086
Factor out more instruction scheduler code to the base class.
by Evan Cheng
· 20 years ago
a9c2091
Do some code refactoring on Jim's scheduler in preparation of the new list
by Evan Cheng
· 20 years ago