summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Revert r289184, we need more configury for Darwin and *BSD.Peter Collingbourne2016-12-091-5/+1
* Support: Use a 64-bit seek in raw_fd_ostream::seek().Peter Collingbourne2016-12-091-1/+5
* Fix the apple build issue caused by r288956Chris Bieneman2016-12-071-1/+1
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-0/+3
* Support escaping in TrigramIndex.Ivan Krasin2016-12-021-12/+25
* Use trigrams to speed up SpecialCaseList.Ivan Krasin2016-12-013-2/+109
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+2
* [Support] Use HAVE_DLOPEN to guard dlopen(3) usagePavel Labath2016-11-301-2/+2
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-301-1/+1
* Fix a linefeed at eof.NAKAMURA Takumi2016-11-291-1/+1
* Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini2016-11-281-0/+15
* Improve error handling in YAML parsingMehdi Amini2016-11-282-17/+26
* [ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano2016-11-281-2/+4
* [ThreadPool] Simplify the interface. NFCI.Davide Italiano2016-11-281-4/+2
* Revert "Improve error handling in YAML parsing"Mehdi Amini2016-11-281-11/+9
* Improve error handling in YAML parsingMehdi Amini2016-11-281-9/+11
* Revert "[Triple] Add Facebook vendor"Daniel Berlin2016-11-231-2/+0
* [MD5] Use write32le instead of spelling it out with shifts.Benjamin Kramer2016-11-231-24/+6
* Fix builbots.Rui Ueyama2016-11-231-1/+1
* Add convenient functions to compute hashes of byte vectors.Rui Ueyama2016-11-232-0/+20
* [Triple] Add Facebook vendorShoaib Meenai2016-11-221-0/+2
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
* Fix file name resolution in nested response filesSerge Pavlov2016-11-201-0/+6
* Attempt to fix big-endian buildbots.Rui Ueyama2016-11-201-7/+0
* Style fix. NFC.Rui Ueyama2016-11-201-7/+7
* Fix buildbot.Rui Ueyama2016-11-201-2/+2
* SHA1: unroll loop in hashBlock.Rui Ueyama2016-11-201-44/+152
* Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch"Mehdi Amini2016-11-181-16/+0
* Statistic/Timer: Include timers in PrintStatisticsJSON().Matthias Braun2016-11-182-27/+67
* Timer: Track name and description.Matthias Braun2016-11-181-18/+23
* Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini2016-11-181-0/+16
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-1/+10
* Remove TimeValue classPavel Labath2016-11-162-56/+0
* Simplify identify_magic.Rui Ueyama2016-11-151-26/+23
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-151-11/+7
* Use _Unwind_Backtrace on Apple platforms.Bob Wilson2016-11-141-1/+1
* [Support] Add StringRef::find_lower and contains_lower.Zachary Turner2016-11-121-0/+39
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-114-28/+213
* Timer: Remove group-less NamedRegionTimer constructor.Matthias Braun2016-11-101-14/+0
* Fix type ambiguity with std::maxZachary Turner2016-11-101-1/+1
* [Support] Improve flexibility of binary blob formatter.Zachary Turner2016-11-102-66/+56
* Zero-initialize chrono duration objectsPavel Labath2016-11-091-1/+1
* Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton2016-11-091-0/+55
* Fix memory leaks (coverity issues 1365586 & 1365591)Sylvestre Ledru2016-11-081-2/+6
* [APFloat] Make functions that produce APFloaat objects use correct semantics.Tim Shen2016-11-061-19/+37
* Correct mprotect page boundries to round up end page. Fixes PR30905.Alina Sbirlea2016-11-051-1/+4
* Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne2016-11-024-241/+0
* [RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury2016-11-011-0/+21
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-6/+23
* NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?NAKAMURA Takumi2016-10-291-1/+0
OpenPOWER on IntegriCloud