aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-stress
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-2/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-243-35/+37
* Merging r195092:Bill Wendling2013-11-191-32/+6
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+30
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-39/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+39
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-4/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+4
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-261-1/+1
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-261-11/+11
* Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-221-3/+1
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-8/+8
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+2
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-2/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+2
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-191-0/+4
* llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem2012-06-211-9/+20
* Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem2012-04-151-9/+12
* llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith2012-04-101-5/+29
* llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith2012-04-101-1/+7
* Fix some stray semi-colons.Daniel Dunbar2012-02-291-3/+3
* Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel2012-02-271-14/+40
* Add support for random constant vectors.Nadav Rotem2012-02-261-1/+23
* Style fix: Remove unneeded parentheses.Nadav Rotem2012-02-261-2/+2
* Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem2012-02-261-1/+2
* Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem2012-02-261-2/+2
* fix a copy-and-paste error in the docsNadav Rotem2012-02-261-1/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-264-0/+668