platform/upstream/llvm.git
2015-05-14 Justin Bognerdocs: Fix up some .rst formatting
2015-05-14 Justin BognerMC: Avoid some UB caused by left shifting a negative...
2015-05-14 Jingyue Wu[ValueTracking] refactor: extract method haveNoCommonBi...
2015-05-14 Pirama Arumuga... Add flag to enable native half type
2015-05-14 Nick LewyckyAdd a missing piece of existing practice to the develop...
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-14 Eric Christopher80-col fixups.
2015-05-14 Zachary TurnerDon't bother dynamic loading the Windows Slim RW Lock...
2015-05-14 David BlaikieFix Clang -Wsequence-point
2015-05-14 Kostya Serebryany[lib/Fuzzer] Add SHA1 implementation from public domain.
2015-05-14 Eric ChristopherReflow comments and remove one that predated the enum...
2015-05-14 Eric ChristopherRemove setting FloatABIType from the X86 port, nothing...
2015-05-14 Justin BognerInstrProf: Only disable coverage in built-in macros...
2015-05-14 Ted KremenekTweak availability checking to look through typedef...
2015-05-14 Wei MiAdd another InstCombine pass after LoopUnroll.
2015-05-14 Davide ItalianoDon't rely on implicit pointerness of 'auto'.
2015-05-14 Adrian McCarthyEnable multithreaded debugging on Windows.
2015-05-14 Diego NovilloRevert "Detect uses of mismatching forms of 'new' and...
2015-05-14 Ed SchoutenUse clock_gettime()'s CLOCK_REALTIME instead of gettime...
2015-05-14 Alex LorenzFix memory leak introduced in r237314.
2015-05-14 Brendon Cahoon[Hexagon] Generate hardware loop for a vectorized loop
2015-05-14 Kostya Serebryany[tsan] deflakify one more tsan test
2015-05-14 Nemanja IvanovicTesting for the fix for bug 23429.
2015-05-14 Sergey Dmitrouk[CodeGen] Reuse stack space from unused function results
2015-05-14 Jonathan PeytonTesting commit privilege
2015-05-14 Richard SmithDR295: cv-qualifiers on function types are ignored...
2015-05-14 Richard SmithUpdate cxx_dr_status to latest issues list.
2015-05-14 Siva Chandra[TestSendSignal] Include signal.h instead of sys/signal...
2015-05-14 Matthias BraunTurn effective assert(0) into llvm_unreachable
2015-05-14 Douglas KatzmanUpdate obsolete comments, fix typo, delete trailing...
2015-05-14 Andrea Di Biagio[ConstantFolding] Fix wrong folding of intrinsic 'conve...
2015-05-14 Matthias BraunTargetSchedule: factor out common code; NFC
2015-05-14 Matthias BraunRemove MCInstrItineraries includes in parts that don...
2015-05-14 Ikhlas AjbarRemove unused function HasPICArg().
2015-05-14 Brendon Cahoon[Hexagon] Remove dead constant assignment in hardware...
2015-05-14 Ismail DonmezEnable solid lzma compression for cpack, decreases...
2015-05-14 Ed MasteAvoid Linux-specific header in platform-independent...
2015-05-14 Vladimir Sukharev[ARM] Fix of architecture naming typo
2015-05-14 Ed MasteXTIMEOUT tests timing out on the FreeBSD buildbot
2015-05-14 Ismail PazarbasiDetect uses of mismatching forms of 'new' and 'delete'
2015-05-14 Douglas KatzmanReflow long lines of some LLVMBuild files
2015-05-14 Toma Tabacu[mips] [IAS] Enforce .set nomacro.
2015-05-14 Brendon Cahoon[Hexagon] Check for underflow/wrap in hardware loop...
2015-05-14 Ikhlas AjbarFactor out SmallDataThreshold
2015-05-14 Toma Tabacu[mips] [IAS] Emit .set macro/nomacro.
2015-05-14 Vasileios Kalintiris[mips] Do not place users of $ra in the delay slot...
2015-05-14 Artyom SkrobovRe-apply r237247 - [AArch64] Codegen VMAX/VMIN for...
2015-05-14 Andrey ChurbanovCross compiler build fix [Important] - from J.Peyton...
2015-05-14 Adam NemetAttempt to fix MSVC bots
2015-05-14 Adam NemetNew Loop Distribution pass
2015-05-14 Michael KupersteinFixed some typos and broken links in source level debug...
2015-05-14 Toma Tabacu[mips] [IAS] Warn when LA is used with a 64-bit symbol.
2015-05-14 Toma Tabacu[mips] [IAS] Give expandLoadAddressSym() more specific...
2015-05-14 Vladimir Sukharev[AArch64] Slight naming changes and comments for AArch6...
2015-05-14 Elena DemikhovskyAVX-512: Added i1 type handling for calling conventions.
2015-05-14 Vladimir Sukharev[ARM] Add v8.1a architecture
2015-05-14 Kevin Qin[AArch64 ACLE] Allow to define poly64_t as 'unsigned...
2015-05-14 NAKAMURA Takumiclang/test/Frontend/dependency-gen-escaping.c: Appease...
2015-05-14 Yaron KerenRevert r237339 as sanitizer-ppc64-linux1 does not like it.
2015-05-14 Justin BognerTableGen: Avoid undefined behaviour by doing this shift...
2015-05-14 David Majnemer[MS ABI] Add support for /Zc:sizedDealloc
2015-05-14 Craig Topper[TableGen] Remove an unnecessary outer 'if' around...
2015-05-14 Craig Topper[TableGen] Simplify some code. NFC
2015-05-14 Craig Topper[TableGen] Remove ListInit::size() in favor of getSize...
2015-05-14 Craig Topper[TableGen] Replace some calls to ListInit::getSize...
2015-05-14 Yaron KerenReplace non-standard %lld printf usage with PRId64.
2015-05-14 David MajnemerFix buildbots
2015-05-14 David Majnemer[MS ABI] __declspec(thread) behaves like thread_local...
2015-05-14 David Majnemer[AST] hasAttr followed by getAttr isn't efficient
2015-05-14 David Majnemer[clang-cl] Add /Qvec and /Qvec- to control vectorization
2015-05-14 Justin Bognercmake: Use -fno-sanitize-recover=all - the old spelling...
2015-05-14 NAKAMURA Takumiclang/test/Frontend/dependency-gen-escaping.c: Tweak...
2015-05-14 Richard SmithGeneralize future keyword compat diagnostics.
2015-05-14 Richard Smith[modules] Rearrange preprocessor module visibility...
2015-05-14 Ahmed Bougacha[Builtins] Wire half-precision conversions through...
2015-05-14 Ahmed Bougacha[Builtins] Wire half-precision conversions through...
2015-05-14 Siva Chandra[TestAttachDenied] Use a file instead of a pipe for...
2015-05-14 Andy AyersDon't omit the constant when computing a cross-section...
2015-05-14 Richard SmithAdd missing #include, found by modules build.
2015-05-14 Richard Smith[modules] Work around PR23521 to fix -O0 modules bootstrap.
2015-05-14 Ahmed Bougacha[CodeGen] Use standard -not gnueabi- naming for f16...
2015-05-14 Ahmed Bougacha[Builtins] Implement f2h/h2f by jumping to trunc/extend.
2015-05-14 Enrico GranataImplement an objc tagged-pointer info command that...
2015-05-14 Richard Smith[modules] Fix a #include cycle when building a module...
2015-05-14 Richard SmithFix a #include cycle in the libclang headers. "Eventual...
2015-05-13 Vince HarronAdded XTIMEOUT for TestAttachDenied.py
2015-05-13 Nick LewyckyRevert r237046. See the testcase on the thread where...
2015-05-13 Ed MasteAdd mips64el trap opcode to PlatformFreeBSD as well
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-13 Ed MasteRestore breaks lost in shuffling GetSoftwareBreakpointT...
2015-05-13 David Blaikie[opaque pointer type] Use the value type of the GlobalV...
2015-05-13 David Blaikie[opaque pointer type] Use GlobalVariable::getValueType...
2015-05-13 Douglas Katzman[X86] Fix PR23271 - RIP-relative decoding bug in disass...
2015-05-13 Pete CooperConstruct ArrayRef<const T*> from vector<T>
2015-05-13 Kostya Serebryany[lib/Fuzzer] update docs about test corpuses in git
2015-05-13 Justin BognerInstrProf: Fix display of large numbers in llvm-cov
2015-05-13 Ed MasteAdd AArch64 and MIPS breakpoint opcodes and sort cases
2015-05-13 Paul RobinsonBreak \# in a depfile the same way as gcc.
2015-05-13 Ed MasteInitial FreeBSD/arm live debugging support
2015-05-13 Ed MasteRearrange PlatformFreeBSD to match PlatformLinux
next