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