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
/
VMCore
/
InstructionsTest.cpp
Age
Commit message (
Expand
)
Author
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing 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 unittest/...
Chandler Carruth
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-08-27
The 'expected' argument to EXPECT_EQ is actually the first one;
John McCall
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-05-18
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
Duncan Sands
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-01
While testing dragonegg I noticed that isCastable and getCastOpcode
Duncan Sands
2011-01-07
Remove the "ugly" method BranchInst::setUnconditionalDest().
Jay Foad
2010-08-02
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-03-18
another one
Gabor Greif
2010-03-17
feedback from Nick
Gabor Greif
2010-03-16
more BranchInst tests
Gabor Greif
2010-03-16
add BranchInst tests
Gabor Greif
2010-03-16
appease valgrind testers
Gabor Greif
2010-03-16
add single return tests
Gabor Greif
2010-03-16
fix PR6589
Gabor Greif
2010-03-16
begin humbly with a repro of PR6589
Gabor Greif