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
*
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
*
Add a higher level createTemporaryFile function.
Rafael Espindola
2013-07-05
1
-0
/
+34
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Reapply r185601 with a fix for the cmake build.
Eric Christopher
2013-07-04
1
-0
/
+10
*
Temporarily revert 185601 as it caused cmake build regressions.
Eric Christopher
2013-07-04
1
-10
/
+0
*
Add support for futimens for platforms that don't support futimes.
Eric Christopher
2013-07-04
1
-0
/
+10
*
[APFloat] Swap an early out check so we do not dereference str.end().
Michael Gottesman
2013-07-02
1
-1
/
+1
*
[APFloat] Ensure that we can properly parse strings that do not have null ter...
Michael Gottesman
2013-07-01
1
-1
/
+8
*
Fix a bad overflow check pointed out by Ben.
Jakob Stoklund Olesen
2013-06-28
1
-4
/
+2
*
Eliminate an assortment of undefined behavior.
Jakob Stoklund Olesen
2013-06-28
1
-1
/
+5
*
Stylistic cleanups, no functional change.
Jakob Stoklund Olesen
2013-06-28
1
-10
/
+7
*
Add a division operator to BlockFrequency.
Jakob Stoklund Olesen
2013-06-28
1
-23
/
+35
*
Improve comment.
Rafael Espindola
2013-06-28
1
-4
/
+3
*
Suppress GCC "control reaches end of non-void function" warning.
Patrik Hagglund
2013-06-28
1
-0
/
+1
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
3
-241
/
+235
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
1
-2
/
+2
*
Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...
Michael Gottesman
2013-06-27
1
-15
/
+5
[next]