summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.Yaron Keren1-1/+0
2015-04-20Don't allow pwrite to resize a stream.Rafael Espindola1-9/+6
2015-04-17Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose.Yaron Keren1-1/+3
2015-04-17Eliminate superfluous CloseHandle(PI.ProcessHandle).Yaron Keren1-1/+0
2015-04-15Fix lib\support\Windows/TimeValue.inc(48): warning C4189:Yaron Keren1-0/+1
2015-04-14Use the ability to pwrite to simplify the ELF writer.Rafael Espindola1-1/+1
2015-04-14Add raw_pwrite_stream type.Rafael Espindola1-2/+29
2015-04-13Fix SupportsSeeking detection on windows.Rafael Espindola1-0/+7
2015-04-13Add r234615 back, but make sure outs() is binary.Rafael Espindola1-25/+21
2015-04-13Revert r234615, "Have one raw_fd_ostream constructor forward to the other."NAKAMURA Takumi1-18/+24
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2-4/+2
2015-04-10Remember if lseek works in this FD.Rafael Espindola1-1/+2
2015-04-10Have one raw_fd_ostream constructor forward to the other.Rafael Espindola1-24/+18
2015-04-10[FS] Report errors from llvm::sys::fs::rename on WindowsReid Kleckner1-0/+1
2015-04-09Misc cleanup. NFC.Rafael Espindola2-7/+7
2015-04-09This reverts commit r234460 and r234461.Rafael Espindola2-7/+7
2015-04-09Add classof implementations to the raw_ostream classes.Rafael Espindola2-7/+7
2015-04-07Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2-3/+3
2015-04-06fix typos; NFCSanjay Patel1-2/+2
2015-04-06Test commit. Improve comments in APInt. NFC.Pawel Bylica1-10/+9
2015-04-03[GraphWriter] Attempt to open .dot files with xdg-open/open firstMatthias Braun1-0/+23
2015-04-02[ARM] Rename v8.1a from "extension" to "architecture": follow-upVladimir Sukharev1-1/+1
2015-04-01[SystemZ] Support transactional execution on zEC12Ulrich Weigand1-1/+1
2015-03-31[X86] Stop changing result of getHostCPUName based on whether the processor s...Craig Topper1-14/+5
2015-03-31[X86] Be more robust against unknown Intel family 6 models. Use feature flags...Craig Topper1-10/+43
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren3-3/+4
2015-03-30[X86] In getHostCPUFeatures, disable xop, f16c, fma, and fma4 if OS does not ...Craig Topper1-4/+4
2015-03-30[X86] Use the more specific CPU names like 'nehalem', 'westmere', 'haswell', ...Craig Topper1-12/+9
2015-03-30[X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dot...Craig Topper1-0/+2
2015-03-30[X86] Family 6 model 29 is a Penryn based processor not a Nehalem based proce...Craig Topper1-2/+2
2015-03-29Fix a variable name in MSVC specific part of rr233487.Craig Topper1-2/+2
2015-03-29[X86] Implement getHostCPUFeatures for X86.Craig Topper1-8/+93
2015-03-27[Support] Remove statically initialized yet dead code.Benjamin Kramer1-18/+0
2015-03-26Default to armv7 cpu for NaCl when march=armDerek Schuff1-0/+2
2015-03-26Fix rare case where APInt divide algorithm applied un-needed transformation.Yaron Keren1-34/+19
2015-03-26[AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev1-0/+3
2015-03-26Sometimes report_fatal_error is called when there is not a handler function u...Aaron Ballman1-3/+17
2015-03-25[APInt] Add an isSplat helper and use it in some places.Benjamin Kramer1-0/+8
2015-03-24Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type...Aaron Ballman1-1/+1
2015-03-23Refactor: Simplify boolean expressions in llvm SupportDavid Blaikie1-1/+1
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2-0/+2
2015-03-23Add missing include that MSVC complains about.Benjamin Kramer1-2/+4
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer24-40/+14
2015-03-23Move private classes into anonymous namespacesBenjamin Kramer1-0/+2
2015-03-23Fix typo 'AVX too' instead of 'AVX2'Craig Topper1-2/+2
2015-03-23[X86] Add one stepping of Broadwell to the CPU name autodetection for march=n...Craig Topper1-0/+6
2015-03-22FoldingSet: Make FoldingSetImpl's dtor protected and non-virtualBenjamin Kramer1-0/+2
2015-03-19Note that we don't support COFF on PPC.Rafael Espindola1-0/+7
2015-03-18Teach getDefaultFormat that we only support ELF on some architectures.Rafael Espindola1-0/+17
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren4-14/+14