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
/
Transforms
Age
Commit message (
Expand
)
Author
2013-04-10
Delete the functions F1 and F2 to appease the valgrind bot.
Joey Gouly
2013-04-10
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
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-26
Remove unneeded and invalid SetInsertPoint calls from unittest.
Benjamin Kramer
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...
Michael Ilseman
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
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
2012-06-20
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-07-25
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-03-30
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-02-21
Simplify RecursivelyDeleteDeadPHINode. The only functionality change
Duncan Sands
2011-02-20
Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a
Nick Lewycky
2011-02-20
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2010-03-13
Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.
Nick Lewycky
2009-10-27
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-06
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-09-27
New unit test for the cloning module, which so far only covers cloning of
Nick Lewycky