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