index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-13
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2
-6
/
+8
2014-01-13
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2
-6
/
+9
2014-01-13
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
5
-5
/
+5
2014-01-12
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
1
-1
/
+1
2014-01-11
[PM] Add names to passes under the new pass manager, and a debug output
Chandler Carruth
1
-0
/
+10
2014-01-10
Remove remove_all. A compiler has no need for recursively deleting a directory.
Rafael Espindola
3
-5
/
+22
2014-01-09
Add a unit test for the copy constructor.
Rafael Espindola
1
-0
/
+3
2014-01-08
Use getError and remove the error_code operator.
Rafael Espindola
1
-1
/
+1
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
7
-7
/
+7
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
15
-22
/
+16
2014-01-05
Add in a unittest for the one-use pattern matcher.
Chandler Carruth
1
-0
/
+20
2014-01-05
Add support to the pattern match library for matching NSW and NUW
Chandler Carruth
1
-0
/
+74
2014-01-05
Fix a bug in IRBuilder that's been there for who knows how long. It
Chandler Carruth
1
-0
/
+51
2014-01-05
Use a shorter name for the IRBuilder member. This will help the tests
Chandler Carruth
1
-54
/
+54
2014-01-05
Simplify the PatternMatch unittest by giving it a module, function, and
Chandler Carruth
1
-166
/
+105
2014-01-03
Fix break introduced in r198377 due to using a local type as a template param...
David Blaikie
1
-6
/
+6
2014-01-02
Test coverage for non-default-constructible elements in a StringMap
David Blaikie
1
-0
/
+15
2014-01-02
Remove StringMapEntryInitializer support.
David Blaikie
1
-17
/
+0
2014-01-02
Make llvm::Regex non-copyable but movable.
David Blaikie
1
-0
/
+15
2014-01-02
Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.
David Blaikie
1
-2
/
+2
2014-01-01
Rename 'assert' to something less loaded in CompileAssertHasType
Alp Toker
1
-1
/
+1
2014-01-01
Silence g++ 4.9 build issue in unit tests
Alp Toker
1
-1
/
+2
2013-12-30
Port r198087 and r198089 (strip dead code by default) from make to cmake.
Nico Weber
1
-0
/
+3
2013-12-27
Attempt to fix JIT unit tests after r198087.
Nico Weber
1
-0
/
+3
2013-12-27
Introduce a simple line-by-line iterator type into the Support library.
Chandler Carruth
2
-0
/
+116
2013-12-25
unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...
NAKAMURA Takumi
1
-1
/
+1
2013-12-20
Makefile.unittest: cleanup may fail. Add '-' in the action.
NAKAMURA Takumi
1
-1
/
+1
2013-12-19
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
Hans Wennborg
2
-0
/
+39
2013-12-19
Introduce clean-ups in llvm/unittests/Makefile.unittest, to sweep stray *Tests.
NAKAMURA Takumi
2
-4
/
+15
2013-12-19
No point in having a "#if 0"ed unittest.
Rafael Espindola
5
-80
/
+1
2013-12-19
Fix a buffer overrun detected by AddressSanitizer.
Anna Zaks
1
-0
/
+6
2013-12-19
ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to ha...
NAKAMURA Takumi
1
-1
/
+1
2013-12-19
ArchiveFileDescriptorTests: Resurrect part of r197600, but make it invalidate...
NAKAMURA Takumi
5
-2
/
+81
2013-12-18
Revert r197600 while I sort out why it's failing on Windows.
Owen Anderson
5
-79
/
+2
2013-12-18
Add a unit test for loading an object file via a file descriptor. Patch by P...
Owen Anderson
5
-2
/
+79
2013-12-14
[block-freq] Add a right shift to BlockFrequency that saturates at 1.
Michael Gottesman
1
-0
/
+8
2013-12-13
Remove APInt::extractBit since it is already implemented via operator[]. Chan...
Michael Gottesman
1
-3
/
+3
2013-12-13
[block-freq] Add the method APInt::nearestLogBase2().
Michael Gottesman
1
-4
/
+40
2013-12-13
[block-freq] Add the APInt method extractBit.
Michael Gottesman
1
-0
/
+26
2013-12-13
Use a: and s: instead of a0: and s0: in the DataLayout strings.
Rafael Espindola
2
-3
/
+3
2013-12-12
Remove some dead code
Richard Barton
1
-2
/
+0
2013-12-12
Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages
Alp Toker
1
-8
/
+8
2013-12-12
Add missing escape characters to the new Regex::escape() function
Alp Toker
1
-0
/
+5
2013-12-10
Darwin: update default iOS version to 5.0
Tim Northover
1
-7
/
+7
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
11
-19
/
+37
2013-12-10
Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
NAKAMURA Takumi
1
-1
/
+1
2013-12-06
[asan] rewrite asan's stack frame layout
Kostya Serebryany
2
-0
/
+103
2013-12-05
Use present fast-math flags when applicable in CreateBinOp
Michael Ilseman
1
-0
/
+7
2013-12-02
Fix dominator descendants for unreachable blocks.
Diego Novillo
1
-0
/
+27
2013-11-28
[CMake] Also OptionTests can be free from add_dependencies() with add_public_...
NAKAMURA Takumi
1
-2
/
+0
[next]