summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* StringPool: Cleanup typos in unittest commentsDavid Majnemer2014-12-151-2/+2
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-151-2/+21
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-3/+6
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-0/+10
* Remove unused feature. NFC.Rafael Espindola2014-12-121-3/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-12/+3
* Remove dead code. NFC.Rafael Espindola2014-12-111-10/+7
* Remove dead code. NFC.Rafael Espindola2014-12-042-21/+1
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-0/+50
* Support: Add *cast_or_null<> for pointer wrappersDuncan P. N. Exon Smith2014-11-241-0/+96
* Fix a silly bug in StreamingMemoryObject.cpp.Rafael Espindola2014-11-212-0/+31
* Remove support for undocumented SpecialCaseList entries.Alexey Samsonov2014-11-201-19/+1
* Fixing some sign comparison warnings from MSVC; NFC.Aaron Ballman2014-11-131-3/+3
* Drop a few unneeded ctor calls (missed code review comment).Paul Robinson2014-11-131-4/+4
* Improve long path name support on Windows.Paul Robinson2014-11-131-2/+59
* [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...NAKAMURA Takumi2014-11-071-0/+5
* [Support] Add MemoryBuffer::getFileSlice()Nick Kledzik2014-10-081-0/+50
* [Support] Add type-safe alternative to llvm::format()Nick Kledzik2014-09-251-0/+37
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-9/+87
* Fix identify_magic() with mach-o stub dylibs.Nick Kledzik2014-09-171-0/+3
* [Support] add decodeSLEB128()Nick Kledzik2014-09-151-0/+36
* Support: Use llvm::COFF::BigObjMagicRui Ueyama2014-09-111-1/+1
* Support: improve identify_magic to recognize COFF bigobjRui Ueyama2014-09-111-0/+3
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-112-8/+7
* Use simpler version of sys::fs::exists. NFC.Rafael Espindola2014-09-111-3/+2
* Try to unflake AllocatorTest.TestAlignmentPastSlabHans Wennborg2014-09-071-3/+4
* BumpPtrAllocator: do the size check without moving any pointersHans Wennborg2014-09-071-0/+12
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+50
* Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie2014-09-031-0/+31
* BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined be...Hans Wennborg2014-09-021-1/+1
* unique_ptrify the result of SpecialCaseList::createDavid Blaikie2014-09-021-17/+18
* Cleaning up static initializers in TimeValue.Chris Bieneman2014-08-291-6/+6
* Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...David Blaikie2014-08-272-10/+10
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-273-11/+11
* yaml::Stream doesn't need to take ownership of the buffer.Rafael Espindola2014-08-271-1/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-272-16/+16
* Fix Path unittests on Windows after raw_fd_ostream changesReid Kleckner2014-08-261-7/+7
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-6/+6
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-3/+3
* [Support] Fix the overflow bug in ULEB128 decoding.Alex Lorenz2014-08-221-0/+1
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-2/+3
* BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg2014-08-191-14/+14
* Convert an ownership comment with std::uinque_ptr.Rafael Espindola2014-08-171-2/+3
* BumpPtrAllocator: remove 'no slabs allocated yet' checkHans Wennborg2014-08-171-1/+1
* Revert "[Support] Promote cl::StringSaver to a separate utility"Sean Silva2014-08-151-2/+9
* [Support] Promote cl::StringSaver to a separate utilitySean Silva2014-08-151-9/+2
* Test commit, remove trailing whitespaceBenjamin Foster2014-08-131-1/+1
* Asserting that the call to chdir succeeds in this test. Fixes some -Wunused-r...Aaron Ballman2014-08-131-2/+2
* Fix expected windows result.Rafael Espindola2014-08-091-1/+1
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-6/+6
OpenPOWER on IntegriCloud