- Apr 07, 2010
-
-
Anton Korobeynikov authored
llvm-svn: 100644
-
- Feb 10, 2010
-
-
Dan Gohman authored
llvm-svn: 95781
-
- Jan 04, 2010
-
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92515
-
- Nov 03, 2009
-
-
David Goodwin authored
Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed. llvm-svn: 85939
-
- Oct 16, 2009
-
-
Evan Cheng authored
llvm-svn: 84244
-
- Sep 24, 2009
-
-
David Goodwin authored
llvm-svn: 82709
-
- Sep 22, 2009
-
-
David Goodwin authored
llvm-svn: 82554
-
- Sep 04, 2009
-
-
Duncan Sands authored
llvm-svn: 80997
-
David Goodwin authored
llvm-svn: 80962
-
- Aug 22, 2009
-
-
Bill Wendling authored
llvm-svn: 79750
-
- Aug 17, 2009
-
-
David Goodwin authored
Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed. llvm-svn: 79247
-
- Aug 12, 2009
-
-
David Goodwin authored
Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. llvm-svn: 78827
-
David Goodwin authored
llvm-svn: 78736
-
- Aug 11, 2009
-
-
Daniel Dunbar authored
- Since the function is never called in NDEBUG mode, just dropped the DEBUG() uses here. llvm-svn: 78649
-
David Goodwin authored
llvm-svn: 78634
-
- Aug 10, 2009
-
-
David Goodwin authored
Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets. llvm-svn: 78563
-