summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add #include for unistd.h on Linux.Zachary Turner2017-03-031-0/+1
* [Support] Provide access to current thread name/thread id.Zachary Turner2017-03-033-84/+311
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-024-0/+213
* Cast to the right type on Windows.Vassil Vassilev2017-03-021-1/+1
* Reland r296442 with modifications reverted in r296463.Vassil Vassilev2017-03-022-0/+24
* Do not leak OpenedHandles.Vassil Vassilev2017-03-021-10/+2
* [APInt] Optimize APInt creation from uint64_tCraig Topper2017-03-011-0/+1
* Process tilde in llvm::sys::path::nativeSerge Pavlov2017-03-011-0/+8
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-0/+11
* Set default CPU for OpenBSD/arm to Cortex-A8Brad Smith2017-02-281-0/+1
* Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...Daniel Sanders2017-02-282-48/+0
* [globalisel] Change LLT constructor string into an LLT subclass that knows ho...Daniel Sanders2017-02-282-0/+48
* Reformat a blank line.NAKAMURA Takumi2017-02-281-1/+1
* Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg...NAKAMURA Takumi2017-02-282-51/+14
* Fix Win bots.Vassil Vassilev2017-02-281-2/+2
* Allow externally dlopen-ed libraries to be registered as permanent libraries.Vassil Vassilev2017-02-282-13/+50
* [APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied)Simon Pilgrim2017-02-251-0/+36
OpenPOWER on IntegriCloud