1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  3. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  4. e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  5. 8065f0b Mark all library options as hidden. by Zachary Turner · 8 years ago
  6. c71cced [CodeGen] Always use `printReg` to print registers in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  7. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. ba0daee [StackMaps] Increase the size of the "location size" field by Sanjoy Das · 8 years ago
  10. 44e25f3 Move size and alignment information of regclass to TargetRegisterInfo by Krzysztof Parzyszek · 8 years ago
  11. db56e5a [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  12. 23f06e5 [Stackmap] Added callsite counts to emitted function information. by Sanjoy Das · 9 years ago
  13. d06a1b4 [stackmaps] Remove an unneeded member variable [NFC] by Philip Reames · 9 years ago
  14. e83c4b3 [stackmaps] More extraction of common code [NFCI] by Philip Reames · 9 years ago
  15. eae6138 Remove unused data member to unbreak -Werror builds. by Richard Smith · 9 years ago
  16. 570dd00 [stackmaps] Extract out magic constants [NFCI] by Philip Reames · 9 years ago
  17. c700490 Use the range variant of remove_if instead of unpacking begin/end by David Majnemer · 9 years ago
  18. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  19. e913489 Fix a couple of redundant conditional expressions (PR27283, PR28282) by Hans Wennborg · 9 years ago
  20. bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
  21. 216ed03 [StackMap] Use lambdas to specify the sort and erase conditions. NFC. by Juergen Ributzka · 10 years ago
  22. aef76ca [StackMap] Rename variables to be more consistent. NFC. by Juergen Ributzka · 10 years ago
  23. e4685a1 [StackMaps] Use emplace_back when possible. NFC. by Juergen Ributzka · 10 years ago
  24. d25407e Run clang-format before making changes to StackMaps. NFC. by Juergen Ributzka · 10 years ago
  25. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  26. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  27. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  28. a1d39ba [Statepoints] Support for "patchable" statepoints. by Sanjoy Das · 10 years ago
  29. 9ff69c8 [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 10 years ago
  30. 594fa96a Remove dead calls and function arguments dealing with TRI in StackMaps. by Eric Christopher · 11 years ago
  31. cef8e71 Rewrite StackMap location handling to pre-compute the dwarf register by Eric Christopher · 11 years ago
  32. d83003e Use the cached subtarget on the MachineFunction when the AsmPrinter by Eric Christopher · 11 years ago
  33. ef9e01e Use the cached subtarget off of the machine function. by Eric Christopher · 11 years ago
  34. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  35. c4ee2c5 [StackMaps] Use CurrentFnSymForSize by Hal Finkel · 11 years ago
  36. 0365f1a [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-64 Backend by Philip Reames · 11 years ago
  37. e839965 The patchpoint lowering logic would crash with live constants equal to by Sanjoy Das · 11 years ago
  38. 429c9ca Change logic in StackMaps::recordStackMapOpers to use the isInt<32> by Sanjoy Das · 11 years ago
  39. c6cc58e Remove unnecessary copying or replace it with moves in a bunch of places. by Benjamin Kramer · 11 years ago
  40. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  41. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  42. 87c2b60 Explicitly report runtime stack realignment in StackMap section by Philip Reames · 11 years ago
  43. 37fc0a8 [Stackmaps] Pacify windows buildbot. by Juergen Ributzka · 11 years ago
  44. 673a762 [Stackmaps] Add command line option to specify the stackmap version. by Juergen Ributzka · 11 years ago
  45. 6340195 [Stackmaps] Refactor serialization code. No functional change intended. by Juergen Ributzka · 11 years ago
  46. f01e809 [Stackmaps] Replace the custom ConstantPool class with a MapVector. by Juergen Ributzka · 11 years ago
  47. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  48. e117992 [Stackmaps] Update the stackmap format to use 64-bit relocations for the function address and properly align all entries. by Juergen Ributzka · 12 years ago
  49. 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  50. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  51. 73a7fcc [Stackmaps] Cleanup code. No functional change intended. by Juergen Ributzka · 12 years ago
  52. fb4d648 [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic. by Juergen Ributzka · 12 years ago
  53. f6f0ce9 Revert "[Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic." by Juergen Ributzka · 12 years ago
  54. aece758 [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic. by Juergen Ributzka · 12 years ago
  55. cb40291 Fix known typos by Alp Toker · 12 years ago
  56. 32e1be7 llvm.experimental.stackmap: fix encoding of large constants. by Andrew Trick · 12 years ago
  57. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  58. c26b68a [Stackmap] Refactor operand parsing. by Juergen Ributzka · 12 years ago
  59. e829475 [Stackmap] Liveness Analysis Pass by Juergen Ributzka · 12 years ago
  60. 7bcb010 Revert "Liveness Analysis Pass" by Andrew Trick · 12 years ago
  61. e8cba37 Grow the stackmap/patchpoint format to hold 64-bit IDs. by Andrew Trick · 12 years ago
  62. 8d6a658 Liveness Analysis Pass by Andrew Trick · 12 years ago
  63. 3960999 Refactor a lot of patchpoint/stackmap related code to simplify and make it by Lang Hames · 12 years ago
  64. fde8e4b Show stackmap entry encodings in stackmap debug logs. This makes it easier to by Lang Hames · 12 years ago
  65. e6bf45c Obvious pasto survived a couple rounds of cleanup. by Andrew Trick · 12 years ago
  66. d4e3dc6 Add an abstraction to handle patchpoint operands. by Andrew Trick · 12 years ago
  67. 10d5be4 Added a size field to the stack map record to handle subregister spills. by Andrew Trick · 12 years ago
  68. 9969d3e [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. by Juergen Ributzka · 12 years ago
  69. 8a06570 Fix some minor issues with r194282 to get the tree healthy again. by Lang Hames · 12 years ago
  70. 3078977 Add a method to get the object-file appropriate stack map section. by Lang Hames · 12 years ago
  71. c21d86f Unused variable by Andrew Trick · 12 years ago
  72. 153ebe6 Add support for stack map generation in the X86 backend. by Andrew Trick · 12 years ago