summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Make home_directory look in the password database in addition to $HOME.Zachary Turner2017-03-221-5/+11
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-202-5/+13
* Add a function to MD5 a file's contents.Zachary Turner2017-03-202-7/+42
* Support, LTO: When pruning a directory, ignore files matching a prefix.Peter Collingbourne2017-03-201-2/+5
* Use MutableArrayRef for APFloat::convertToIntegerSimon Pilgrim2017-03-201-29/+34
* Strip trailing whitespaceSimon Pilgrim2017-03-201-5/+5
* [APInt] Don't initialize VAL to 0 in APInt constructors. Push it down to the ...Craig Topper2017-03-201-2/+5
* [LockFileManager] Reduce lock timeoutBruno Cardoso Lopes2017-03-181-3/+3
* Fix linux build.Zachary Turner2017-03-161-1/+2
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-162-224/+203
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-163-8/+58
* Fix pessimising moves.Peter Collingbourne2017-03-161-2/+2
* Support: Add a cache pruning policy parser.Peter Collingbourne2017-03-161-0/+68
* Support: Simplify the CachePruning API. NFCI.Peter Collingbourne2017-03-151-8/+14
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-0/+9
* [YAML] When outputting, provide the ability to write default values.Zachary Turner2017-03-151-12/+5
* [Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu2017-03-151-27/+24
* Make FileOutputBuffer fail early if you pass a directory.Rui Ueyama2017-03-131-0/+2
* Bring back r297624.Rafael Espindola2017-03-131-1/+1
* Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola2017-03-131-1/+1
* Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola2017-03-131-1/+1
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-133-81/+31
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-133-31/+81
* [Support] Don't return an error if realPath fails.Zachary Turner2017-03-101-3/+2
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-102-16/+161
* [APInt] Add APInt::insertBits() method to insert an APInt into a larger APIntSimon Pilgrim2017-03-101-0/+59
* Fixed typos in comments. NFCI.Simon Pilgrim2017-03-091-6/+6
* fix build on CygwinNuno Lopes2017-03-091-0/+3
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-083-5/+75
* Resubmit FileSystem changes.Zachary Turner2017-03-081-0/+12
* Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders2017-03-072-0/+48
* Fix C2712 build error on WindowsKonstantin Zhuravlyov2017-03-071-6/+12
* Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders2017-03-072-48/+0
* [globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders2017-03-072-0/+48
* [fs] Make sure to check S_ISLNK() in fillStatus.Zachary Turner2017-03-071-0/+2
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-073-21/+12
* [APInt] Add rvalue reference support to and, or, xor operations to allow thei...Craig Topper2017-03-071-25/+0
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-0/+7
* [APInt] Add setLowBits/setHighBits methods to APInt.Craig Topper2017-03-071-29/+23
* Try to fix thread name truncation on non-Windows.Zachary Turner2017-03-043-7/+16
* Improve the Threading code on NetBSDKamil Rytarowski2017-03-041-5/+2
* Truncate thread names if they're too long.Zachary Turner2017-03-042-3/+29
* DebugCounter: Initialize skip to 0, not -1Daniel Berlin2017-03-041-2/+2
* Silence a warning, NFCKrzysztof Parzyszek2017-03-031-0/+1
* Detect the existence of pthread_{s,g}etname_np in libpthread on LinuxKrzysztof Parzyszek2017-03-031-0/+4
* Fix Threading path when LLVM_ENABLE_THREADS=0.Zachary Turner2017-03-031-1/+1
* Add missing #includes for FreeBSD.Zachary Turner2017-03-031-4/+9
* Try again to appease the FreeBSD bot.Zachary Turner2017-03-031-7/+2
* Try to appease the FreeBSD bots.Zachary Turner2017-03-031-2/+2
* Don't bring in llvm/Support/thread.h in Threading.cppZachary Turner2017-03-031-2/+8
OpenPOWER on IntegriCloud