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
/
IR
Age
Commit message (
Expand
)
Author
2013-05-05
Add missing PatternMatch.cpp to CMakeLists.txt
Arnold Schwaighofer
2013-05-05
PatternMatch: Matcher for (un)ordered floating point min/max
Arnold Schwaighofer
2013-04-12
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-27
Fix test to not use the AttributeSet's AttributeWithIndex creation method.
Bill Wendling
2013-01-23
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
2013-01-23
IRTests/WaymarkTest.cpp: Fix in --vg-leak.
NAKAMURA Takumi
2013-01-23
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...
NAKAMURA Takumi
2013-01-23
IRTests/IRBuilderTest.cpp: Let GV added to the module.
NAKAMURA Takumi
2013-01-23
IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...
NAKAMURA Takumi
2013-01-23
Untabify.
NAKAMURA Takumi
2013-01-23
DominatorTreeTest.cpp: Add the file header.
NAKAMURA Takumi
2013-01-16
Allow vectors in CreatePointerCast of constants.
Evgeniy Stepanov
2013-01-16
A test for r172535.
Evgeniy Stepanov
2013-01-14
Improve r172464: const_cast is not needed if the variable is not const
Dmitri Gribenko
2013-01-14
Fix Casts
David Greene
2013-01-12
Add a unit test to verifies that attribute uniquing works so it doesn't break...
Benjamin Kramer
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth