1. 735f467 [APInt] Normalize naming on keep constructors / predicate methods. by Chris Lattner · 3 years, 9 months ago
  2. 924d62c [llvm][tools] Hide remaining unrelated llvm- tool options by Timm Bäder · 3 years, 11 months ago
  3. 646e970 [llvm-stress] Fix dead code preventing us generating per-element vector selects by Simon Pilgrim · 4 years ago
  4. 35bf23e Avoid shuffle self-assignment in EXPENSIVE_CHECKS builds by Alex Richardson · 4 years, 3 months ago
  5. 441650d [tools] Use llvm::append_range (NFC) by Kazu Hirata · 4 years, 5 months ago
  6. 9218ff5 llvmbuildectomy - replace llvm-build by plain cmake by serge-sans-paille · 4 years, 8 months ago
  7. 474a5a6 [SVE] Remove calls to VectorType::getNumElements() from llvm-stress by Christopher Tetreault · 4 years, 9 months ago
  8. d3557ece [Support] Use InitLLVM in llvm-stress, sancov and TableGen by Anirudh Prasad · 4 years, 10 months ago
  9. 2c512ea [SVE] Eliminate calls to default-false VectorType::get() from llvm-stress by Christopher Tetreault · 5 years ago
  10. 501ec31 [llvm-stress][opaque pointers] Remove use of deprecated constructor by Eli Friedman · 5 years ago
  11. 896335b Don't export symbols from clang/opt/llc if plugins are disabled. by Eli Friedman · 5 years ago
  12. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  13. d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
  14. aa49be4 Avoid cppcheck operator precedence warnings. NFCI. by Simon Pilgrim · 6 years ago
  15. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  16. ca22fa3 Repair compilation of llvm-stress after r350835. by James Y Knight · 6 years ago
  17. 62df5ee [opaque pointer types] Remove some calls to generic Type subtype accessors. by James Y Knight · 6 years ago
  18. 3fc649cb [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
  19. fa6434b [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. Also affected in files (NFC). by Eugene Zelenko · 8 years ago
  20. 95d2347 [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC by Craig Topper · 8 years ago
  21. e77df9b [llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI. by Simon Pilgrim · 8 years ago
  22. 3d11618 [llvm-stress] Remove Rand32 helper function by Simon Pilgrim · 8 years ago
  23. 1158fe9 [llvm-stress] Ensure that the C++11 random device respects its min/max values (PR32585) by Simon Pilgrim · 8 years ago
  24. 8f9621a ClangFormat some changes from r305226 by David Blaikie · 8 years ago
  25. 30b2c6b Remove unneeded conditionals - the code is already conditional on the same condition by David Blaikie · 8 years ago
  26. b644814 Break seems serve better here. by Galina Kistanova · 8 years ago
  27. cc29dbf Added llvm_unreachable to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  28. 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 8 years ago
  29. e9110d7 Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed as https://reviews.llvm.org/D29780. by Marshall Clow · 8 years ago
  30. 70390f5 [CMake] llvm-stress depends on intrinsics_gen by Chris Bieneman · 9 years ago
  31. e11b745 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  32. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  33. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  34. e49730d Remove autoconf support by Chris Bieneman · 9 years ago
  35. 1c3f283 Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC by Craig Topper · 9 years ago
  36. 83c4b68 ADT: Remove last implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  37. 7adc3a2 [PM/AA] Remove the last relics of the separate IPA library from LLVM, by Chandler Carruth · 10 years ago
  38. 4dd430f [llvm-stress] Remove unneeded llvm:: prefix. NFC. by Pawel Bylica · 10 years ago
  39. edb0210 [llvm-stress] Enhance scalar type selection from command line. by Pawel Bylica · 10 years ago
  40. 2366347 [llvm-stress] Simple refactoring and better style. NFC. by Pawel Bylica · 10 years ago
  41. ab58a56 Verifier: Remove the separate -verify-di pass by Duncan P. N. Exon Smith · 10 years ago
  42. 3e8c445 CMake: Disable ENABLE_EXPORTS for executables with MSVC by Reid Kleckner · 10 years ago
  43. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 10 years ago
  44. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  45. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  46. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  47. 6ef5f28 verify-di: Implement DebugInfoVerifier by Duncan P. N. Exon Smith · 11 years ago
  48. e56917c [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 11 years ago
  49. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  50. 1b69ed8 [Modules] Move the PassNameParser to the IR library as it deals in the by Chandler Carruth · 11 years ago
  51. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 11 years ago
  52. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 11 years ago
  53. 3bdf043 [PM] Update one user of the printing pass API that I missed. by Chandler Carruth · 11 years ago
  54. b8ddc70 [PM] Rename the IR printing pass header to a more generic and correct by Chandler Carruth · 11 years ago
  55. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 11 years ago
  56. b5c4b876 [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 11 years ago
  57. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  58. ff1264b Export symbols in tools that support loading plugins. by Will Dietz · 12 years ago
  59. 05c5a93 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  60. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  61. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  62. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  63. b5e1e6c Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit." by Andrew Trick · 12 years ago
  64. f33d6df Encapsulate PassManager debug flags to avoid static init and cxa_exit. by Andrew Trick · 12 years ago
  65. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  66. 60d7006 Manually update the dependencies in the Makefiles. It turns out that all by Chandler Carruth · 12 years ago
  67. bceea5d Fix auto_ptr is deprecated warnings by Matt Arsenault · 12 years ago
  68. 98d9b7e Fix missed out llvm-stress after APFloat change. by Tim Northover · 12 years ago
  69. 839a98e Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
  70. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  71. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  72. d6b092b One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 13 years ago
  73. 1db12f5 Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model". by Owen Anderson · 13 years ago
  74. 336368c Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 13 years ago
  75. 1aa2751 Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's. by Owen Anderson · 13 years ago
  76. becbbbe Silence -Wnon-virtual-dtor in llvm-stress. by Andrew Trick · 13 years ago
  77. 0fb7408 llvm-stress: Stabalize (by using an ordered container) and add randomness to the order in which loops are generated. by Nadav Rotem · 13 years ago
  78. aeacc17 Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. by Nadav Rotem · 13 years ago
  79. 68f310d llvm-stress: stop abusing ConstantFP::get() by Dylan Noblesmith · 13 years ago
  80. 2a592dc llvm-stress: don't make vectors of x86_mmx type by Dylan Noblesmith · 13 years ago
  81. beb3425 Fix some stray semi-colons. by Daniel Dunbar · 13 years ago
  82. c947412 Allow llvm-stress to optionally generate the other floating-point types (half, ppcf128, mmx, etc.) by Hal Finkel · 13 years ago
  83. e4972dd Add support for random constant vectors. by Nadav Rotem · 13 years ago
  84. 115ec82 Style fix: Remove unneeded parentheses. by Nadav Rotem · 13 years ago
  85. 63ff91d Fix a bug in the code that checks if a store value is a vector of i1s by Nadav Rotem · 13 years ago
  86. dc497b6 Fix compilation on MSVC. Rename "_BB" to "Block" by Nadav Rotem · 13 years ago
  87. 089cf42 fix a copy-and-paste error in the docs by Nadav Rotem · 13 years ago
  88. 78bda89 by Nadav Rotem · 13 years ago