index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a regression I introduced back in r178147.
Rafael Espindola
2013-07-18
1
-0
/
+25
*
Handle '.' correctly in hex float literal parsing.
Eli Friedman
2013-07-17
1
-1
/
+6
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+1
*
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
2013-07-16
1
-0
/
+16
*
[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
Reid Kleckner
2013-07-16
2
-0
/
+66
*
unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.
NAKAMURA Takumi
2013-07-16
1
-0
/
+16
*
Rename Support.TimeValue to TimeValue.time_t in unittests/Support.
NAKAMURA Takumi
2013-07-16
2
-3
/
+3
*
Convert Windows to Unix line endings, no functionality change.
Stephen Lin
2013-07-13
1
-172
/
+172
*
Attempt at fixing a mingw bot.
Rafael Espindola
2013-07-13
1
-2
/
+0
*
Sync SmallBitVector with BitVector. Add unit tests for the missing methods.
Benjamin Kramer
2013-07-11
1
-0
/
+36
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-8
/
+33
*
Add some SpecialCaseList unit tests.
Peter Collingbourne
2013-07-09
2
-0
/
+118
*
Make BinaryRef output correctly in case of empty data.
Sean Silva
2013-07-09
5
-1
/
+64
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
1
-28
/
+0
*
Fix windows build.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-7
/
+7
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fix -Wsign-compare warning and remove windows-style line endings introduced b...
David Blaikie
2013-07-02
1
-17
/
+17
*
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
2013-07-02
1
-0
/
+23
*
[APFloat] Ensure that we can properly parse strings that do not have null ter...
Michael Gottesman
2013-07-01
1
-0
/
+25
*
Fix copypaste error in test.
Matt Arsenault
2013-06-28
1
-1
/
+1
*
Replace UNIXy path with os-independent one in DebugIR unit test
Daniel Malea
2013-06-28
1
-7
/
+8
*
Fix a bad overflow check pointed out by Ben.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+5
*
Fix Windows/Darwin build error in DebugIR unit tests
Daniel Malea
2013-06-28
1
-9
/
+19
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-7
/
+10
*
Adding tests for DebugIR pass
Daniel Malea
2013-06-28
6
-35
/
+363
*
Add a division operator to BlockFrequency.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+18
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
2
-10
/
+2
*
[APFloat] Added unittest for APFloat.divide that checks special cases, result...
Michael Gottesman
2013-06-27
1
-0
/
+304
*
Removed two logging printf statements from the APFloat tests... = /.
Michael Gottesman
2013-06-27
1
-8
/
+0
*
[APFloat] Added unittest for APFloat.multiply that checks special cases, resu...
Michael Gottesman
2013-06-26
1
-0
/
+307
*
[APFloat] Added unittest for APFloat.subtract that checks special cases, resu...
Michael Gottesman
2013-06-26
1
-0
/
+303
*
[APFloat] Removed debugging cruft that snuck in.
Michael Gottesman
2013-06-26
1
-4
/
+0
*
Remove unused includes.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-2
/
+4
*
[APFloat] Removed trailing whitespace from unittests.
Michael Gottesman
2013-06-24
1
-14
/
+14
*
[APFloat] Added a large unittest for APFloat.add that checks that special val...
Michael Gottesman
2013-06-24
1
-0
/
+302
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
1
-12
/
+1
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
1
-1
/
+12
*
[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
Akira Hatanaka
2013-06-20
1
-1
/
+0
*
[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
2013-06-20
1
-7
/
+7
*
[APFloat] Fix typo in test so we actually test if we handle denormals.
Michael Gottesman
2013-06-20
1
-4
/
+4
*
Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.
Rafael Espindola
2013-06-20
1
-4
/
+4
*
[APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...
Michael Gottesman
2013-06-19
1
-8
/
+8
*
Modified the implementation of fs::GetUniqueID on Windows such that it actual...
Aaron Ballman
2013-06-19
1
-0
/
+36
*
[APFloat] Added isFiniteNonZero predicate.
Michael Gottesman
2013-06-19
1
-0
/
+28
*
Add unit test to test a trivial verifier check.
Bill Wendling
2013-06-19
1
-0
/
+16
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
1
-6
/
+7
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-3
/
+3
*
Move PathV2.h to Path.h
Rafael Espindola
2013-06-11
2
-2
/
+2
[prev]
[next]