summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Fix lib\support\Windows/TimeValue.inc(48): warning C4189:Yaron Keren2015-04-151-0/+1
* Use the ability to pwrite to simplify the ELF writer.Rafael Espindola2015-04-141-1/+1
* Add raw_pwrite_stream type.Rafael Espindola2015-04-141-2/+29
* Fix SupportsSeeking detection on windows.Rafael Espindola2015-04-131-0/+7
* Add r234615 back, but make sure outs() is binary.Rafael Espindola2015-04-131-25/+21
* Revert r234615, "Have one raw_fd_ostream constructor forward to the other."NAKAMURA Takumi2015-04-131-18/+24
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-4/+2
* Remember if lseek works in this FD.Rafael Espindola2015-04-101-1/+2
* Have one raw_fd_ostream constructor forward to the other.Rafael Espindola2015-04-101-24/+18
* [FS] Report errors from llvm::sys::fs::rename on WindowsReid Kleckner2015-04-101-0/+1
* Misc cleanup. NFC.Rafael Espindola2015-04-092-7/+7
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-092-7/+7
* Add classof implementations to the raw_ostream classes.Rafael Espindola2015-04-092-7/+7
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-072-3/+3
* fix typos; NFCSanjay Patel2015-04-061-2/+2
* Test commit. Improve comments in APInt. NFC.Pawel Bylica2015-04-061-10/+9
* [GraphWriter] Attempt to open .dot files with xdg-open/open firstMatthias Braun2015-04-031-0/+23
* [ARM] Rename v8.1a from "extension" to "architecture": follow-upVladimir Sukharev2015-04-021-1/+1
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-1/+1
* [X86] Stop changing result of getHostCPUName based on whether the processor s...Craig Topper2015-03-311-14/+5
* [X86] Be more robust against unknown Intel family 6 models. Use feature flags...Craig Topper2015-03-311-10/+43
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-303-3/+4
* [X86] In getHostCPUFeatures, disable xop, f16c, fma, and fma4 if OS does not ...Craig Topper2015-03-301-4/+4
* [X86] Use the more specific CPU names like 'nehalem', 'westmere', 'haswell', ...Craig Topper2015-03-301-12/+9
* [X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dot...Craig Topper2015-03-301-0/+2
* [X86] Family 6 model 29 is a Penryn based processor not a Nehalem based proce...Craig Topper2015-03-301-2/+2
* Fix a variable name in MSVC specific part of rr233487.Craig Topper2015-03-291-2/+2
* [X86] Implement getHostCPUFeatures for X86.Craig Topper2015-03-291-8/+93
* [Support] Remove statically initialized yet dead code.Benjamin Kramer2015-03-271-18/+0
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-261-0/+2
* Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren2015-03-261-34/+19
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-0/+3
* Sometimes report_fatal_error is called when there is not a handler function u...Aaron Ballman2015-03-261-3/+17
* [APInt] Add an isSplat helper and use it in some places.Benjamin Kramer2015-03-251-0/+8
* Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type...Aaron Ballman2015-03-241-1/+1
* Refactor: Simplify boolean expressions in llvm SupportDavid Blaikie2015-03-231-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-232-0/+2
* Add missing include that MSVC complains about.Benjamin Kramer2015-03-231-2/+4
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-2324-40/+14
* Move private classes into anonymous namespacesBenjamin Kramer2015-03-231-0/+2
* Fix typo 'AVX too' instead of 'AVX2'Craig Topper2015-03-231-2/+2
* [X86] Add one stepping of Broadwell to the CPU name autodetection for march=n...Craig Topper2015-03-231-0/+6
* FoldingSet: Make FoldingSetImpl's dtor protected and non-virtualBenjamin Kramer2015-03-221-0/+2
* Note that we don't support COFF on PPC.Rafael Espindola2015-03-191-0/+7
* Teach getDefaultFormat that we only support ELF on some architectures.Rafael Espindola2015-03-181-0/+17
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-184-14/+14
* [ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin2015-03-171-2/+3
* Teach Twine to support SmallString.Yaron Keren2015-03-171-7/+7
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-17/+9
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-2/+3
OpenPOWER on IntegriCloud