index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-1
/
+1
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-0
/
+19
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-16
/
+16
*
DIEHash: Do not use shallow type hashing for unnamed types
David Blaikie
2013-10-24
1
-0
/
+35
*
Reverting my r193344 checkin due to build breakage.
John Thompson
2013-10-24
1
-31
/
+0
*
Added std::string as a built-in type for mapping.
John Thompson
2013-10-24
1
-0
/
+31
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
1
-0
/
+178
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
1
-0
/
+66
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
1
-6
/
+35
*
Removing unnecessary link component for MCJIT unittests
Andrew Kaylor
2013-10-21
2
-2
/
+1
*
DIEHashTest: Correct the order of operands to the TEST macro
David Blaikie
2013-10-21
1
-7
/
+7
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
1
-1
/
+58
*
DIEHash: Support for simple (non-recursive, non-reused) type references
David Blaikie
2013-10-17
1
-7
/
+29
*
DIEHash: Include the type's context in the type hash.
David Blaikie
2013-10-17
1
-7
/
+56
*
DIEHash: Use DW_FORM_sdata for integers, per spec.
David Blaikie
2013-10-16
1
-1
/
+17
*
Invert arguments to ASSERT_EQ to match gtest diagnostic printing
David Blaikie
2013-10-16
1
-1
/
+1
*
DIEHash: Include the trailing zero byte after the children of a DIE
David Blaikie
2013-10-16
1
-1
/
+1
*
Fix MCDataAtom never calling remap when adding data.
Rafael Espindola
2013-10-16
5
-1
/
+59
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-12
/
+0
*
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
David Blaikie
2013-10-15
1
-3
/
+3
*
Silencing an MSVC warning.
Aaron Ballman
2013-10-05
1
-2
/
+2
*
MCJIT: skip some more new multi-module tests on unsupported platforms.
Tim Northover
2013-10-02
1
-0
/
+8
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
4
-26
/
+32
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-0
/
+103
*
Tests for MCJIT multiple module support
Andrew Kaylor
2013-10-01
4
-75
/
+556
*
Fix getOrInsertGlobal dropping the address space.
Matt Arsenault
2013-09-30
1
-0
/
+40
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-0
/
+36
*
Plug a memory leak in a unit test. Stack allocation is sufficient here.
Benjamin Kramer
2013-09-29
1
-5
/
+4
*
SourceMgr diagnotics printing: fix a bug where printing a fixit for a source
Dmitri Gribenko
2013-09-27
1
-0
/
+12
*
Make SourceMgr::PrintMessage() testable and add unit tests
Dmitri Gribenko
2013-09-27
2
-0
/
+163
*
Fixed typo in CreateProcessTrailingSlash test
Tareq A. Siraj
2013-09-20
1
-1
/
+1
*
Re-submit r190469: YAMLIO: Fix string quoting logic.
Rui Ueyama
2013-09-11
1
-0
/
+57
*
Revert "YAMLIO: Fix string quoting logic." (r190469)
Hans Wennborg
2013-09-11
1
-57
/
+0
*
Remove trailing whitespace
Rui Ueyama
2013-09-11
1
-3
/
+3
*
YAMLIO: Fix string quoting logic.
Rui Ueyama
2013-09-11
1
-0
/
+57
*
Try to unbreak mingw32 buildbot.
Rui Ueyama
2013-09-10
1
-2
/
+2
*
Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
2013-09-10
1
-0
/
+28
*
Update CMake file to fix buildbots.
Bob Wilson
2013-09-09
1
-1
/
+0
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
2
-326
/
+1
*
MemoryBufer: add a test: check that a file with size that is a multiple of the
Dmitri Gribenko
2013-09-04
1
-0
/
+22
*
Move generic isPrint and columnWidth implementations to a separate header/sou...
Alexander Kornienko
2013-09-04
3
-105
/
+94
*
It's a very large constant. Say so.
Eric Christopher
2013-09-04
1
-1
/
+1
*
Fix copy and pasto with CMake files for unittest.
Eric Christopher
2013-09-03
1
-3
/
+3
*
Add a hashing routine that handles hashing types. Add a test for
Eric Christopher
2013-09-03
5
-2
/
+61
*
Alphabetize.
Eric Christopher
2013-09-03
1
-4
/
+4
*
Add a Python-like join function to merge a list of strings with a
Joerg Sonnenberger
2013-09-03
1
-0
/
+27
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-29
1
-4
/
+5
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-28
1
-3
/
+23
*
Revert r189442 "Change default # of digits for APFloat::toString"
Ted Kremenek
2013-08-28
1
-5
/
+4
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-28
1
-4
/
+5
[prev]
[next]