1. c93c6f3 [Codegen] Make sure kill flags are not incorrect from removed machine phi's by David Green · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 8c8724d [CodeGen] Enhance machine PHIs optimization by Dinar Temirbulatov · 7 years ago
  4. cb0bab8 [CodeGen] Fix inconsistent declaration parameter name by Fangrui Song · 7 years ago
  5. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  6. c468b64 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  7. b5deac4 Skip DBG instr in OptimizePHIs when looking for dead PHI cycles by Mikael Holmen · 8 years ago
  8. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  9. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  10. 32a4056 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  11. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  12. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  13. 00ec93d CodeGen: Avoid dereferencing end() in OptimizePHIs::OptimizeBB by Duncan P. N. Exon Smith · 9 years ago
  14. aa641a5 Re-commit optimization bisect support (r267022) without new pass manager support. by Andrew Kaylor · 10 years ago
  15. 6013f45 Revert "Initial implementation of optimization bisect support." by Vedant Kumar · 10 years ago
  16. f0f2792 Initial implementation of optimization bisect support. by Andrew Kaylor · 10 years ago
  17. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  18. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  19. 70573dc Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> by David Blaikie · 11 years ago
  20. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  21. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  22. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  23. 7c99ec5 Disable each MachineFunctionPass for 'optnone' functions, unless that by Paul Robinson · 12 years ago
  24. b36376e Switch a number of loops in lib/CodeGen over to range-based for-loops, now that by Owen Anderson · 12 years ago
  25. 16c6bf4 Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing by Owen Anderson · 12 years ago
  26. 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  27. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  28. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  29. 1fa5bcb Codegen pass definition cleanup. No functionality. by Andrew Trick · 14 years ago
  30. d85bc10 When deleting a phi cycle after looking through copies, constrain the register by Cameron Zwarich · 14 years ago
  31. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  32. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  33. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  34. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  35. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  36. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  37. 37c42a3 Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
  38. 4c82a9e Detect and handle COPY in many places. by Jakob Stoklund Olesen · 15 years ago
  39. 01abf8f Besides removing phi cycles that reduce to a single value, also remove dead by Bob Wilson · 16 years ago
  40. 0827e04 Add a new pass on machine instructions to optimize away PHI cycles that by Bob Wilson · 16 years ago