index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-stress
Age
Commit message (
Expand
)
Author
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-02-26
Fix auto_ptr is deprecated warnings
Matt Arsenault
2013-01-22
Fix missed out llvm-stress after APFloat change.
Tim Northover
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-09-19
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-06-21
llvm-stress: Stabalize (by using an ordered container) and add randomness to ...
Nadav Rotem
2012-04-15
Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...
Nadav Rotem
2012-04-10
llvm-stress: stop abusing ConstantFP::get()
Dylan Noblesmith
2012-04-10
llvm-stress: don't make vectors of x86_mmx type
Dylan Noblesmith
2012-02-29
Fix some stray semi-colons.
Daniel Dunbar
2012-02-27
Allow llvm-stress to optionally generate the other floating-point types (half...
Hal Finkel
2012-02-26
Add support for random constant vectors.
Nadav Rotem
2012-02-26
Style fix: Remove unneeded parentheses.
Nadav Rotem
2012-02-26
Fix a bug in the code that checks if a store value is a vector of i1s
Nadav Rotem
2012-02-26
Fix compilation on MSVC. Rename "_BB" to "Block"
Nadav Rotem
2012-02-26
fix a copy-and-paste error in the docs
Nadav Rotem
2012-02-26
Add a random .LL file generator to stress-test different llvm components.
Nadav Rotem