index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
PathV1.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2011-11-01
Remove a couple unused methods. PR11201.
Eli Friedman
2011-09-14
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-03-10
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-02-24
Depricate PathV1::isAbsolute.
Michael J. Spencer
2011-01-12
Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...
Michael J. Spencer
2011-01-11
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-10
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2010-12-28
Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...
Michael J. Spencer
2010-12-28
Fix typo.
Michael J. Spencer
2010-12-27
Support/PathV1: Deprecate GetRootDirectory.
Michael J. Spencer
2010-12-25
Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...
Michael J. Spencer
2010-12-20
This is still used and issuing an annoying warning. Don't deprecate something in
Bill Wendling
2010-12-20
Fix spelling.
Michael J. Spencer
2010-12-18
Support/PathV1: Clarify deprecation warning.
Michael J. Spencer
2010-12-18
Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
Michael J. Spencer
2010-12-18
Revert r122143 through r122140, which collectively broke the LLVMC tests on
Owen Anderson
2010-12-18
Support/PathV1: Clarify deprecation warning.
Michael J. Spencer
2010-12-18
Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
Michael J. Spencer
2010-12-18
Support/PathV1: Deprecate getLast.
Michael J. Spencer
2010-12-17
Fix 80 col.
Michael J. Spencer
2010-12-17
Support/Path: Deprecate PathV1::isAbsolute.
Michael J. Spencer
2010-12-17
Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1...
Michael J. Spencer