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
/
lib
/
Support
/
Path.cpp
Age
Commit message (
Expand
)
Author
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-06-25
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2011-12-13
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
Cleanup whitespace.
Michael J. Spencer
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-04-22
Add support for 64-bit object files to Path.
Eric Christopher
2011-04-03
Assorted bugfixes in object file handling:
Eric Christopher
2011-01-15
Support/PathV2: Add identify_magic.
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-01
Delete Path::appendSuffix's return value; it wasn't used anywhere, which
Dan Gohman
2010-11-29
Merge System into Support.
Michael J. Spencer