summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Add a unit test for the copy constructor.Rafael Espindola2014-01-09
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add in a unittest for the one-use pattern matcher.Chandler Carruth2014-01-05
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-05
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-05
* Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth2014-01-05
* Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth2014-01-05
* Fix break introduced in r198377 due to using a local type as a template param...David Blaikie2014-01-03
* Test coverage for non-default-constructible elements in a StringMapDavid Blaikie2014-01-02
* Remove StringMapEntryInitializer support.David Blaikie2014-01-02
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie2014-01-02
* Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker2014-01-01
* Silence g++ 4.9 build issue in unit testsAlp Toker2014-01-01
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Attempt to fix JIT unit tests after r198087.Nico Weber2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi2013-12-25
* Makefile.unittest: cleanup may fail. Add '-' in the action.NAKAMURA Takumi2013-12-20
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* Introduce clean-ups in llvm/unittests/Makefile.unittest, to sweep stray *Tests.NAKAMURA Takumi2013-12-19
* No point in having a "#if 0"ed unittest.Rafael Espindola2013-12-19
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19
* ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to ha...NAKAMURA Takumi2013-12-19
* ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...NAKAMURA Takumi2013-12-19
* Revert r197600 while I sort out why it's failing on Windows.Owen Anderson2013-12-18
* Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson2013-12-18
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-14
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* [block-freq] Add the method APInt::nearestLogBase2().Michael Gottesman2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola2013-12-13
* Remove some dead codeRichard Barton2013-12-12
* Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker2013-12-12
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-12
* Darwin: update default iOS version to 5.0Tim Northover2013-12-10
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi2013-12-10
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* Use present fast-math flags when applicable in CreateBinOpMichael Ilseman2013-12-05
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-02
* [CMake] Also OptionTests can be free from add_dependencies() with add_public_...NAKAMURA Takumi2013-11-28
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* [PM] Complete the cross-layer interfaces with a Module-to-FunctionChandler Carruth2013-11-23
* [PM] Rename TestAnalysisPass to TestFunctionAnalysis to clear the wayChandler Carruth2013-11-23
* [PM] Add support to the analysis managers to query explicitly for cachedChandler Carruth2013-11-23
* [PM] Switch the downward invalidation to be incremental where only theChandler Carruth2013-11-22
* [PM] Teach the analysis managers to pass themselves as arguments to theChandler Carruth2013-11-22