summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [X86] Revert r330638 - accidental commitGabor Buella2018-04-231-4/+0
* [X86] movdiri and movdir64b instructionsGabor Buella2018-04-231-0/+4
* [Support] Fix prefix logic in WithColor.Jonas Devlieghere2018-04-221-3/+6
* [Support] Add optional prefix to convenience helpers in WithColor.Jonas Devlieghere2018-04-211-3/+6
* [X86] WaitPKG instructionsGabor Buella2018-04-201-0/+1
* [support] Revert the changes made to Path.inc for the default Windows code pageAaron Smith2018-04-181-11/+5
* [cmake] Improve pthread_[gs]etname_np detection codePavel Labath2018-04-181-2/+0
* Fix lock order inversion between ManagedStatic and StatisticBob Haarman2018-04-171-2/+13
* Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama2018-04-174-40/+39
* [X86] Introduce archs: goldmont-plus & tremontGabor Buella2018-04-161-1/+3
* Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCIWeiming Zhao2018-04-161-2/+2
* [Support] Extend WithColor helpersJonas Devlieghere2018-04-151-6/+12
* NFC: Move ObjectMemoryBuffer to supportWeiming Zhao2018-04-151-0/+2
* [Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere2018-04-141-0/+12
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-132-0/+49
* [X86] Introduce cldemote instructionGabor Buella2018-04-131-0/+1
* [Support] Fix building for Windows on ARMMartin Storsjo2018-04-131-1/+9
* Add missing vtable anchorsWeiming Zhao2018-04-112-0/+8
* [X86] Describe wbnoinvd instructionGabor Buella2018-04-111-1/+4
* [NFC] fix trivial typos in comments and error messageHiroshi Inoue2018-04-091-1/+1
* [Support] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-082-2/+2
* [Support] Make line-number cache robust against access patterns.Graydon Hoare2018-04-071-51/+74
* Windows needs the current codepage instead of utf8 sometimesAaron Smith2018-04-072-28/+52
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-0/+4
* Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber2018-04-022-11/+1
* Remove HAVE_DIRENT_H.Nico Weber2018-04-021-17/+2
* Remove HAVE_WRITEV that's unused after r255837.Nico Weber2018-04-021-3/+0
* Attempt to heal bots after r328970.Nico Weber2018-04-021-6/+1
* [DebugCounter] Make -debug-counter cl::Hidden.Craig Topper2018-04-011-1/+1
* [YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare2018-03-272-31/+18
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-231-2/+0
* [ADT] Simplify getMemory. NFCFangrui Song2018-03-231-5/+2
* Changed createTemporaryFile without FD to actually create a file.Ilya Biryukov2018-03-191-7/+32
* Fix compilation on Darwin with expensive checks.Jonas Devlieghere2018-03-121-5/+10
* [Support] Move syntax highlighting into supportJonas Devlieghere2018-03-092-0/+66
* Fix header comment on SHA1 code.Eric Christopher2018-03-091-1/+1
* Fix signed-unsigned comparison warning.Zachary Turner2018-03-081-1/+1
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-083-6/+57
* Support resetting STATISTIC() values using llvm::ResetStatistics()Daniel Sanders2018-03-081-3/+31
* [Support] Stop passing StringRefs by const reference in some of the getHostCP...Craig Topper2018-03-071-9/+6
* [X86] Fix a typo in Host.cpp that causes us to misidentify KNL, Silvermont, G...Craig Topper2018-03-061-1/+1
* PrintStatistics() and PrintStatisticsJSON() should take StatLockDaniel Sanders2018-03-061-0/+2
* [AMDGPU] Remove unused AMDOpenCL triple environmentTony Tye2018-03-051-2/+0
* Re-commit: Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-5/+25
* On Windows we need to be able to process response files with Windows-styleDmitry Mikulin2018-03-051-1/+5
* Revert r326723: Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-25/+5
* Make STATISTIC() values available programmaticallyDaniel Sanders2018-03-051-5/+25
* Make llvm::djbHash an inline function.Rui Ueyama2018-03-021-11/+1
* Fix llvm-config --system-libs output on FreeBSD and NetBSDDimitry Andric2018-02-281-2/+7
* [ADT] Recognize ppc as valid architecture in target triple.Jonas Devlieghere2018-02-271-1/+1
OpenPOWER on IntegriCloud