summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Assert when trying to seek un-seekable raw_fd_ostream.Yaron Keren2016-02-231-0/+1
* Fix LLVM's handling and detection of skylake and cannonlake CPUsSanjoy Das2016-02-211-0/+1
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-191-3/+4
* Remove uses of builtin comma operator.Richard Trieu2016-02-185-10/+21
* Simplify users of StringRef::{l,r}trim (NFC)Vedant Kumar2016-02-161-1/+1
* SmallPtrSet: Avoid initializing Array in the small case.Matthias Braun2016-02-151-53/+50
* APInt: Slightly simplify countLeadingZerosSlowCase()Matthias Braun2016-02-151-19/+8
* APInt: Further simplify APInt::EqualSlowCase as suggested by DuncanMatthias Braun2016-02-151-4/+1
* Add AMDGPU related triple vendors/OSesMatt Arsenault2016-02-131-0/+6
* ARMv7k: use Cortex-A7 by default even for tvOSTim Northover2016-02-111-0/+1
* [lanai] Add Lanai triple.Jacques Pienaar2016-02-111-0/+10
* APInt: Simplify EqualSlowCaseMatthias Braun2016-02-101-15/+2
* llvm-config: Add preliminary Windows supportEhsan Akhgari2016-02-091-27/+25
* [Support] Use hexdigit. NFCCraig Topper2016-02-081-3/+2
* [Support] Use range-based for loop. NFCCraig Topper2016-02-041-3/+1
* [Support] Use hexdigit instead of manually coding the same thing. NFCCraig Topper2016-02-041-2/+2
* Fix undefined behavior when compiling in C++14 mode (with sized deletionRichard Smith2016-02-041-0/+8
* Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...Craig Topper2016-01-311-1/+1
* Use std::end instead of repeating buffer sizes.Craig Topper2016-01-311-2/+2
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-293-3/+3
* Don't mention a command line option in an error.Rafael Espindola2016-01-281-2/+1
* SmallPtrSet: Make destructor available for inliningMatthias Braun2016-01-281-5/+0
* SmallPtrSet: Share some code between copy/move constructor/assignment operatorMatthias Braun2016-01-281-33/+13
* SmallPtrSet: Remove trailing whitespace, fix indentationMatthias Braun2016-01-281-13/+13
* SmallPtrSet: Inline the part of insert_imp in the small caseMatthias Braun2016-01-271-16/+1
* Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby2016-01-261-2/+15
* Remove autoconf supportChris Bieneman2016-01-261-23/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-2/+2
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-251-0/+1
* Added Skylake client to X86 targets and featuresElena Demikhovsky2016-01-241-3/+12
* AMDGPU: Fix getArchTypePrefixMatt Arsenault2016-01-221-2/+2
* parseArch() supports more variations of arch names for PowerPC buildsKelvin Li2016-01-191-4/+4
* [AVX512] adding AVXVBMI feature flagMichael Zuckerman2016-01-181-1/+1
* [AVX512] adding AVXVBMI feature flagMichael Zuckerman2016-01-171-0/+1
* # This is a combination of 2 commits.Reid Kleckner2016-01-151-1/+0
* [ARM] Add DSP build attribute and extension targetingBradley Smith2016-01-151-0/+1
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-152-0/+10
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Auto-link with ole32.dll to simplify building LLVM.dllReid Kleckner2016-01-121-0/+1
* The --debug-only option now takes a comma separated list of debug types.Christof Douma2016-01-121-3/+5
* Avoid the deprecated GetVersionEx APIReid Kleckner2016-01-112-10/+19
* Revert "[Windows] Simplify assertion code. NFC."Reid Kleckner2016-01-111-1/+4
* Use ::GetVersionEx directly rather than the Win8.1 SDK helpersReid Kleckner2016-01-111-6/+4
* IntEqClasses: Let join() return the new leaderMatthias Braun2016-01-081-1/+3
* Mark arm as the 32bit variant of aarch64 in TripleTamas Berghammer2016-01-071-28/+28
* Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingwYunzhong Gao2016-01-061-1/+0
* Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am gettingYunzhong Gao2016-01-061-4/+2
* Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.Yunzhong Gao2016-01-061-2/+3
* Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not haveYunzhong Gao2016-01-061-1/+5
OpenPOWER on IntegriCloud