summaryrefslogtreecommitdiff
path: root/unittests/Transforms
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-22
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-21
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-18
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* unittests: Fix -Werror buildJustin Bogner2014-03-12
* Add parens around && clauses in a || to appease the compiler.Eli Bendersky2014-03-12
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-09
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-28
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28
* Delete the functions F1 and F2 to appease the valgrind bot.Joey Gouly2013-04-10
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-25
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-21
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth2012-06-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11