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
*
[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
*
Remove Path::canWrite.
Rafael Espindola
2013-06-18
2
-13
/
+0
*
Add a can_write function to PathV2.
Rafael Espindola
2013-06-18
2
-0
/
+18
*
Remove unused Path::canRead.
Rafael Espindola
2013-06-18
2
-12
/
+0
*
Remove uniqueID from PathV1.h.
Rafael Espindola
2013-06-18
2
-8
/
+0
*
Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espindola
2013-06-18
2
-0
/
+26
*
Add a version of unique_file that return just the file name.
Rafael Espindola
2013-06-18
1
-1
/
+12
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-2
/
+1
*
Reapply r183985 now that the missing check was added to PathV2.
Rafael Espindola
2013-06-17
1
-3
/
+5
*
Only delete regular files and directories.
Rafael Espindola
2013-06-17
1
-0
/
+16
*
Revert "Remove a use of PathV1.h."
Rafael Espindola
2013-06-17
1
-5
/
+3
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
1
-0
/
+4
*
Fix incorrectly finding 'executable' directories instead of files.
Manuel Klimek
2013-06-17
1
-1
/
+8
[next]