aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
AgeCommit message (Expand)Author
2007-05-06pull some win32 code into common code, add bitcode identification support.Chris Lattner
2007-05-03silence annoying gcc 4.3 warningsChris Lattner
2007-04-11Hack to get sys::Path to recognize macho dylibs.Chris Lattner
2007-04-11Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer
2007-04-11Make isDynamicLibrary detect more than just an ELF file.Reid Spencer
2007-04-04For PR1302:Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-07Move << method out of line.Chris Lattner
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-15Fix VC++ compilation errorsJeff Cohen
2004-12-15For PR351:Reid Spencer
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer
2004-12-13For PR351: \Reid Spencer
2004-11-14Make sure IdentifyFileType is in the sys namespace.Reid Spencer
2004-11-14Add missing include.Alkis Evlogimenos
2004-11-14Implement IdentifyFileType functionReid Spencer
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer
2004-08-29Correct the vim: specificationReid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer
2004-08-16Remove lib/System contents until a satisfactory solution can beReid Spencer
2004-08-15Initial implementations of the ErrorCode and Path concepts for Linux.Reid Spencer