index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-stress
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
1
-1
/
+2
2015-11-07
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-1
/
+1
2015-08-18
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
1
-1
/
+1
2015-07-13
[llvm-stress] Remove unneeded llvm:: prefix. NFC.
Pawel Bylica
1
-1
/
+1
2015-07-10
[llvm-stress] Enhance scalar type selection from command line.
Pawel Bylica
1
-39
/
+54
2015-06-24
[llvm-stress] Simple refactoring and better style. NFC.
Pawel Bylica
1
-53
/
+36
2015-03-19
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
1
-1
/
+0
2015-03-18
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
1
-1
/
+1
2015-02-13
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
1
-2
/
+2
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-5
/
+4
2014-04-29
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
1
-0
/
+1
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-2
/
+2
2014-04-15
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
1
-0
/
+1
2014-03-08
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-11
/
+11
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-12
/
+12
2014-03-04
[Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
1
-1
/
+1
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
1
-1
/
+1
2014-01-12
[PM] Update one user of the printing pass API that I missed.
Chandler Carruth
1
-1
/
+1
2014-01-12
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
1
-2
/
+2
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
1
-1
/
+1
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+5
2013-12-05
Correct word hyphenations
Alp Toker
1
-2
/
+2
2013-12-05
Export symbols in tools that support loading plugins.
Will Dietz
2
-3
/
+1
2013-11-19
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
1
-32
/
+6
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
1
-1
/
+30
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
1
-39
/
+1
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
1
-1
/
+39
2013-09-19
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
1
-4
/
+0
2013-09-18
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
1
-0
/
+4
2013-07-16
Add a wrapper for open.
Rafael Espindola
1
-1
/
+1
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
1
-1
/
+1
2013-02-26
Fix auto_ptr is deprecated warnings
Matt Arsenault
1
-11
/
+11
2013-01-22
Fix missed out llvm-stress after APFloat change.
Tim Northover
1
-3
/
+1
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
1
-1
/
+1
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-4
/
+4
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-8
/
+8
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
1
-2
/
+0
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
1
-0
/
+2
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
1
-2
/
+0
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
1
-0
/
+2
2012-09-19
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
1
-0
/
+4
2012-06-21
llvm-stress: Stabalize (by using an ordered container) and add randomness to ...
Nadav Rotem
1
-9
/
+20
2012-04-15
Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...
Nadav Rotem
1
-9
/
+12
2012-04-10
llvm-stress: stop abusing ConstantFP::get()
Dylan Noblesmith
1
-5
/
+29
2012-04-10
llvm-stress: don't make vectors of x86_mmx type
Dylan Noblesmith
1
-1
/
+7
2012-02-29
Fix some stray semi-colons.
Daniel Dunbar
1
-3
/
+3
2012-02-27
Allow llvm-stress to optionally generate the other floating-point types (half...
Hal Finkel
1
-14
/
+40
2012-02-26
Add support for random constant vectors.
Nadav Rotem
1
-1
/
+23
2012-02-26
Style fix: Remove unneeded parentheses.
Nadav Rotem
1
-2
/
+2
[next]