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
*
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
*
sys::process::get_id() now returns the process ID instead of a process handle...
Aaron Ballman
2013-06-08
1
-1
/
+1
*
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
Benjamin Kramer
2013-06-07
1
-0
/
+16
*
Optimize BitVector::all().
Benjamin Kramer
2013-06-07
1
-0
/
+8
*
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
Michael Gottesman
2013-06-04
1
-0
/
+61
*
Try to avoid "integer literal too big" warnings from older GCCs.
Benjamin Kramer
2013-06-01
1
-7
/
+7
*
Add support for adding the contents of a StringRef to the MD5 hash.
Eric Christopher
2013-05-31
1
-6
/
+15
*
Convert more unsigned char -> uint8_t.
Eric Christopher
2013-05-31
1
-9
/
+9
*
[APFloat] Added a unittest for APFloat::getZero.
Michael Gottesman
2013-05-31
1
-0
/
+37
*
Remove unused member.
Rafael Espindola
2013-05-30
1
-1
/
+0
*
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...
Michael Gottesman
2013-05-30
1
-0
/
+420
*
Add a comment and some tests including the NULL byte.
Eric Christopher
2013-05-30
1
-0
/
+9
*
Added a unittest for APFloat::getSmallestNormalized.
Michael Gottesman
2013-05-30
1
-0
/
+30
*
Added code to the unittest for APFloat::getSmallest to double check that we c...
Michael Gottesman
2013-05-30
1
-2
/
+6
[next]