BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / Path.h
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-07-19 Rui UeyamaClarify comment for extension().
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...
2010-12-01 Dan GohmanDelete Path::appendSuffix's return value; it wasn't...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.