index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-0
/
+106
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
1
-20
/
+0
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-4
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
1
-2
/
+0
*
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
1
-1
/
+1
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
1
-0
/
+10
*
Add support for getting the last modification time from a file_status.
Rafael Espindola
2013-06-20
1
-0
/
+7
*
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
1
-1
/
+1
*
Remove MSan hack that is no longer needed.
Evgeniy Stepanov
2013-06-20
1
-2
/
+0
*
Remove Path::getDirectoryContents.
Rafael Espindola
2013-06-19
1
-30
/
+0
*
Remove Path::canExecute.
Rafael Espindola
2013-06-19
1
-12
/
+0
*
Remove Path::canWrite.
Rafael Espindola
2013-06-18
1
-6
/
+0
*
Add a can_write function to PathV2.
Rafael Espindola
2013-06-18
1
-0
/
+6
*
Remove unused Path::canRead.
Rafael Espindola
2013-06-18
1
-5
/
+0
*
Remove uniqueID from PathV1.h.
Rafael Espindola
2013-06-18
1
-1
/
+0
*
Add a GetUniqueID that will replace the uniqueID of PathV1.h.
Rafael Espindola
2013-06-18
1
-0
/
+12
*
Only delete regular files and directories.
Rafael Espindola
2013-06-17
1
-0
/
+16
*
Fix incorrectly finding 'executable' directories instead of files.
Manuel Klimek
2013-06-17
1
-1
/
+8
*
Add GetCurrentDirectory back.
Rafael Espindola
2013-06-14
1
-0
/
+11
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
1
-11
/
+0
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
2
-29
/
+34
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-4
/
+4
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
1
-7
/
+7
*
[Support] Fix handle and memory leak for processes that are not waited for
Reid Kleckner
2013-06-13
1
-8
/
+6
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-21
/
+17
*
Remove Path::getMagicNumber.
Rafael Espindola
2013-06-12
1
-14
/
+0
*
Remove Path::isAbsolute.
Rafael Espindola
2013-06-12
1
-8
/
+0
*
Remove Path::isAbsolute().
Rafael Espindola
2013-06-12
1
-7
/
+0
*
Remove Path::getSuffix.
Rafael Espindola
2013-06-12
1
-17
/
+0
*
Remove sys::CopyFile.
Rafael Espindola
2013-06-12
1
-47
/
+0
*
Remove the old file memory mapping functions.
Rafael Espindola
2013-06-12
1
-17
/
+0
*
Remove Path::createFileOnDisk.
Rafael Espindola
2013-06-12
1
-10
/
+0
*
Remove Path::makeExecutableOnDisk.
Rafael Espindola
2013-06-12
1
-6
/
+0
*
Remove Path::getDirname.
Rafael Espindola
2013-06-11
1
-4
/
+0
*
Remove Path::getBasename.
Rafael Espindola
2013-06-11
1
-16
/
+0
*
Remove Path::getLast.
Rafael Espindola
2013-06-11
1
-22
/
+0
*
Remove GetRootDirectory.
Rafael Espindola
2013-06-11
1
-7
/
+0
*
Remove GetUserHomeDirectory.
Rafael Espindola
2013-06-11
1
-10
/
+0
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
1
-15
/
+0
*
Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
2013-06-11
1
-17
/
+0
*
Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
2013-05-19
1
-0
/
+3
*
Invalidate instruction cache when setting memory to be executable.
Tim Northover
2013-05-19
1
-0
/
+3
*
Fix __clear_cache declaration.
Rafael Espindola
2013-05-14
1
-1
/
+1
*
Declare __clear_cache.
Rafael Espindola
2013-05-14
1
-0
/
+1
*
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-04
1
-1
/
+1
*
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
1
-0
/
+9
*
Inline variable into the #ifdef block where it's used.
Benjamin Kramer
2013-04-28
1
-1
/
+1
[next]