summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
Commit message (Expand)AuthorAge
* 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