1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 57dd5b3 CodeGen: Cleanup regmask construction; NFC by Matthias Braun · 7 years ago
  3. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  4. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  5. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  6. 0c989a8 LivePhysReg: Use reference instead of pointer in init(); NFC by Matthias Braun · 9 years ago
  7. 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  8. 733fe36 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  9. 8c3fbdc Revert r279564. It introduces undefined behavior (binding a reference to a by Richard Smith · 9 years ago
  10. 4c1f1f1 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  11. 7f66202 Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses" by Matthias Braun · 9 years ago
  12. fd93684 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  13. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  14. d1aabb2 livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC by Matthias Braun · 9 years ago
  15. 24f26e6 LivePhysRegs: Automatically determine presence of pristine regs. by Matthias Braun · 9 years ago
  16. ad154c8 Introduce MachineFunctionProperties and the AllVRegsAllocated property by Derek Schuff · 10 years ago
  17. 9622cdf [StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI. by Juergen Ributzka · 10 years ago
  18. c111fcc [StackMap Liveness] No need to cache the MachineFunction. NFC. by Juergen Ributzka · 10 years ago
  19. 722ff28 Internalize the StackMapLiveness pass. by Benjamin Kramer · 11 years ago
  20. b85d375 Another set of missing raw_ostream.h. Still no functional change. by Benjamin Kramer · 11 years ago
  21. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  22. df87f93 [StackMaps] Allow the target to pre-process the live-out mask by Hal Finkel · 11 years ago
  23. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  24. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  25. 009bff2 [StackMaps] Enable patchpoint liveness analysis per default. by Juergen Ributzka · 11 years ago
  26. 14871f7 [Stackmaps] Remove the liveness calculation for stackmap intrinsics. by Juergen Ributzka · 11 years ago
  27. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  28. 326c1f68 Minor change to StackMapLiveness DEBUG output. by Andrew Trick · 11 years ago
  29. e829475 [Stackmap] Liveness Analysis Pass by Juergen Ributzka · 12 years ago
  30. 7bcb010 Revert "Liveness Analysis Pass" by Andrew Trick · 12 years ago
  31. 8d6a658 Liveness Analysis Pass by Andrew Trick · 12 years ago