1. 9583a3f [AsmPrinter] Delete dead takeDeletedSymbsForFunction() by Fangrui Song · 6 years ago
  2. ca33727 [AIX] Lowering jump table, constant pool and block address in asm by Xiangling Liao · 6 years ago
  3. 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
  4. fdaa742 Second attempt to add iterator_range::empty() by Jordan Rose · 6 years ago
  5. cc382cf [NewPM] Port MachineModuleInfo to the new pass manager. by Yuanfang Chen · 6 years ago
  6. 79176a2 [CodeGen] Require a name for a block addr target by Bill Wendling · 6 years ago
  7. 6dbbd0f [llvm-mc] Add reportWarning() to MCContext by Brian Cain · 6 years ago
  8. 4f09d9f Qualify use of llvm::empty that's ambiguous with std::empty by Sam McCall · 6 years ago
  9. 2c36240 Fix emission of _fltused for MSVC. by James Y Knight · 7 years ago
  10. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  11. 3d849f6 MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  12. 8763c0c MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existing by Matthias Braun · 7 years ago
  13. f78650a Remove trailing space by Fangrui Song · 7 years ago
  14. 6054e65 Move TargetLoweringObjectFile from CodeGen to Target to fix layering by David Blaikie · 8 years ago
  15. 4684033 MachineFunction: Slight refactoring; NFC by Matthias Braun · 8 years ago
  16. c468b64 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  17. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  18. dee2cf6 [CodeGen] Emit necessary .note sections for -fsplit-stack by Than McIntosh · 8 years ago
  19. 7db6b5e Retire the llvm.dbg.mir hack after r311594. by Adrian Prantl · 8 years ago
  20. 032d238 Remove PrologEpilogInserter's usage of DBG_VALUE's offset field by Adrian Prantl · 8 years ago
  21. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  22. 7bda195 CodeGen: Refactor MIR parsing by Matthias Braun · 8 years ago
  23. 4e9736b [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  24. 8b61764 [LegacyPassManager] Remove TargetMachine constructors by Francis Visoiu Mistrih · 8 years ago
  25. 75fadfc Implement FreeMachineFunction::getPassName(). by Yaron Keren · 9 years ago
  26. d0ee66c Move most EH from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  27. e70b7c3 Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" by Eric Christopher · 9 years ago
  28. ed14cb0 Move most EH from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  29. ef331ef Move VariableDbgInfo from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  30. f23ef43 Move FrameInstructions from MachineModuleInfo to MachineFunction by Matthias Braun · 9 years ago
  31. bd6ce9a [CodeGen] Pass references, not pointers, to MMI helpers. NFC. by Ahmed Bougacha · 9 years ago
  32. 456dce8 [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC. by Ahmed Bougacha · 9 years ago
  33. 2b4c127 [CodeGen] Cleanup MachineModuleInfo doxygen comments. NFC. by Ahmed Bougacha · 9 years ago
  34. 733fe36 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  35. c3b2e80 MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS by Matthias Braun · 9 years ago
  36. 8c3fbdc Revert r279564. It introduces undefined behavior (binding a reference to a by Richard Smith · 9 years ago
  37. 4c1f1f1 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  38. 7f66202 Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses" by Matthias Braun · 9 years ago
  39. fd93684 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  40. 7a08381 Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  41. 70497c6 Move EH-specific helper functions to a more appropriate place by David Majnemer · 10 years ago
  42. c20276d [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction by Reid Kleckner · 10 years ago
  43. bfa5b98 [WinEH] Remove more dead code by David Majnemer · 10 years ago
  44. e00faf8 [EH] Handle non-Function personalities like unknown personalities by Reid Kleckner · 10 years ago
  45. 0e28823 [WinEH] Add some support for code generating catchpad by Reid Kleckner · 10 years ago
  46. 774b584 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  47. aff703a [CodeGen] Force emission of personality directive if explicitly specified by Keno Fischer · 10 years ago
  48. 5dbf346 Initialize booleans CallsUnwindInit and CallsEHReturn with false instead of 0. by Yaron Keren · 10 years ago
  49. 6fe4e79 [MMI] Use TinyPtrVector instead of PointerUnion with vector. by Benjamin Kramer · 10 years ago
  50. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  51. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  52. 7cbe58d Remove MachineModuleInfo::UsedFunctions as it has no users. by Pete Cooper · 10 years ago
  53. f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  54. 1d3d4ad [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86 by Reid Kleckner · 10 years ago
  55. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  56. 5c5facc Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
  57. 909ea7e Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
  58. 64a2a6a [SEH] Remove the old __C_specific_handler code now that WinEHPrepare works by Reid Kleckner · 10 years ago
  59. d2a1a51 Re-land r235154-r235156 under the existing -sehprepare flag by Reid Kleckner · 10 years ago
  60. a762fa6 Revert r235154-r235156, they cause asserts when building win64 code (http://crbug.com/477988) by Nico Weber · 10 years ago
  61. d4523e3 [SEH] Reimplement x64 SEH using WinEHPrepare by Reid Kleckner · 10 years ago
  62. 3e9fadf [WinEH] Try to make the MachineFunction CFG more accurate by Reid Kleckner · 10 years ago
  63. cde3303 [WinEH] Run cleanup handlers when an exception is thrown by David Majnemer · 10 years ago
  64. 2d5fb68 Unify the two EH personality classification routines I wrote by Reid Kleckner · 11 years ago
  65. 5cc1569 Classify functions by EH personality type rather than using the triple by Reid Kleckner · 11 years ago
  66. e80a0a7 Use MMI->getPersonality() instead of MMI->getPersonalities()[MMI->getPersonalityIndex()] by Reid Kleckner · 11 years ago
  67. 0a57f65 CodeGen support for x86_64 SEH catch handlers in LLVM by Reid Kleckner · 11 years ago
  68. 7ef497b x86_64: Fix calls to __morestack under the large code model. by Peter Collingbourne · 11 years ago
  69. 283bc2e Allow the use of functions as typeinfo in landingpad clauses by Reid Kleckner · 11 years ago
  70. 7bb91d9 Delete dead code. NFC. by Rafael Espindola · 11 years ago
  71. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  72. 2abfd6c7 MachineModuleInfo: Turn nested std::pairs into a proper struct. by Benjamin Kramer · 12 years ago
  73. 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  74. bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
  75. b08d2c2 Remove addFrameMove. by Rafael Espindola · 12 years ago
  76. 227144c Remove the MachineMove class. by Rafael Espindola · 12 years ago
  77. 74f2e46 Clarify that llvm.used can contain aliases. by Rafael Espindola · 12 years ago
  78. 3383225 small fixes to enable the reuse of the pass manager across multiple modules by Pedro Artigas · 13 years ago
  79. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  80. 7212ee4 by Pedro Artigas · 13 years ago
  81. e84b13f fixed valgrind issues of prior commit, this change applies r169456 changes back to the tree with fixes. on darwin no valgrind issues exist in the tests that used to fail. by Pedro Artigas · 13 years ago
  82. d985d76 Revert r169456, "change MCContext to work on the doInitialization/doFinalization model" by NAKAMURA Takumi · 13 years ago
  83. bf7d3ba by Pedro Artigas · 13 years ago
  84. 41b9884 by Pedro Artigas · 13 years ago
  85. e4348b0 moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo by Pedro Artigas · 13 years ago
  86. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  87. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  88. 8b98bf2 Properly emit _fltused with FastISel. Refactor to share code with SDAG. by Michael J. Spencer · 14 years ago
  89. 0e3791e Turn push_back loops into append/insert. by Benjamin Kramer · 14 years ago
  90. 05f7380 Don't recalculate the size of the vector each time through the loop. by Bill Wendling · 14 years ago
  91. ee4dab5 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  92. c2d55b6 Add an ivar that maps a landing pad's EH symbol to the call sites that may jump by Bill Wendling · 14 years ago
  93. f8d95bc Use ArrayRef instead of requiring an std::vector. by Bill Wendling · 14 years ago
  94. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  95. 7679299 Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  96. 6969ed62 Rename CompactEncoding to CompactUnwindEncoding. by Bill Wendling · 14 years ago
  97. 353404d Move the compact encoding from the target-specific library to the code-gen by Bill Wendling · 14 years ago
  98. d60fa58b Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
  99. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  100. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago