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 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
*
[APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...
Michael Gottesman
2013-06-24
1
-0
/
+29
*
[APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...
Michael Gottesman
2013-06-24
1
-0
/
+16
*
[APFloat] Removed a assert from significandParts() which says that one can on...
Michael Gottesman
2013-06-24
1
-2
/
+0
*
[APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...
Michael Gottesman
2013-06-24
1
-86
/
+92
*
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
Michael Gottesman
2013-06-24
1
-5
/
+5
*
Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...
Benjamin Kramer
2013-06-21
1
-10
/
+2
*
BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...
Benjamin Kramer
2013-06-21
1
-2
/
+10
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
1
-0
/
+6
*
Add another fixme.
Rafael Espindola
2013-06-20
1
-0
/
+1
*
Remove last use of PathV1.h from Archive.cpp.
Rafael Espindola
2013-06-20
1
-0
/
+2
*
make getLastModificationTime const. Move it with the other getters.
Rafael Espindola
2013-06-20
2
-2
/
+2
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
2
-0
/
+21
*
Add support for getting the last modification time from a file_status.
Rafael Espindola
2013-06-20
2
-0
/
+17
*
Fix get_magic() handling of short reads.
Evgeniy Stepanov
2013-06-20
1
-2
/
+2
*
Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.
Rafael Espindola
2013-06-20
2
-2
/
+2
*
Remove MSan hack that is no longer needed.
Evgeniy Stepanov
2013-06-20
1
-2
/
+0
*
[Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...
Argyrios Kyrtzidis
2013-06-19
1
-2
/
+11
*
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...
Michael Gottesman
2013-06-19
1
-3
/
+3
*
Modified the implementation of fs::GetUniqueID on Windows such that it actual...
Aaron Ballman
2013-06-19
1
-9
/
+14
*
Remove Path::getDirectoryContents.
Rafael Espindola
2013-06-19
2
-78
/
+0
*
Remove Path::isObjectFile.
Rafael Espindola
2013-06-19
1
-8
/
+0
*
Remove Path::canExecute.
Rafael Espindola
2013-06-19
2
-19
/
+0
*
Fixed comment typo that causes the given comment to actually make sense.
Michael Gottesman
2013-06-19
1
-1
/
+1
[next]