1. 6b54768 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  2. d2ea65b Repair compilation of llvm-stress after r350835. by James Y Knight · 6 years ago
  3. 719df2e [opaque pointer types] Remove some calls to generic Type subtype accessors. by James Y Knight · 6 years ago
  4. 97ca964 [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
  5. 046ca04 [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
  6. 1060082 [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC by Craig Topper · 8 years ago
  7. 7c16260 [llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI. by Simon Pilgrim · 8 years ago
  8. 151f40d [llvm-stress] Remove Rand32 helper function by Simon Pilgrim · 8 years ago
  9. 2e6fc83 [llvm-stress] Ensure that the C++11 random device respects its min/max values (PR32585) by Simon Pilgrim · 8 years ago
  10. 833be19 ClangFormat some changes from r305226 by David Blaikie · 8 years ago
  11. fd2310e Remove unneeded conditionals - the code is already conditional on the same condition by David Blaikie · 8 years ago
  12. 831f8f8 Break seems serve better here. by Galina Kistanova · 8 years ago
  13. 04f04da Added llvm_unreachable to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  14. e0b3c33 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 8 years ago
  15. bdbb295 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
  16. 2553460 [CMake] llvm-stress depends on intrinsics_gen by Chris Bieneman · 9 years ago
  17. b7d8ee4 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  18. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  19. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  20. caeade4 Remove autoconf support by Chris Bieneman · 9 years ago
  21. 240b0e1 Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC by Craig Topper · 10 years ago
  22. 5013c51 ADT: Remove last implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  23. 896f064 [PM/AA] Remove the last relics of the separate IPA library from LLVM, by Chandler Carruth · 10 years ago
  24. c1a7ff9 [llvm-stress] Remove unneeded llvm:: prefix. NFC. by Pawel Bylica · 10 years ago
  25. 8229e33 [llvm-stress] Enhance scalar type selection from command line. by Pawel Bylica · 10 years ago
  26. 611e493 [llvm-stress] Simple refactoring and better style. NFC. by Pawel Bylica · 10 years ago
  27. a60d430 Verifier: Remove the separate -verify-di pass by Duncan P. N. Exon Smith · 10 years ago
  28. 85ab1e7 CMake: Disable ENABLE_EXPORTS for executables with MSVC by Reid Kleckner · 10 years ago
  29. 417c5c1 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 10 years ago
  30. 8c96862 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  31. 7259f14 raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  32. 573faec [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  33. 32791b0 verify-di: Implement DebugInfoVerifier by Duncan P. N. Exon Smith · 11 years ago
  34. c83e68f [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 11 years ago
  35. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  36. f7591dd [Modules] Move the PassNameParser to the IR library as it deals in the by Chandler Carruth · 11 years ago
  37. ac69459 Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 11 years ago
  38. 56e1394 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 11 years ago
  39. b6458b6 [PM] Update one user of the printing pass API that I missed. by Chandler Carruth · 11 years ago
  40. 8a5351f [PM] Rename the IR printing pass header to a more generic and correct by Chandler Carruth · 11 years ago
  41. bc65a8d Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 11 years ago
  42. 3aabdeb [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
  43. 087ab61 Correct word hyphenations by Alp Toker · 12 years ago
  44. 7437fee Export symbols in tools that support loading plugins. by Will Dietz · 12 years ago
  45. ba0f991 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  46. 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  47. b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  48. 5a364c5 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  49. abe68f5 Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit." by Andrew Trick · 12 years ago
  50. 7d4e993 Encapsulate PassManager debug flags to avoid static init and cxa_exit. by Andrew Trick · 12 years ago
  51. c1b49b5 Add a wrapper for open. by Rafael Espindola · 12 years ago
  52. 0f3e4b1 Manually update the dependencies in the Makefiles. It turns out that all by Chandler Carruth · 12 years ago
  53. 7375f4f Fix auto_ptr is deprecated warnings by Matt Arsenault · 12 years ago
  54. f65dc6e Fix missed out llvm-stress after APFloat change. by Tim Northover · 12 years ago
  55. 3251e81 Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
  56. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  57. f010c46 Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  58. 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 13 years ago
  59. 9780d35 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
  60. 0d30d30 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
  61. 40b6fdb 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
  62. 67076a9 Silence -Wnon-virtual-dtor in llvm-stress. by Andrew Trick · 13 years ago
  63. 7060221 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
  64. 7d719a5 Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. by Nadav Rotem · 13 years ago
  65. 83f17f2 llvm-stress: stop abusing ConstantFP::get() by Dylan Noblesmith · 13 years ago
  66. 701de8f llvm-stress: don't make vectors of x86_mmx type by Dylan Noblesmith · 13 years ago
  67. b6f0625 Fix some stray semi-colons. by Daniel Dunbar · 13 years ago
  68. 2cff617 Allow llvm-stress to optionally generate the other floating-point types (half, ppcf128, mmx, etc.) by Hal Finkel · 13 years ago
  69. bfb7dfa Add support for random constant vectors. by Nadav Rotem · 13 years ago
  70. 794c16a Style fix: Remove unneeded parentheses. by Nadav Rotem · 13 years ago
  71. 2e851a9 Fix a bug in the code that checks if a store value is a vector of i1s by Nadav Rotem · 13 years ago
  72. 08c8339 Fix compilation on MSVC. Rename "_BB" to "Block" by Nadav Rotem · 13 years ago
  73. c367dfc fix a copy-and-paste error in the docs by Nadav Rotem · 13 years ago
  74. fdc309c by Nadav Rotem · 13 years ago