projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix gcc -Wparentheses warning.
[oota-llvm.git]
/
unittests
/
Transforms
/
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
2014-04-22
Quentin Colombet
This reverts r206828 until David has time to figure...
tree
|
commitdiff
2014-04-21
David Blaikie
Use unique_ptr to handle ownership of Value*s in Clonin...
tree
|
commitdiff
2014-03-26
Reid Kleckner
CloneFunction: Clone all attributes, including the CC
tree
|
commitdiff
2014-03-18
NAKAMURA Takumi
DebugIRTests: Fixup for r204130.
tree
|
commitdiff
2014-03-18
Alon Mishne
[C++11] Change DebugInfoFinder to use range-based loops
tree
|
commitdiff
2014-03-12
Justin Bogner
unittests: Fix -Werror build
tree
|
commitdiff
2014-03-12
Eli Bendersky
Add parens around && clauses in a || to appease the...
tree
|
commitdiff
2014-03-12
Alon Mishne
Cloning a function now also clones its debug metadata...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Move DIBuilder.h into the IR library where...
tree
|
commitdiff
2014-02-23
Rafael Espindola
Simplify remove, create_directory and create_directories.
tree
|
commitdiff
2014-01-07
Chandler Carruth
Re-sort all of the includes with ./utils/sort_includes...
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-12-06
Kostya Serebryany
[asan] rewrite asan's stack frame layout
tree
|
commitdiff
2013-11-19
Michael Ilseman
Add support for software expansion of 64-bit integer...
tree
|
commitdiff
2013-08-19
Peter Collingbourne
Introduce SpecialCaseList::isIn overload for GlobalAliases.
tree
|
commitdiff
2013-08-19
Peter Collingbourne
Remove SpecialCaseList::findCategory.
tree
|
commitdiff
2013-08-12
Alexey Samsonov
Relax conditions of test added in r188156 to fix it...
tree
|
commitdiff
2013-08-12
Alexey Samsonov
Introduce factory methods for SpecialCaseList
tree
|
commitdiff
2013-07-16
Peter Collingbourne
Make SpecialCaseList match full strings, as documented...
tree
|
commitdiff
2013-07-09
Peter Collingbourne
Implement categories for special case lists.
tree
|
commitdiff
2013-07-09
Peter Collingbourne
Add some SpecialCaseList unit tests.
tree
|
commitdiff
2013-06-28
Daniel Malea
Replace UNIXy path with os-independent one in DebugIR...
tree
|
commitdiff
2013-06-28
Daniel Malea
Fix Windows/Darwin build error in DebugIR unit tests
tree
|
commitdiff
2013-06-28
Daniel Malea
Adding tests for DebugIR pass
tree
|
commitdiff
2013-04-10
Joey Gouly
Delete the functions F1 and F2 to appease the valgrind...
tree
|
commitdiff
2013-04-10
Joey Gouly
Change CloneFunctionInto to always clone Argument attri...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines for unittest/...
tree
|
commitdiff
2012-09-26
Benjamin Kramer
Remove unneeded and invalid SetInsertPoint calls from...
tree
|
commitdiff
2012-09-26
Michael Ilseman
Expansions for u/srem, using the udiv expansion. More...
tree
|
commitdiff
2012-09-25
Chad Rosier
Revert r164614 to appease the buildbots.
tree
|
commitdiff
2012-09-25
Michael Ilseman
Expansions for u/srem, using the udiv expansion. More...
tree
|
commitdiff
2012-09-25
Michael Ilseman
Unit tests for IntegerDivision. Currently, just a basic...
tree
|
commitdiff
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
tree
|
commitdiff
2012-06-21
NAKAMURA Takumi
llvm/unittests: Simplify LINK_COMPONENTS.
tree
|
commitdiff
2012-06-21
Chandler Carruth
Completely refactor the structuring of unittest CMake...
tree
|
commitdiff
2012-06-20
Chandler Carruth
Fix inappropriate use of anonymous namespaces in unittests.
tree
|
commitdiff
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
tree
|
commitdiff
2011-07-25
Jay Foad
Convert GetElementPtrInst to use ArrayRef.
tree
|
commitdiff
2011-04-11
Jay Foad
Don't include Operator.h from InstrTypes.h.
tree
|
commitdiff
2011-03-30
Jay Foad
Remove PHINode::reserveOperandSpace(). Instead, add...
tree
|
commitdiff
2011-03-30
Jay Foad
(Almost) always call reserveOperandSpace() on newly...
tree
|
commitdiff
2011-02-21
Duncan Sands
Simplify RecursivelyDeleteDeadPHINode. The only functi...
tree
|
commitdiff
2011-02-20
Nick Lewycky
Make RecursivelyDeleteDeadPHINode delete a phi node...
tree
|
commitdiff
2011-02-20
Nick Lewycky
Teach RecursivelyDeleteDeadPHINodes to handle multiple...
tree
|
commitdiff
2010-03-13
Nick Lewycky
Teach this test not to leak. Also, clean up all the...
tree
|
commitdiff
2009-10-27
Devang Patel
Factor out redundancy from clone() implementations.
tree
|
commitdiff
2009-10-27
Chris Lattner
Type.h doesn't need to #include LLVMContext.h
tree
|
commitdiff
2009-10-06
Duncan Sands
Introduce and use convenience methods for getting point...
tree
|
commitdiff
2009-09-27
Nick Lewycky
New unit test for the cloning module, which so far...
tree
|
commitdiff