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
*
Relax conditions of test added in r188156 to fix it on Windows
Alexey Samsonov
2013-08-12
1
-1
/
+1
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-2
/
+32
*
Fix off-by-one error in Regex::isValid
Alexey Samsonov
2013-08-08
1
-0
/
+8
*
Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.
Benjamin Kramer
2013-08-08
1
-20
/
+20
*
Changed isPrint for U+00AD SOFT HYPHEN to return true.
Alexander Kornienko
2013-08-08
1
-4
/
+8
*
Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...
Alexander Kornienko
2013-08-07
1
-3
/
+2
*
Use correct platform detection macro: __MACOSX__ -> __APPLE__
Alexander Kornienko
2013-08-07
1
-6
/
+6
*
Fix boolean logic in LockFileManager and test it
Reid Kleckner
2013-08-07
2
-0
/
+49
*
Disable tests on WIN32 (which has incorrect implementation of isPrint and
Alexander Kornienko
2013-08-07
1
-0
/
+15
*
Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...
Alexander Kornienko
2013-08-07
2
-0
/
+87
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
1
-0
/
+15
*
Make one of the AttributeSet ctors maintain the invariant that the
Peter Collingbourne
2013-08-02
1
-0
/
+13
*
Option parsing: recognize the special -- token
Hans Wennborg
2013-08-02
1
-0
/
+13
*
Update incorrect file headers.
Sean Silva
2013-08-01
2
-2
/
+2
*
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
2013-07-31
1
-2
/
+0
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
2
-3
/
+19
*
Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
2013-07-31
1
-0
/
+11
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
1
-0
/
+4
*
Respect address space sizes in isEliminableCastPair.
Matt Arsenault
2013-07-30
1
-2
/
+79
*
Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
2013-07-30
1
-0
/
+5
*
Remove isCastable since nothing uses it now
Matt Arsenault
2013-07-30
1
-5
/
+0
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
1
-7
/
+70
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
1
-0
/
+13
*
Implement TokenizeWindowsCommandLine.
Rui Ueyama
2013-07-30
1
-9
/
+28
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
1
-3
/
+3
*
[APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
2013-07-27
1
-86
/
+36
*
Update this CMakeLists.txt for r187283 too.
Nick Lewycky
2013-07-27
1
-0
/
+1
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
3
-1
/
+361
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
3
-4
/
+3
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
3
-3
/
+4
*
Don't end a file name with a dot. It looks odd.
Rafael Espindola
2013-07-25
1
-0
/
+5
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-0
/
+2
*
Refactor the unit test for MemoryBuffer::getOpenFileSlice
Eli Bendersky
2013-07-23
1
-6
/
+27
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-7
/
+4
*
Add a simple unit test for MemoryBuffer::getOpenFile
Eli Bendersky
2013-07-22
1
-0
/
+33
*
Option parsing: allow aliases in groups
Hans Wennborg
2013-07-22
2
-0
/
+12
*
Add Option unit tests to the make build
Hans Wennborg
2013-07-20
2
-2
/
+25
*
Add some flag exclusion tests.
Reid Kleckner
2013-07-19
2
-12
/
+49
*
Add a unit test for checking that we respect the F_Binary flag.
Rafael Espindola
2013-07-19
1
-0
/
+31
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-0
/
+24
*
Remove dead code.
Rafael Espindola
2013-07-18
1
-7
/
+1
*
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
[next]