platform/upstream/llvm.git
2015-07-28 Ed MasteFreeBSDThread::GetRegisterContext is only for FreeBSD...
2015-07-28 Bill SchmidtPowerPC's ABIs differ from those of other architectures...
2015-07-28 Michael Zolotukhin[Unroll] Don't analyze blocks outside the loop.
2015-07-28 Tobias GrosserRemove some dead code
2015-07-28 Tobias GrosserDo not end lines with '\'
2015-07-28 Richard TrieuDo not give a -Wredundant-move warning when removing...
2015-07-28 Matt ArsenaultAMDGPU: Don't try to use LDS/vector for private if...
2015-07-28 Matt ArsenaultAMDGPU: Fix crash if called function is a bitcast
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Matt ArsenaultAMDGPU: Fix return type of getImplicitParameterOffset.
2015-07-28 Tobias GrosserRewrite getPrevectorMap using schedule trees operations
2015-07-28 Alex LorenzAdd a test case for r242191 ([MMX] Use the appropriate...
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-28 Argyrios Kyrtzidis[test] Follow-up for r243119, also add a test case...
2015-07-28 Chih-Hung HsiehMove unit tests to target specific directories.
2015-07-28 Alex LorenzMIR Serialization: Serialize the block address machine...
2015-07-28 JF BastienWebAssembly: MCAsmInfo only has one syntax variant...
2015-07-28 Sanjay Pateladd tests to show broken current behavior of minsize...
2015-07-28 Alex LorenzMIR Parser: Extract the method 'parseGlobalValue'....
2015-07-28 Alex LorenzMIR Parser: Move the function 'lexName'. NFC.
2015-07-28 Ed MasteRemove eNewThreadMessage from FreeBSD process monitor
2015-07-28 Alex LorenzMIR Printer: Remove an outdated TODO comment and assert...
2015-07-28 Douglas KatzmanLet cmake infer source file language by the file extension.
2015-07-28 Alex LorenzMIR Parser: Remove redundant parameters. NFC.
2015-07-28 Nico WeberRename -Wmsvc-include to -Wmicrosoft-include, now that...
2015-07-28 Chih-Hung HsiehAdd -femulated-tls flag to select the emulated TLS...
2015-07-28 Benjamin Kramer[CodeGen] Simplify creation of shuffle masks.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Martell MaloneSummary:
2015-07-28 Ed MasteUpdate xcode for r243427
2015-07-28 Piotr PadlewskiGetting rid of old iterator loops
2015-07-28 Bruno Cardoso... [LVI] Cleanup whitespaces. NFC
2015-07-28 Manuel KlimekDo not force linebreaks when MaxEmptyLinesToKeep is 0.
2015-07-28 Ed MasteRemove two additional files missed in r243427
2015-07-28 Ed MasteRemove POSIX thread/process abstraction
2015-07-28 Kuba BreckaFix typo from r243418. Should fix the failing `abort_o...
2015-07-28 Benjamin Kramer[CodeGen] Clean up CGBuiltin a bit.
2015-07-28 Sanjay Patelfix formatting; NFC
2015-07-28 Kuba BreckaApplying the Darwin-specific default lit ASAN_OPTIONS...
2015-07-28 Geoff Berry[AArch64] Match float round and convert to int instruct...
2015-07-28 Pavel LabathFix typo in gdbremote.py
2015-07-28 Tobias GrosserKeep track of ScopArrayInfo objects that model PHI...
2015-07-28 Douglas KatzmanUse a specified list of languages in cmake project...
2015-07-28 Kuba Brecka[asan] Set abort_on_error=1 by default on OS X
2015-07-28 Kristof BeylsRegParmMax must be 0 for AArch64, as the regparm functi...
2015-07-28 Silviu Baranga[LAA] Add clarifying comments for the checking pointer...
2015-07-28 Marshall ClowConsolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS...
2015-07-28 Daniel Jaspermisc-unused-parameters: Only remove parameters in the...
2015-07-28 Adhemerval... [AArch64] Implement __builtin_thread_pointer
2015-07-28 Adhemerval... Implement __builtin_thread_pointer
2015-07-28 Tobias GrosserDo not compile GPU library with sanitizers
2015-07-28 Tobias GrosserExtend documentation of scalar code generation [NFC]
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 4 out of 4
2015-07-28 Martell Malonedocs: update arcanist links
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 3 out of 4
2015-07-28 Chandler Carruth[GMR] Teach GlobalsModRef to distinguish an important...
2015-07-28 Daniel Jaspermisc-unused-parameters: Properly handle static class...
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 2 out of 4
2015-07-28 Renato GolinImproving lli documentation
2015-07-28 Pavel LabathFix warnings detected by -Wpessimizing-move
2015-07-28 Alexandros... Use TargetParser to parse -mhwdiv command line option...
2015-07-28 Pavel Labath[LLGS] Avoid bogus error message on process termination
2015-07-28 Michael Kuperstein[X86] Remove mergeSPUpdatesUp()
2015-07-28 Simon Pilgrim[X86][SSE] Use bitmasks instead of shuffles where possible.
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 1 out of 4
2015-07-28 Eric FiselierMark async tests as UNSUPPORTED in C++03 because it...
2015-07-28 Eric FiselierFix a handful of tests that fail in C++03
2015-07-28 Igor BregerAVX512: Add encoding tests to vptestnm instructions
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-28 Puyan LotfiChanges for MachineBasicBlock to use SortedVector for...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-28 Argyrios Kyrtzidis[sema] Fix crash when typo-transforming an expression...
2015-07-28 Puyan LotfiAdding ADT SortedVector; client patch will follow.
2015-07-28 Chandler Carruth[GMR] Fix a long-standing bug in GlobalsModRef where...
2015-07-28 Sagar Thakur[UBSan][MIPS] Fix cast-overflow tests for mips big...
2015-07-28 Ilia KSupport escapes and quotes in string and character...
2015-07-28 Adam Nemet[LDist][LVer] Explicitly pass the set of memchecks...
2015-07-28 Yaron KerenMake local function isWhitespaceExceptNL static instead...
2015-07-28 Craig TopperRemove unnecessary const_casts. NFC
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-28 Sanjoy DasFileCheck'ify some wc/grep based tests; NFCI.
2015-07-28 Rui UeyamaCOFF: Update README to mention that it now supports...
2015-07-28 Nico WeberFix what looks like accidentally repeated file contents...
2015-07-28 Rui UeyamaCOFF: Do not ignore /merge if /debug is specified.
2015-07-28 Rui UeyamaCOFF: /HighEntropyVA is on by default only on 64-bit.
2015-07-28 Rui UeyamaCOFF: Add /LargeAddressAware command line option.
2015-07-28 Rui UeyamaCOFF: Fix 32-bit delay-import address table.
2015-07-28 Nico WeberSplit -Wmicrosoft into many specific warnings.
2015-07-28 Eric FiselierCleanup C++03 __invoke for Bullets 3 and 4.
2015-07-28 Enrico GranataThere is no reason why this formatter should not cascad...
2015-07-28 Eric FiselierGet C++03 __invoke working for bullet 5 of INVOKE.
2015-07-28 Enrico GranataSecond attempt at the fix for the recursion in ValueObj...
2015-07-28 Eric FiselierChecking more __invoke tests.
2015-07-28 Kostya Serebryany[libFuzzer] ensure that the dfsan tracing hooks actuall...
2015-07-28 Rui UeyamaCOFF: Skip non-DWARF debug info sections.
2015-07-28 Kostya Serebryany[libFuzzer] when using cmp traces, first check that...
2015-07-28 Kostya Serebryany[dfsan/libFuzzer] correctly ignore sanitizer coverage...
2015-07-28 Sanjay Patelfix invalid load folding with SSE/AVX FP logical instru...
2015-07-28 Justin BognerInstrProf: Fix a misuse of the FunctionDecl API when...
2015-07-28 Evgeniy Stepanov[sanitizer] Fix FreeBSD build of sanitizer_common.
next