1. 41474ba Add a sanity-check to tablegen to catch the case where isSimpleLoad by Dan Gohman · 16 years ago
  2. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 16 years ago
  3. 475871a Rename SDOperand to SDValue. by Dan Gohman · 16 years ago
  4. e8be6c6 Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk by Dan Gohman · 16 years ago
  5. 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 17 years ago
  6. c17d69f use predicate. by Chris Lattner · 17 years ago
  7. 834f1ce rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. by Chris Lattner · 17 years ago
  8. 2e48a70 rename isStore -> mayStore to more accurately reflect what it captures. by Chris Lattner · 17 years ago
  9. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  10. 399ea50 LVXL and STVXL are also a load and store resp. by Bill Wendling · 17 years ago
  11. e7e7d0d Skeleton of post-RA scheduler; doesn't do anything yet. by Dale Johannesen · 17 years ago
  12. 05c180b Fix parenthesis for BCTRL_{ELF|Macho} test. by Nicolas Geoffray · 18 years ago
  13. 9f0bc65 implement support for the linux/ppc function call ABI. Patch by by Chris Lattner · 18 years ago
  14. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  15. 80df01d add ppc64 r+i stores with update. by Chris Lattner · 18 years ago
  16. f8e07f4 Switch loads over to use memri as the operand instead of a reg/imm operand by Chris Lattner · 18 years ago
  17. c9dcf28 teach the g5 hazard recognizer about update loads. This fixes by Chris Lattner · 18 years ago
  18. 518f9c7 Add missing PPC64 extload/truncstores by Chris Lattner · 18 years ago
  19. d998938 Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps by Chris Lattner · 18 years ago
  20. ecfe55e When possible, custom lower 32-bit SINT_TO_FP to this: by Chris Lattner · 19 years ago
  21. 64ce964 Fix a couple of bugs that broke the alpha tester build by Chris Lattner · 19 years ago
  22. 3faad49 Handle cracked instructions in dispatch group formation. by Chris Lattner · 19 years ago
  23. 88d211f Several big changes: by Chris Lattner · 19 years ago
  24. 9c2c386 blr is a branch too by Chris Lattner · 19 years ago
  25. b0d21ef Change the interface for getting a target HazardRecognizer to be more clean. by Chris Lattner · 19 years ago
  26. b84225b add another missing store. by Chris Lattner · 19 years ago
  27. ab5801c add a couple more load/store instrs, add a newline to the end of file. by Chris Lattner · 19 years ago
  28. 3acbe5d This kinda sorta implements "things that have to lead a dispatch group". by Nate Begeman · 19 years ago
  29. 2046371 add some new instructions to the classifier. With this, we correctly insert by Chris Lattner · 19 years ago
  30. 7ce6485 add some comments that describe what we model by Chris Lattner · 19 years ago
  31. c664418 Implement a very very simple hazard recognizer for LSU rejects and ctr set/read by Chris Lattner · 19 years ago