summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
Commit message (Expand)AuthorAge
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Move the PassNameParser to the IR library as it deals in theChandler Carruth2014-03-04
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Update one user of the printing pass API that I missed.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Correct word hyphenationsAlp Toker2013-12-05
* Export symbols in tools that support loading plugins.Will Dietz2013-12-05
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-19
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-18
* Add a wrapper for open.Rafael Espindola2013-07-16
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-26
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-26
* Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-22
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-19
* llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem2012-06-21
* Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem2012-04-15
* llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith2012-04-10
* llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith2012-04-10
* Fix some stray semi-colons.Daniel Dunbar2012-02-29
* Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel2012-02-27
* Add support for random constant vectors.Nadav Rotem2012-02-26
* Style fix: Remove unneeded parentheses.Nadav Rotem2012-02-26
* Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem2012-02-26
* Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem2012-02-26
* fix a copy-and-paste error in the docsNadav Rotem2012-02-26
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-26