TargetInstrInfo.h: Fix r240192. [-Wdocumentation]
[oota-llvm.git] / lib / Support /
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-11 Reid Kleckner[Support] Fix a race initializing a static local in...
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-09 Daniel Sanders[ADT] Assert that SmallVectorBase::grow_pod() successfu...
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 Benjamin Kramer[TargetParser] Properly attach functions of ARMTargetPa...
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Artyom Skrobov[ARMTargetParser] Follow-up for r239099: one case was...
2015-06-04 Artyom SkrobovSimplify ARMTargetParser::getArchSynonym
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-01 David Majnemer[Support] Simplify Triple::getOSVersion
2015-06-01 David Majnemer[ADT] Add Triple::getEnvironmentVersion
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Craig TopperFix indentation. NFC.
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
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...
next