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
*
Add missing implementation of 'sys::path::is_other' to the support library.
Juergen Ributzka
2014-12-18
1
-0
/
+8
*
Support ELF files of unknown type.
Michael J. Spencer
2014-11-18
1
-0
/
+3
*
llvm-readobj: Add support for dumping the DOS header in PE files
David Majnemer
2014-11-05
1
-3
/
+4
*
Fix identify_magic() with mach-o stub dylibs.
Nick Kledzik
2014-09-17
1
-1
/
+1
*
Support: Use llvm::COFF::BigObjMagic
Rui Ueyama
2014-09-11
1
-7
/
+15
*
Support: improve identify_magic to recognize COFF bigobj
Rui Ueyama
2014-09-11
1
-3
/
+9
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
1
-5
/
+5
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-9
/
+9
*
Merge TempDir and system_temp_directory.
Rafael Espindola
2014-08-26
1
-57
/
+1
*
Revert "Support/Path: remove raw delete"
Dylan Noblesmith
2014-08-26
1
-2
/
+2
*
Support/Path: remove raw delete
Dylan Noblesmith
2014-08-25
1
-2
/
+2
*
Fix the windows build.
Rafael Espindola
2014-08-08
1
-1
/
+1
*
Convert from Windows to Unix paths in sys::path::native.
Rafael Espindola
2014-08-08
1
-1
/
+11
*
Path: Stop claiming path::const_iterator is bidirectional
Justin Bogner
2014-08-04
1
-12
/
+27
*
Don't leak a file descriptor.
Rafael Espindola
2014-06-25
1
-1
/
+1
*
Code cleanup.
Logan Chien
2014-06-25
1
-1
/
+1
*
Support: Add llvm::sys::fs::copy_file
Justin Bogner
2014-06-19
1
-0
/
+34
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-53
/
+53
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
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
[next]