1. a2f658d Move Post RA Scheduling flag bit into SchedMachineModel by Sanjay Patel · 11 years ago
  2. 5caa6a2 [RegAllocGreedy] Provide a subtarget hook to disable the local reassignment by Quentin Colombet · 11 years ago
  3. c40e5ed Add a new subtarget hook for whether or not we'd like to enable by Eric Christopher · 11 years ago
  4. 8d2ee37 Add a subtarget hook: enablePostMachineScheduler. by Andrew Trick · 11 years ago
  5. d0d8cb1 Update an embarassing out-of-date comment. by Andrew Trick · 12 years ago
  6. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  7. 71e8bb6 Added temp flag -misched-bench for staging in default changes. by Andrew Trick · 12 years ago
  8. b350ffd Add useAA() to TargetSubtargetInfo by Hal Finkel · 12 years ago
  9. 108c88c misched: Allow subtargets to enable misched and dependent options. by Andrew Trick · 13 years ago
  10. 0d639a2 Rename TargetSubtarget to TargetSubtargetInfo for consistency. by Evan Cheng · 14 years ago[Renamed (72%) from llvm/lib/Target/TargetSubtarget.cpp]
  11. b9fe5d5 Allow target to specify regclass for which antideps will only be broken along the critical path. by David Goodwin · 16 years ago
  12. 0d412c2 Fixed to address code review. No functional changes. by David Goodwin · 16 years ago
  13. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  14. 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  15. ddc8b78 I don't know how this ever compiled with gcc, but VC++ correctly rejects it. by Jeff Cohen · 20 years ago
  16. f26625e Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 20 years ago