GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-stress
/
llvm-stress.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid shuffle self-assignment in EXPENSIVE_CHECKS builds
Alex Richardson
2021-03-10
1
-1
/
+1
*
[tools] Use llvm::append_range (NFC)
Kazu Hirata
2021-01-05
1
-2
/
+1
*
[SVE] Remove calls to VectorType::getNumElements() from llvm-stress
Christopher Tetreault
2020-08-31
1
-11
/
+17
*
[Support] Use InitLLVM in llvm-stress, sancov and TableGen
Anirudh Prasad
2020-07-28
1
-5
/
+2
*
[SVE] Eliminate calls to default-false VectorType::get() from llvm-stress
Christopher Tetreault
2020-06-08
1
-4
/
+5
*
[llvm-stress][opaque pointers] Remove use of deprecated constructor
Eli Friedman
2020-04-03
1
-1
/
+3
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Avoid cppcheck operator precedence warnings. NFCI.
Simon Pilgrim
2019-05-03
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Repair compilation of llvm-stress after r350835.
James Y Knight
2019-01-10
1
-1
/
+1
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-2
/
+2
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-31
1
-48
/
+85
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-10
/
+6
*
[llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI.
Simon Pilgrim
2017-06-26
1
-27
/
+32
*
[llvm-stress] Remove Rand32 helper function
Simon Pilgrim
2017-06-26
1
-9
/
+5
*
[llvm-stress] Ensure that the C++11 random device respects its min/max values...
Simon Pilgrim
2017-06-26
1
-2
/
+6
*
ClangFormat some changes from r305226
David Blaikie
2017-06-21
1
-2
/
+4
*
Remove unneeded conditionals - the code is already conditional on the same co...
David Blaikie
2017-06-12
1
-10
/
+8
*
Break seems serve better here.
Galina Kistanova
2017-06-10
1
-1
/
+1
*
Added llvm_unreachable to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-10
1
-0
/
+3
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+3
*
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...
Marshall Clow
2017-02-16
1
-1
/
+8
*
Use StringRef in CommandLine Options handling (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-2
/
+3
*
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
2015-12-15
1
-1
/
+2
*
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-1
/
+1
*
[llvm-stress] Remove unneeded llvm:: prefix. NFC.
Pawel Bylica
2015-07-13
1
-1
/
+1
*
[llvm-stress] Enhance scalar type selection from command line.
Pawel Bylica
2015-07-10
1
-39
/
+54
*
[llvm-stress] Simple refactoring and better style. NFC.
Pawel Bylica
2015-06-24
1
-53
/
+36
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-5
/
+4
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-11
/
+11
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-12
/
+12
*
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[PM] Update one user of the printing pass API that I missed.
Chandler Carruth
2014-01-12
1
-1
/
+1
*
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-12
1
-2
/
+2
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
2013-11-19
1
-32
/
+6
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+30
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-39
/
+1
[next]