index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-stress
/
llvm-stress.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+39
*
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
2013-09-19
1
-4
/
+0
*
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
2013-09-18
1
-0
/
+4
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Fix auto_ptr is deprecated warnings
Matt Arsenault
2013-02-26
1
-11
/
+11
*
Fix missed out llvm-stress after APFloat change.
Tim Northover
2013-01-22
1
-3
/
+1
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-8
/
+8
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-2
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-0
/
+2
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-2
/
+0
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+2
*
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-09-19
1
-0
/
+4
*
llvm-stress: Stabalize (by using an ordered container) and add randomness to ...
Nadav Rotem
2012-06-21
1
-9
/
+20
[next]