summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
AgeCommit message (Expand)AuthorFilesLines
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-2/+2
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith1-0/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-11/+11
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-12/+12
2014-03-04[Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth1-1/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-12[PM] Update one user of the printing pass API that I missed.Chandler Carruth1-1/+1
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth1-2/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+5
2013-12-05Correct word hyphenationsAlp Toker1-2/+2
2013-12-05Export symbols in tools that support loading plugins.Will Dietz2-3/+1
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-32/+6
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+30
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-39/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+39
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick1-4/+0
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick1-0/+4
2013-07-16Add a wrapper for open.Rafael Espindola1-1/+1
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth1-1/+1
2013-02-26Fix auto_ptr is deprecated warningsMatt Arsenault1-11/+11
2013-01-22Fix missed out llvm-stress after APFloat change.Tim Northover1-3/+1
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-8/+8
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-09-19Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick1-0/+4
2012-06-21llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem1-9/+20
2012-04-15Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem1-9/+12
2012-04-10llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith1-5/+29
2012-04-10llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith1-1/+7
2012-02-29Fix some stray semi-colons.Daniel Dunbar1-3/+3
2012-02-27Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel1-14/+40
2012-02-26Add support for random constant vectors.Nadav Rotem1-1/+23
2012-02-26Style fix: Remove unneeded parentheses.Nadav Rotem1-2/+2
2012-02-26Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem1-1/+2
2012-02-26Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem1-2/+2
2012-02-26fix a copy-and-paste error in the docsNadav Rotem1-1/+1
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem4-0/+668