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
/
Path.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't put generic_category in the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Implement get_magic with generic tools and inline it.
Rafael Espindola
2014-06-11
1
-6
/
+10
*
Remove unused has_magic.
Rafael Espindola
2014-06-11
1
-18
/
+0
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-5
/
+5
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-13
/
+13
*
Fix hardcoded slash to native path seperator which was exposed from llvm::sys...
Yaron Keren
2014-05-16
1
-0
/
+6
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-1
/
+1
*
Remove dead and incorrect code.
Rafael Espindola
2014-03-20
1
-14
/
+1
*
Support: add support to identify WinCOFF/ARM objects
Saleem Abdulrasool
2014-03-13
1
-0
/
+1
*
Fix an inconsistency in treatment of trailing / in path::const_iterator
Ben Langmuir
2014-03-05
1
-8
/
+5
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-3
/
+3
*
Share a createUniqueEntity implementation between unix and windows.
Rafael Espindola
2014-02-24
1
-4
/
+71
*
Simplify remove, create_directory and create_directories.
Rafael Espindola
2014-02-23
1
-3
/
+3
*
Use mkdir instead of stat+mkdir.
Rafael Espindola
2014-02-13
1
-11
/
+18
*
_CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!
David Fang
2014-02-12
1
-1
/
+2
*
Using the helper API for random number generation.
Aaron Ballman
2014-02-11
1
-0
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
Remove remove_all. A compiler has no need for recursively deleting a directory.
Rafael Espindola
2014-01-10
1
-39
/
+0
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+4
*
Recognize 0x0000 as a COFF file magic.
Rui Ueyama
2013-11-14
1
-0
/
+3
*
Fix a bug in Windows resource file detection.
Rui Ueyama
2013-10-16
1
-1
/
+1
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-0
/
+8
*
Path: Add an in-place version of path::native.
Benjamin Kramer
2013-09-11
1
-14
/
+9
*
Fixes a bug when iterating on paths
Tareq A. Siraj
2013-08-12
1
-1
/
+1
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
1
-0
/
+9
*
Don't end a file name with a dot. It looks odd.
Rafael Espindola
2013-07-25
1
-1
/
+2
*
Split openFileForWrite into windows and unix versions.
Rafael Espindola
2013-07-19
1
-30
/
+0
*
Split openFileForRead into Windows and Unix versions.
Rafael Espindola
2013-07-17
1
-15
/
+0
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-0
/
+46
*
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
1
-0
/
+11
*
Add a higher level createTemporaryFile function.
Rafael Espindola
2013-07-05
1
-0
/
+34
*
Improve comment.
Rafael Espindola
2013-06-28
1
-4
/
+3
*
Improvements to unique_file and createUniqueDirectory.
Rafael Espindola
2013-06-28
1
-20
/
+31
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
1
-2
/
+2
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
1
-0
/
+11
*
Rename PathV2 to just Path now that it is the only one.
Rafael Espindola
2013-06-26
1
-0
/
+969
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
1
-78
/
+0
*
Remove Path::isObjectFile.
Rafael Espindola
2013-06-19
1
-8
/
+0
*
Inline Path::isBitcodeFile into only use and remove it.
Rafael Espindola
2013-06-12
1
-8
/
+0
*
Remove Path::hasMagicNumber.
Rafael Espindola
2013-06-12
1
-7
/
+0
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Remove Path::getDirname.
Rafael Espindola
2013-06-11
1
-40
/
+0
*
Remove GetDLLSuffix.
Rafael Espindola
2013-06-11
1
-4
/
+0
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
1
-19
/
+0
*
Remove unused FindLibrary function.
Rafael Espindola
2013-06-11
1
-17
/
+0
*
Remove sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-117
/
+0
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-6
/
+6
*
Fix an out of bounds array access.
Rafael Espindola
2013-06-10
1
-2
/
+3
*
Update for current naming conventions.
Rafael Espindola
2013-06-10
1
-30
/
+31
[prev]
[next]