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
*
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
*
Revert "[APFloat] Removed APFloat constructor which initialized to either zer...
Michael Gottesman
2013-06-27
1
-5
/
+15
*
[APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...
Michael Gottesman
2013-06-27
1
-15
/
+5
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
1
-0
/
+11
*
[APFloat] Convert all references to fcNormal to references to isFiniteNonZero().
Michael Gottesman
2013-06-26
1
-30
/
+30
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
4
-11
/
+11
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
4
-1164
/
+0
*
Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...
Rafael Espindola
2013-06-26
1
-3
/
+3
*
Fix the build when __APPLE__ is defined.
Rafael Espindola
2013-06-26
1
-1
/
+5
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
2
-116
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
2
-0
/
+113
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
2
-49
/
+0
*
Print block frequencies in decimal form.
Jakob Stoklund Olesen
2013-06-25
1
-1
/
+10
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
2
-8
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
2
-4
/
+0
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-8
/
+0
*
Don't assume ResultPath is null terminated.
Rafael Espindola
2013-06-25
1
-1
/
+2
*
Cleanup in unique_file when we only want the name.
Rafael Espindola
2013-06-25
1
-2
/
+10
[next]