summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] - Don't crash on invalid inputs.George Rimar2019-04-251-0/+5
* posix_spawn should retry upon EINTRJF Bastien2019-04-241-6/+10
* Try once more to ensure constant initializaton of ManagedStaticsReid Kleckner2019-04-241-0/+1
* Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOSAdrian Prantl2019-04-242-22/+6
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-241-18/+20
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-242-8/+17
* Use llvm::stable_sortFangrui Song2019-04-231-2/+1
* [CachePruning] Simplify comparatorFangrui Song2019-04-211-9/+2
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+29
* [APInt] Optimize umul_ovFangrui Song2019-04-191-5/+12
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-182-0/+50
* Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...Adrian Prantl2019-04-182-53/+0
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-182-0/+53
* [Support] Add LEB128 support to BinaryStreamReader/Writer.Lang Hames2019-04-172-1/+45
* Time profiler: optimize json output timeAnton Afanasyev2019-04-161-0/+5
* [llvm][Support] Provide interface to set thread prioritiesKadir Cetinkaya2019-04-162-0/+55
* Use native llvm JSON library for time profiler outputAnton Afanasyev2019-04-161-37/+37
* Reapply [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-161-4/+6
* Revert [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-6/+4
* Only use argv[0] as the main executable name if it exists.Sean Silva2019-04-151-2/+2
* [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-4/+6
* Time profiler: small fixes and optimizationsAnton Afanasyev2019-04-151-35/+43
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-5/+45
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-43/+5
* FileCheck [1/12]: Move variable table in new objectThomas Preud'homme2019-04-151-85/+86
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-5/+43
* [KnownBits] Add computeForAddCarry()Nikita Popov2019-04-121-12/+31
* YAMLIO: Fix serialization of strings with embedded nulsPavel Labath2019-04-111-6/+6
* Improve hashing for time profilerAnton Afanasyev2019-04-091-16/+19
* Attempt to recommit r357901Eugene Leviant2019-04-082-0/+69
* Reverting r357901 as fails to build on some of the buildbotsEugene Leviant2019-04-082-69/+0
* [Support] Add zlib independent CRC32Eugene Leviant2019-04-082-0/+69
* Appease STLs where std::atomic<void*> lacks a constexpr default ctorReid Kleckner2019-04-041-4/+2
* Ensure that ManagedStatic is constant initialized in MSVC 2017 & 2019Reid Kleckner2019-04-041-3/+8
* [Support] On AIX, Check ENOTSUP on posix_fallocate instead of EOPNOTSUPPHubert Tong2019-04-041-1/+6
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-031-0/+2
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-302-0/+185
* [Support] Implement is_local_impl with AIX mntctlHubert Tong2019-03-291-3/+45
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-1/+4
* New methods to check for under-/overflow in the SMT APIMikhail R. Gadelha2019-03-271-0/+70
* [Support] MemoryBlock size should reflect the requested sizeAndrew Ng2019-03-271-3/+4
* Moved body of methods dump to .cpp file to fix compilation when modulesMikhail R. Gadelha2019-03-261-0/+4
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-252-1/+842
* [Legacy][TimePasses] allow -time-passes reporting into a custom streamFedor Sergeev2019-03-221-6/+11
* [X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 includ...Craig Topper2019-03-201-0/+1
* [AMDGPU] Factored PAL metadata handling out into its own classTim Renouf2019-03-201-14/+0
* [llvm-objcopy] Make .build-id linking atomicJake Ehrlich2019-03-181-26/+27
* AMDGPU: Partially fix default device for HSAMatt Arsenault2019-03-171-4/+6
* Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava2019-03-141-0/+7
* [Support] Treat truncation of fullpath as errorJonas Hahnfeld2019-03-131-1/+5
OpenPOWER on IntegriCloud