summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileUtilities.cpp
AgeCommit message (Expand)Author
2023-07-06[llvm][Support] Deprecate llvm::writeFileAtomically APIHaojian Wu
2023-03-27[documentation] Fix TyposPriyanshi Agarwal
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song
2022-09-29Include <cmath> in FileUtilities.cpp for std:abs(double)Rahul Joshi
2022-04-22[llvm-objcopy][NFC] refactor restoreStatOnFile out of llvm-objcopy.Alexey Lapshin
2022-01-26[NFC] Additional header dependency cleanup LLVMSupportserge-sans-paille
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2021-08-29[Support] Remove redundant calls to str() and c_str() (NFC)Kazu Hirata
2020-05-02std::isspace -> llvm::isSpace (where locale should be ignored)Sam McCall
2020-03-02Fix unused-variable warningBrian Cain
2019-09-18Revert "r372201: [Support] Replace function with function_ref in writeFileAto...Ilya Biryukov
2019-09-18[Support] Replace function with function_ref in writeFileAtomically. NFCIlya Biryukov
2019-09-13[Support] Add overload writeFileAtomically(std::function Writer)Jan Korous
2019-09-05[Support] Add writeFileAtomically() to FileUtilitiesJan Korous
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2013-07-10MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.Rafael Espindola
2013-06-14Remove a use of PathV1.h.Rafael Espindola
2013-06-13Don't use PathV1.h in FileUtilities.h.Rafael Espindola
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-09Fix whitespace.Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-06-15fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ andDaniel Dunbar
2010-06-15fpcmp: Fix a possible infinite loop when comparing something like:Daniel Dunbar
2010-01-29Convert some users of ftostr to raw_ostream.Benjamin Kramer
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-04-01Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-01-28Simplify the code and fix a typo.Lauro Ramos Venancio
2008-01-28Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29For PR789:Reid Spencer
2006-11-25Make the absolute/relative tolerance information easier to read/understand.Reid Spencer
2006-11-08Remove redundant <cmath>.Jim Laskey