[MBP] Spell the conditions the same way through out this if statement.
[oota-llvm.git] / lib / Support /
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...
2015-03-22 Benjamin KramerFoldingSet: Make FoldingSetImpl's dtor protected and...
2015-03-19 Rafael EspindolaNote that we don't support COFF on PPC.
2015-03-18 Rafael EspindolaTeach getDefaultFormat that we only support ELF on...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-14 Yaron KerenNo need to prototype RtlCaptureContext with mingw-w64.
2015-03-14 Benjamin KramerCommandLine: Replace cold std::sort with array_pod_sort.
2015-03-11 Benjamin KramerWrap in __MINGW32__ to avoid warnings from msvc.
2015-03-11 Benjamin KramerAdd missing namespace specifier for MSVC.
2015-03-11 Benjamin KramerRtlCaptureContext is absent from the mingw32 headers...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-06 Rui UeyamaSupport: Improve performance of FileOutputBuffer on...
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-03-05 Reid KlecknerSilence -Wmissing-braces warning from clang-cl
2015-03-05 Zachary Turner[Windows] Implement PrintStackTrace(FILE*)
2015-03-04 Argyrios Kyrtzidis[Support] Increase timeout for the LockFileManager...
2015-03-03 Dan AlbertMake Triple::getOSVersion make sense for Android.
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-02 Justin BognerDetect malformed YAML sequence in yaml::Input::beginSeq...
2015-02-28 Zachary Turner[raw_ostream] When printing color on Windows, use corre...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-26 Reid KlecknerUse wider type for overflow check on LLP64 platforms...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-23 Benjamin KramerSync the __builtin_expects for our 3 quadratically...
2015-02-21 Davide ItalianoSmall cleanup. Don't use else when not needed.
2015-02-19 Chris BienemanChecking if TARGET_OS_IPHONE is defined isn't good...
2015-02-19 Ben LangmuirAssume the original file is created before release...
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-19 Dmitri GribenkoProvide the same ABI regardless of NDEBUG
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-13 Chris BienemanFixing broken bots.
2015-02-13 Chris BienemanNFC. Moving the RegisteredOptionCategories global into...
2015-02-13 Chris BienemanNFC. clang-format wants to change this from two lines...
2015-02-13 Chris BienemanNFC. More code cleanup making LookupOption a member...
2015-02-13 Reid KlecknerTriple: Make setEnvironment not override the object...
2015-02-13 Duncan P. N. Exon... Support: Add dwarf::getOperationEncoding()
2015-02-13 Duncan P. N. Exon... Support: Rewrite LocationAtom and OperationEncodingStri...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Tim NorthoverTriple: refactor redundant code.
2015-02-12 Zachary TurnerRevert "Change Path::filename_pos() to skip the drive...
2015-02-11 Zachary TurnerChange Path::filename_pos() to skip the drive letter.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Bradley Smith[ARM] Add armv6s[-]m as an alias to armv6[-]m
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-08 Zachary TurnerMake UTF8->UTF16 conversion null terminate output on...
next