summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* [PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth2014-01-111-0/+10
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-103-5/+22
* Add a unit test for the copy constructor.Rafael Espindola2014-01-091-0/+3
* Use getError and remove the error_code operator.Rafael Espindola2014-01-081-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-077-7/+7
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-0715-22/+16
* Add in a unittest for the one-use pattern matcher.Chandler Carruth2014-01-051-0/+20
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-051-0/+74
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-051-0/+51
* Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth2014-01-051-54/+54
* Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth2014-01-051-166/+105
* Fix break introduced in r198377 due to using a local type as a template param...David Blaikie2014-01-031-6/+6
* Test coverage for non-default-constructible elements in a StringMapDavid Blaikie2014-01-021-0/+15
* Remove StringMapEntryInitializer support.David Blaikie2014-01-021-17/+0
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-021-0/+15
* Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie2014-01-021-2/+2
* Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker2014-01-011-1/+1
* Silence g++ 4.9 build issue in unit testsAlp Toker2014-01-011-1/+2
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-301-0/+3
* Attempt to fix JIT unit tests after r198087.Nico Weber2013-12-271-0/+3
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-272-0/+116
* unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi2013-12-251-1/+1
* Makefile.unittest: cleanup may fail. Add '-' in the action.NAKAMURA Takumi2013-12-201-1/+1
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-192-0/+39
* Introduce clean-ups in llvm/unittests/Makefile.unittest, to sweep stray *Tests.NAKAMURA Takumi2013-12-192-4/+15
* No point in having a "#if 0"ed unittest.Rafael Espindola2013-12-195-80/+1
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-191-0/+6
* ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to ha...NAKAMURA Takumi2013-12-191-1/+1
* ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...NAKAMURA Takumi2013-12-195-2/+81
* Revert r197600 while I sort out why it's failing on Windows.Owen Anderson2013-12-185-79/+2
* Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson2013-12-185-2/+79
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-141-0/+8
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-131-3/+3
* [block-freq] Add the method APInt::nearestLogBase2().Michael Gottesman2013-12-131-4/+40
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-131-0/+26
* Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola2013-12-132-3/+3
* Remove some dead codeRichard Barton2013-12-121-2/+0
* Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker2013-12-121-8/+8
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-121-0/+5
* Darwin: update default iOS version to 5.0Tim Northover2013-12-101-7/+7
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-1011-19/+37
* Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi2013-12-101-1/+1
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-062-0/+103
* Use present fast-math flags when applicable in CreateBinOpMichael Ilseman2013-12-051-0/+7
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-021-0/+27
* [CMake] Also OptionTests can be free from add_dependencies() with add_public_...NAKAMURA Takumi2013-11-281-2/+0
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-261-1/+1
* [PM] Complete the cross-layer interfaces with a Module-to-FunctionChandler Carruth2013-11-231-12/+65
* [PM] Rename TestAnalysisPass to TestFunctionAnalysis to clear the wayChandler Carruth2013-11-231-7/+7
OpenPOWER on IntegriCloud