1. e8e0f5c Make analyzeBranch family of instruction names consistent by Matt Arsenault · 9 years ago
  2. 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  3. 71c30a1 Rename AnalyzeBranch* to analyzeBranch*. by Jacques Pienaar · 9 years ago
  4. 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
  5. e57bf68 [ImplicitNullChecks] Hoist trivial depdendencies if possible by Sanjoy Das · 9 years ago
  6. e173b9a [ImplicitNullCchecks] NFC cleanup by Sanjoy Das · 9 years ago
  7. 26dab3a [ImplicitNullChecks] Account for implicit-defs as well when updating the liveness. by Quentin Colombet · 10 years ago
  8. 4e1d389 [X86] Model FAULTING_LOAD_OP as a terminator and branch. by Quentin Colombet · 10 years ago
  9. 12b6991 [ImplicitNullChecks] Properly update the live-in of the block of the memory operation. by Quentin Colombet · 10 years ago
  10. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  11. c27a18f [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC. by Chad Rosier · 10 years ago
  12. ac9c5b1 [ImplicitNulls] Add some clarifying comments; NFC by Sanjoy Das · 10 years ago
  13. e8b8164 [ImplicitNulls] Fix wrapping by breaking up a condition, NFC by Sanjoy Das · 10 years ago
  14. edc394f [ImplicitNull] Extract out a HazardDetector class, NFC by Sanjoy Das · 10 years ago
  15. 0003878 Introduce enum value for previously defined metadata -- make.implicit by Chen Li · 10 years ago
  16. 93d608c [ImplicitNullChecks] Work with implicit defs. by Sanjoy Das · 10 years ago
  17. c3a8e39 [ImplicitNullChecks] Fix a memory leak. by Sanjoy Das · 10 years ago
  18. b771845 [ImplicitNullChecks] Be smarter in picking the memory op. by Sanjoy Das · 10 years ago
  19. 8ee6a30 [FaultMaps] Add statistic to count the # of implicit null checks. by Sanjoy Das · 10 years ago
  20. 9c41a93 [FaultMaps] Let the frontend pre-select implicit null check candidates. by Sanjoy Das · 10 years ago
  21. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  22. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  23. 572e03a Fix "the the" in comments. by Eric Christopher · 10 years ago
  24. 69fad07 [CodeGen] Add a pass to fold null checks into nearby memory operations. by Sanjoy Das · 10 years ago