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
/
unittests
/
Analysis
Age
Commit message (
Expand
)
Author
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 unittest/...
Chandler Carruth
2012-09-15
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-06-21
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2011-10-04
The product of two chrec's can always be represented as a chrec.
Nick Lewycky
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2010-08-02
Make SCEVUnknown a CallbackVH, so that it can be notified directly
Dan Gohman
2010-07-29
Speculatively revert r109705 since it seems to be causing some build bot
Eric Christopher
2010-07-29
Factor out some of the code for updating old SCEVUnknown values, and
Dan Gohman