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
*
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
*
Remove an extra is_directory call.
Rafael Espindola
2013-07-15
1
-11
/
+0
*
Add include to hopefully fix windows build.
Craig Topper
2013-07-15
1
-0
/
+1
*
Revert part of 186302 to fix buildbots.
Craig Topper
2013-07-15
1
-1
/
+2
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
2
-7
/
+4
*
Add DW_AT_GNU_odr_signature to the set of dwarf attributes.
Eric Christopher
2013-07-14
1
-0
/
+1
*
Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.
NAKAMURA Takumi
2013-07-12
1
-0
/
+5
*
Add back code for supporting old mingw versions. Should bring the bots back.
Rafael Espindola
2013-07-11
1
-3
/
+13
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
1
-1
/
+1
*
Looks like some versions of mingw don't have errno_t. Use int.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
1
-5
/
+6
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
2
-26
/
+16
*
MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.
Rafael Espindola
2013-07-10
1
-21
/
+2
*
Use status to implement file_size.
Rafael Espindola
2013-07-10
2
-35
/
+1
*
Revert r185852.
Manman Ren
2013-07-08
1
-5
/
+0
*
Find xdot or xdot.py.
Matt Arsenault
2013-07-08
1
-3
/
+3
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
1
-0
/
+5
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
2
-65
/
+1
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-22
/
+7
*
Remove unique_file now that it is unused.
Rafael Espindola
2013-07-05
1
-17
/
+0
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
3
-6
/
+16
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
[next]