[x86] Move the vector popcount tests into non-ISA files, and instead
[oota-llvm.git] / lib / Support /
2015-05-28 Renato Golin[ARMTargetParser] Adding sub-arch information for Clang...
2015-05-28 Renato Golin[ARMTargetParser] Adding a few more CPUs for Clang...
2015-05-28 Renato GolinFix comments in ARMTargetParser. NFC.
2015-05-27 Renato GolinARMTargetParser: Make BSD Thumb/BE armv6 work
2015-05-27 Renato GolinARMTargetParser: Normalising build attributes
2015-05-27 Yaron KerenAvoid creating and destroying a std::string on every...
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-24 Renato GolinMove parseSubArch to ARMTargetParser. NFC
2015-05-22 Renato GolinReinforce ARMTargetParser::getCanonicalArchName validation
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Alex LorenzYAML: Null terminate block scalar's value.
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-21 Renato GolinRemove unnecessary FIXME comment
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Yaron KerenRangify for loop in Cleanup(), NFC.
2015-05-19 Yaron KerenPrevent Cleanup() from running more than once.
2015-05-18 Benjamin Kramer[YAML] Plug a memory leak
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-14 Alex LorenzFix memory leak introduced in r237314.
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-12 Alex LorenzRevert r237157, "YAML: Fix typos. NFC".
2015-05-12 Alex LorenzYAML: Fix typos. NFC.
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-08 John Brawn[ARM] Reject invalid -march values
2015-05-07 Steven WuUse auto instead of the long type name. NFC.
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-07 Steven WuFix another hang caused by ManagedStatic in SignalHandler
2015-05-06 Alex LorenzYAML: Extract the code that skips a comment into a...
2015-05-06 Zachary TurnerFix link failure on MinGW due to use of CoInitialize.
2015-05-05 Ulrich Weigand[SystemZ] Add z13 vector facility and MC support
2015-05-05 Ismail DonmezFix regression in parsing armv{6,7}hl- triples. These...
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-04 Yaron KerenReplace windows_error calls with mapWindowsError.
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-05-01 Douglas KatzmanFix omission from adding sparcel (original reviews...
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-27 Chris BienemanFixes a hang that can occur if a signal comes in during...
2015-04-27 Zachary TurnerFix build broken by incorrect class name.
2015-04-27 Zachary TurnerMake an RAII com initializer.
2015-04-24 Nico WeberAssert that Process::FindInEnvPath() is passed a relati...
2015-04-24 Yaron KerenUse the cleaner syntx value initialization to zero...
2015-04-24 Yaron KerenSilence clang warning: missing field 'Dr0' initializer.
2015-04-24 Pawel BylicaFix APInt long division algorithm
2015-04-21 Yaron KerenRemove FilesToRemove->push_back(Filename) from sys...
2015-04-20 Rafael EspindolaDon't allow pwrite to resize a stream.
2015-04-17 Yaron KerenRevert r235177 as the Handle is used to fail GetExitCod...
2015-04-17 Yaron KerenEliminate superfluous CloseHandle(PI.ProcessHandle).
2015-04-15 Yaron KerenFix lib\support\Windows/TimeValue.inc(48): warning...
2015-04-14 Rafael EspindolaUse the ability to pwrite to simplify the ELF writer.
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-13 Rafael EspindolaFix SupportsSeeking detection on windows.
2015-04-13 Rafael EspindolaAdd r234615 back, but make sure outs() is binary.
2015-04-13 NAKAMURA TakumiRevert r234615, "Have one raw_fd_ostream constructor...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Rafael EspindolaRemember if lseek works in this FD.
2015-04-10 Rafael EspindolaHave one raw_fd_ostream constructor forward to the...
2015-04-10 Reid Kleckner[FS] Report errors from llvm::sys::fs::rename on Windows
2015-04-09 Rafael EspindolaMisc cleanup. NFC.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-06 Sanjay Patelfix typos; NFC
2015-04-06 Pawel BylicaTest commit. Improve comments in APInt. NFC.
2015-04-03 Matthias Braun[GraphWriter] Attempt to open .dot files with xdg-open...
2015-04-02 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture...
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-03-31 Craig Topper[X86] Stop changing result of getHostCPUName based...
2015-03-31 Craig Topper[X86] Be more robust against unknown Intel family 6...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-30 Craig Topper[X86] In getHostCPUFeatures, disable xop, f16c, fma...
2015-03-30 Craig Topper[X86] Use the more specific CPU names like 'nehalem...
2015-03-30 Craig Topper[X86] Move family 6 model 21 to 'pentium-m'. Near as...
2015-03-30 Craig Topper[X86] Family 6 model 29 is a Penryn based processor...
2015-03-29 Craig TopperFix a variable name in MSVC specific part of rr233487.
2015-03-29 Craig Topper[X86] Implement getHostCPUFeatures for X86.
2015-03-27 Benjamin Kramer[Support] Remove statically initialized yet dead code.
2015-03-26 Derek SchuffDefault to armv7 cpu for NaCl when march=arm
2015-03-26 Yaron KerenFix rare case where APInt divide algorithm applied...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-26 Aaron BallmanSometimes report_fatal_error is called when there is...
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-24 Aaron BallmanSilencing some MSVC warnings "C4805: '^' : unsafe mix...
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in llvm Support
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin KramerAdd missing include that MSVC complains about.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-23 Craig TopperFix typo 'AVX too' instead of 'AVX2'
2015-03-23 Craig Topper[X86] Add one stepping of Broadwell to the CPU name...
next