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
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
Reid Kleckner
2013-08-07
1
-0
/
+4
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-10
/
+41
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-2
/
+2
*
Fix boolean logic in LockFileManager and test it
Reid Kleckner
2013-08-07
1
-8
/
+10
*
Avoid using alloca in Windows/Program.inc
Reid Kleckner
2013-08-07
1
-13
/
+15
*
Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...
Alexander Kornienko
2013-08-07
1
-5
/
+370
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
2
-14
/
+18
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
1
-0
/
+7
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
1
-6
/
+11
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
1
-18
/
+14
*
Remove dead code.
Rafael Espindola
2013-07-30
1
-3
/
+0
*
Implement TokenizeWindowsCommandLine.
Rui Ueyama
2013-07-30
1
-1
/
+101
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
2
-2
/
+2
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
3
-31
/
+21
*
Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.
Benjamin Kramer
2013-07-29
1
-1
/
+3
*
[APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
2013-07-27
1
-7
/
+10
*
[APFloat] Move setting fcNormal in zeroSignificand() to calling code.
Michael Gottesman
2013-07-27
1
-2
/
+4
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-2
/
+2
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-2
/
+2
*
Add missing 'n'.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
3
-18
/
+4
*
Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.
Rafael Espindola
2013-07-26
1
-7
/
+21
*
Improve our error handling on windows.
Rafael Espindola
2013-07-26
1
-38
/
+1
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+8
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-9
/
+0
*
Don't end a file name with a dot. It looks odd.
Rafael Espindola
2013-07-25
1
-1
/
+2
*
Don't leak when expanding response files.
Rafael Espindola
2013-07-24
1
-17
/
+15
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-7
/
+25
*
Fix size_t -> uint warnings with MSVC 64-bit build
Matt Arsenault
2013-07-20
1
-3
/
+3
*
Initialize TempFileHandle.
Serge Pavlov
2013-07-19
1
-1
/
+1
*
Split openFileForWrite into windows and unix versions.
Rafael Espindola
2013-07-19
3
-30
/
+79
*
Small improvement to the use of GetFileType:
Rafael Espindola
2013-07-18
1
-1
/
+8
*
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...
NAKAMURA Takumi
2013-07-18
1
-0
/
+13
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-62
/
+141
*
Remove dead code.
Rafael Espindola
2013-07-18
2
-82
/
+0
*
Convert two uses if fstat with sys::fs::status.
Rafael Espindola
2013-07-18
1
-14
/
+13
*
Handle '.' correctly in hex float literal parsing.
Eli Friedman
2013-07-17
1
-30
/
+20
*
Fix a funny typo. Thanks to Aaron Ballman for noticing.
Rafael Espindola
2013-07-17
1
-1
/
+1
*
Add FILE_SHARE_WRITE to openFileForRead.
Rafael Espindola
2013-07-17
1
-1
/
+1
*
Split openFileForRead into Windows and Unix versions.
Rafael Espindola
2013-07-17
3
-15
/
+40
*
Ensure sys::getProcessTriple always uses a normalized triple. Patch by
Duncan Sands
2013-07-17
1
-1
/
+1
*
Don't fallback to copy + delete in rename.
Rafael Espindola
2013-07-17
1
-11
/
+2
*
raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...
NAKAMURA Takumi
2013-07-17
1
-0
/
+5
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
6
-54
/
+66
*
[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
Reid Kleckner
2013-07-16
1
-0
/
+55
*
Create files with mode 666. This matches the behavior of other unix tools.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
[Support] Fix some warnings when self-hosting clang on Windows
Reid Kleckner
2013-07-16
2
-2
/
+5
*
[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncation
Ulrich Weigand
2013-07-16
1
-0
/
+17
*
Add a version of sys::fs::status that uses fstat.
Rafael Espindola
2013-07-16
2
-40
/
+68
*
Instead friending status, provide windows and posix constructors to file_status.
Rafael Espindola
2013-07-16
2
-25
/
+18
[next]