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
...
*
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
*
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
[prev]
[next]