1. 5ab1d10 [ARM] Avoid injecting constant islands in movw+movt pairs on Windows by Martin Storsjo · 7 years ago
  2. f78650a Remove trailing space by Fangrui Song · 7 years ago
  3. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  4. 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 7 years ago
  5. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  6. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  7. fc0d02c [ARM] Another f16 litpool fix by Sjoerd Meijer · 8 years ago
  8. d31a8c0 Recommit: [ARM] f16 constant pool fix by Sjoerd Meijer · 8 years ago
  9. 9a25247 Revert r325754 and r325755 (f16 literal pool) because buildbots were unhappy. by Sjoerd Meijer · 8 years ago
  10. 7d5909e [ARM] f16 constant pool fix by Sjoerd Meijer · 8 years ago
  11. f4a7fa7 [ARM] Allow half types in ConstantPool by Sjoerd Meijer · 8 years ago
  12. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  13. 4a91fb9 [ARM] Split Arm jump table branch into i12 and rs suffixed versions by Momchil Velikov · 8 years ago
  14. 5cdc4f9 ARM: correctly update CFG when splitting BB to fix branch. by Tim Northover · 8 years ago
  15. 842aa90 [ARM] Place jump table as the first operand in additions by Momchil Velikov · 8 years ago
  16. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  17. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  18. 076468c [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  19. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  20. 962c5a3 [Thumb-1] Fix corner cases for compressed jump tables by Weiming Zhao · 9 years ago
  21. 58dadd5 Fix use-after-frees on memory allocated in a Recycler. by Benjamin Kramer · 9 years ago
  22. 1b4b59a [ARM] Remove a dead ADD during the creation of TBBs by David Green · 9 years ago
  23. 0d98b03 ARM: avoid clobbering register in v6 jump-table expansion. by Tim Northover · 9 years ago
  24. 5ac6adb Fix assertion failure in ARMConstantIslandPass. by Kristof Beyls · 9 years ago
  25. 56db97d [ARM] Fix constant islands pass. by Roger Ferrer Ibanez · 9 years ago
  26. 9249754 [Thumb-1] TBB generation: spot redefinitions of index register by James Molloy · 9 years ago
  27. 9b3b899 [ARM] Register ConstantIslands with the pass manager by James Molloy · 9 years ago
  28. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  29. e6cf437 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  30. bd66b7d [ARM] Use helpers for adding pred / CC operands. NFC by Diana Picus · 9 years ago
  31. 116bbab [CodeGen] Rename MachineInstrBuilder::addOperand. NFC by Diana Picus · 9 years ago
  32. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  33. 70a3d6d [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
  34. b37864b Revert r284580+r284917. ("Synthesize TBB/TBH instructions") by Eli Friedman · 9 years ago
  35. 2bae864 [ARM] Fix crash in ConstantIslands by James Molloy · 9 years ago
  36. fbfd173 [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
  37. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  38. 9abb2fa [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  39. 85124c7 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  40. 1ce54d6 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  41. 1eb4736 MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it by Matthias Braun · 9 years ago
  42. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  43. 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  44. 562e829 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  45. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  46. 3ebda7e [ARMConstantIslandPass] Remove dead code. by Davide Italiano · 9 years ago
  47. 89217f8 TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC by Sjoerd Meijer · 9 years ago
  48. 5c0ef83 This refactoring of ARM machine block size computation creates two utility by Sjoerd Meijer · 9 years ago
  49. 71c30a1 Rename AnalyzeBranch* to analyzeBranch*. by Jacques Pienaar · 9 years ago
  50. 29c5249 ARM: Remove implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  51. 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
  52. 68318e0 Fix some spelling mistakes by David Majnemer · 10 years ago
  53. 1dbf7a5 Add MachineFunctionProperty checks for AllVRegsAllocated for target passes by Derek Schuff · 10 years ago
  54. ef0fe1e Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)". NFC. by Aaron Ballman · 10 years ago
  55. 5e0c3eb Fix PR25339: ARM Constant Island by Weiming Zhao · 10 years ago
  56. 6307eb5 CodeGen: TII: Take MachineInstr& in predicate API, NFC by Duncan P. N. Exon Smith · 10 years ago
  57. e9bc579 ADT: Remove == and != comparisons between ilist iterators and pointers by Duncan P. N. Exon Smith · 10 years ago
  58. a118910 [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline by Bradley Smith · 10 years ago
  59. e30b8ca Use std::is_sorted and std::none_of instead of manual loops. NFC by Craig Topper · 10 years ago
  60. d97c100 Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
  61. 1dbaf67 Revert r254348: "Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces." by Hans Wennborg · 10 years ago
  62. fa1917c Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
  63. a770379 [ARM] Prevent use of a value pointed by end() iterator when placing a jump table by Petr Pavlu · 10 years ago
  64. 9f9559e ARM: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  65. df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
  66. bd7287e Move most user of TargetMachine::getDataLayout to the Module one by Mehdi Amini · 10 years ago
  67. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  68. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  69. 072a58a ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  70. a603c40 ARM: recommit r237590: allow jump tables to be placed as constant islands. by Tim Northover · 10 years ago
  71. 7e814d1 Revert r237590, "ARM: allow jump tables to be placed as constant islands." by Peter Collingbourne · 10 years ago
  72. fa3872e MachineInstr: Change return value of getOpcode() to unsigned. by Matthias Braun · 10 years ago
  73. 12c41af ARM: allow jump tables to be placed as constant islands. by Tim Northover · 10 years ago
  74. 4998a47 ARM: remove custom jump table UID by Tim Northover · 10 years ago
  75. 688f7bb ARM: refactor optimizeThumb2JumpTables. by Tim Northover · 10 years ago
  76. d27d3a1 ARM: Align functions containing Thumb-2 jump tables to 4 bytes. by Peter Collingbourne · 11 years ago
  77. 167668f Thumb2: When applying branch optimizations, visit branches in reverse order. by Peter Collingbourne · 11 years ago
  78. 1213918 ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. by Peter Collingbourne · 11 years ago
  79. 1b21f00 Migrate ARM except for TTI, AsmPrinter, and frame lowering by Eric Christopher · 11 years ago
  80. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  81. 442b40c [ARM] Fix a bug in constant island pass that was triggering an assertion. by Akira Hatanaka · 11 years ago
  82. 620fb22 [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table resided. by Chad Rosier · 11 years ago
  83. 631cc9c ARM: allow constpool entry to be moved to the user's block in all cases. by Tim Northover · 11 years ago
  84. ab85dcc ARM: avoid duplicating branches during constant islands. by Tim Northover · 11 years ago
  85. 0d0c781 ARM: Fix a bug which was causing convergence failure in constant-island pass. by Akira Hatanaka · 11 years ago
  86. e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
  87. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  88. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  89. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  90. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  91. 6bc27bf [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  92. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  93. 452f1f9 ARM: Fix crash in ARM backend inside of ARMConstantIslandPass by David Majnemer · 12 years ago
  94. df1ecbd7 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
  95. ab28b9a Radar numbers don't belong in source code. by Evan Cheng · 13 years ago
  96. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  97. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  98. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  99. f29db27 Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
  100. 73b0282 Fix the naming of ensureAlignment. Per the coding standard function names by Chad Rosier · 13 years ago