1. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  2. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  3. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  4. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  5. 754e21f MC: Remove MCSubtargetInfo() default constructor by Duncan P. N. Exon Smith · 10 years ago
  6. 39a2afc Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() by Matthias Braun · 10 years ago
  7. 5f141b0 Remove useMachineScheduler and replace it with subtarget options by Eric Christopher · 11 years ago
  8. 1175945 Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  9. 59c23cd Rename AtomicExpandLoadLinked into AtomicExpand by Robin Morisset · 11 years ago
  10. a2f658d Move Post RA Scheduling flag bit into SchedMachineModel by Sanjay Patel · 11 years ago
  11. 5caa6a2 [RegAllocGreedy] Provide a subtarget hook to disable the local reassignment by Quentin Colombet · 11 years ago
  12. c40e5ed Add a new subtarget hook for whether or not we'd like to enable by Eric Christopher · 11 years ago
  13. 8d2ee37 Add a subtarget hook: enablePostMachineScheduler. by Andrew Trick · 11 years ago
  14. d0d8cb1 Update an embarassing out-of-date comment. by Andrew Trick · 11 years ago
  15. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  16. 71e8bb6 Added temp flag -misched-bench for staging in default changes. by Andrew Trick · 12 years ago
  17. b350ffd Add useAA() to TargetSubtargetInfo by Hal Finkel · 12 years ago
  18. 108c88c misched: Allow subtargets to enable misched and dependent options. by Andrew Trick · 13 years ago
  19. 0d639a2 Rename TargetSubtarget to TargetSubtargetInfo for consistency. by Evan Cheng · 14 years ago[Renamed (72%) from llvm/lib/Target/TargetSubtarget.cpp]
  20. b9fe5d5 Allow target to specify regclass for which antideps will only be broken along the critical path. by David Goodwin · 16 years ago
  21. 0d412c2 Fixed to address code review. No functional changes. by David Goodwin · 16 years ago
  22. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  23. 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  24. ddc8b78 I don't know how this ever compiled with gcc, but VC++ correctly rejects it. by Jeff Cohen · 20 years ago
  25. f26625e Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 20 years ago