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