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
/
System
/
Path.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-12-17
1
-10
/
+11
*
Remove unused includes.
Chandler Carruth
2009-10-25
1
-1
/
+0
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-9
/
+0
*
Improve sys::Path::makeAbsolute on Win32.
Daniel Dunbar
2009-07-12
1
-12
/
+1
*
Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:
Edwin Török
2009-04-25
1
-1
/
+1
*
Add sys::Path::makeAbsolute().
Daniel Dunbar
2009-04-09
1
-0
/
+12
*
Handle bitcode wrappers.
Devang Patel
2008-07-22
1
-1
/
+4
*
Add a little wrapper header that is put around bc files when emitting
Chris Lattner
2008-07-09
1
-1
/
+6
*
Cleanup for unitialized types. Patch by Jean-Daniel Dupas!
Bill Wendling
2008-06-26
1
-4
/
+4
*
"An improved Mach-O file type detection for sys::IdentifyFileType()
Chris Lattner
2008-06-26
1
-18
/
+32
*
Fix the sys::Path::getSuffix() implementation.
Argiris Kirtzidis
2008-06-15
1
-5
/
+0
*
Follow-up to the reverting of r51218. This puts the checks out-of-line. Because
Bill Wendling
2008-05-21
1
-0
/
+12
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+4
*
Make getDirnameSep a static method (not part of Path's interface).
Ted Kremenek
2008-04-07
1
-1
/
+1
*
Added method Path::getDirname().
Ted Kremenek
2008-04-07
1
-0
/
+39
*
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-27
1
-0
/
+19
*
Add convenient helper to get suffix of the file
Anton Korobeynikov
2008-02-20
1
-1
/
+4
*
Fix compile failures with g++-4.3.
Duncan Sands
2008-01-09
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-12-18
1
-1
/
+0
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+184