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 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
*
Add GetCurrentDirectory back.
Rafael Espindola
2013-06-14
2
-0
/
+21
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
2
-21
/
+0
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
5
-75
/
+63
*
Remove unused argument.
Rafael Espindola
2013-06-14
1
-3
/
+3
*
Don't use PathV1.h in GraphWriter.cpp.
Rafael Espindola
2013-06-14
1
-5
/
+2
*
Convert a use of sys::Path::GetTemporaryDirectory.
Rafael Espindola
2013-06-14
1
-10
/
+9
*
Remove a use of PathV1.h.
Rafael Espindola
2013-06-14
1
-3
/
+5
*
Remove a use of PathV1.h.
Rafael Espindola
2013-06-14
1
-15
/
+9
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-23
/
+0
*
Remove a use of sys::Path.
Rafael Espindola
2013-06-14
1
-2
/
+3
*
Try to fix the windows build.
Rafael Espindola
2013-06-13
1
-1
/
+1
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
3
-12
/
+15
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
1
-2
/
+6
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
3
-22
/
+29
*
Add a version of sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-0
/
+23
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
2
-15
/
+15
*
Covert remaining graph viewers from sys::Path to std::string.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Update code for other graph viewing programs too.
Rafael Espindola
2013-06-13
1
-3
/
+3
*
Reduce usage of sys::Path in the graph writer.
Rafael Espindola
2013-06-13
1
-22
/
+40
*
[Support] Fix handle and memory leak for processes that are not waited for
Reid Kleckner
2013-06-13
3
-40
/
+27
*
Zero-initializing variables; fixes a build breakage introduced in r183864.
Aaron Ballman
2013-06-13
1
-2
/
+2
*
[Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.
Rafael Espindola
2013-06-12
1
-3
/
+3
*
s/Void/void.
Rafael Espindola
2013-06-12
1
-1
/
+1
*
Attempt at fixing the windows build.
Rafael Espindola
2013-06-12
1
-34
/
+35
*
Remove the program class.
Rafael Espindola
2013-06-12
6
-46
/
+40
*
Don't use PathV1 in CommandLine.cpp.
Rafael Espindola
2013-06-12
1
-22
/
+10
*
Inline Path::isBitcodeFile into only use and remove it.
Rafael Espindola
2013-06-12
1
-8
/
+0
*
Remove Path::getMagicNumber.
Rafael Espindola
2013-06-12
2
-39
/
+0
[next]