summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots.Sean Callanan2016-12-141-0/+1
* Prepare PrettyStackTrace for LLDB adoptionSean Callanan2016-12-141-5/+21
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-142-85/+107
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-142-0/+17
* Don't double-initialize cl::opt for iterating in reverse order to uncover non...Mehdi Amini2016-12-141-1/+1
* [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...Mandeep Singh Grang2016-12-141-0/+11
* [APFloat] Implement PPCDoubleDouble add and subtract.Tim Shen2016-12-121-3/+207
* Tweak the core loop in StringRef::find to avoid calling memcmp on everyChandler Carruth2016-12-111-6/+12
* Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne2016-12-091-0/+6
* 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
OpenPOWER on IntegriCloud