platform/upstream/llvm.git
2016-03-01 George Rimar[ELF] use of already declared reference instead of...
2016-03-01 Nikolay Haustov[TableGen] AsmMatcher: Skip optional operands in the...
2016-03-01 Nikolay HaustovAsmParser: Fix nested .irp/.irpc
2016-03-01 Craig Topper[X86] Centralize the masking of TSFlags with FormMask...
2016-03-01 John McCallTest template instantiation of ns_consumed and ns_retur...
2016-03-01 Craig Topper[X86] Localize a temporary variable into the cases...
2016-03-01 Craig Topper[X86] Be consistent about using pre/post increment...
2016-03-01 John McCallBetter comments for ExtParameterInfo.
2016-03-01 Mohit K. Bhakkad[Compiler-rt][MIPS] Correct Dynamic Thread Vector offse...
2016-03-01 Mohit K. Bhakkad[Compiler-rt][MSan] fix param_tls_limit test for platfo...
2016-03-01 Craig Topper[X86] Combine some initialization code with variable...
2016-03-01 Jason MolendaUpdate the on-device arm specific code to match the...
2016-03-01 Matt ArsenaultLegalizeDAG: Use correct ptr type when expanding unalig...
2016-03-01 Matt ArsenaultAMDGPU: Don't emit build_pair during udivrem legalization
2016-03-01 Matt ArsenaultAMDGPU: Don't use estimated stack size when we know...
2016-03-01 Matt ArsenaultAMDGPU: Set HasExtractBitInsn
2016-03-01 Argyrios Kyrtzidis[test] After r262290 reducing stack usage, try re-enabl...
2016-03-01 David Majnemer[WinEH] Allocate the registration node before the catch...
2016-03-01 Daniel Jasperclang-format: Correctly apply wrap before multi-line...
2016-03-01 Daniel Jasperclang-format: Increase the penalty for breaking between...
2016-03-01 Daniel Jasperclang-format: [JS] Support quoted object literal keys.
2016-03-01 Argyrios Kyrtzidis[index] Fix issue where data visitation was disabled...
2016-03-01 John McCallFix the template instantiation of ExtParameterInfos...
2016-03-01 John McCallAdd an llvm_unreachable back to the autogeneration...
2016-03-01 Eugene ZelenkoFix MSVC build failure in source/Target/Process.cpp.
2016-03-01 Steven WuFix the testcase in r262282
2016-03-01 Sean SilvaMake test more robust.
2016-03-01 David Majnemer[Verifier] Diagnose when unwinding out of cycles of...
2016-03-01 Evgeniy Stepanov[asan] Retry failed adb commands in android tests.
2016-03-01 Steven WuIntroduce -fembed-bitcode driver option
2016-03-01 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-01 Adam Nemet[LLE] Add testcase for the fix in r262267
2016-03-01 Adam Nemet[LAA] Add missing debug output
2016-03-01 John McCallGeneralize the consumed-parameter array on FunctionProt...
2016-03-01 Devin Coughlin[analyzer] Update CheckObjCDealloc diagnostic for missi...
2016-03-01 Evgeniy Stepanov[asan] Fix new[]/delete mismatch in tests.
2016-03-01 John McCallInfrastructure improvements to Clang attribute TableGen.
2016-02-29 Sanjay Patel[x86, InstCombine] transform more x86 masked loads...
2016-02-29 Devin Coughlin[analyzer] Teach CheckObjCDealloc about Block_release().
2016-02-29 Enrico GranataWhen 'help' cannot find a command, produce additional...
2016-02-29 Adam Nemet[LLE] Fix a comment
2016-02-29 Sanjay Patel[x86, InstCombine] transform x86 AVX masked loads to...
2016-02-29 David Majnemer[Verifier] Handle more funclet edge cases
2016-02-29 Adam Nemet[LLE] Fix SingleSource/Benchmarks/Polybench/stencils...
2016-02-29 Eric ChristopherSimplify some boolean conditional return statements...
2016-02-29 Adrian PrantlImprove the debug output of DwarfDebug::buildLocationLi...
2016-02-29 Adrian PrantlDocument an anomaly in this testcase.
2016-02-29 Paul RobinsonReapply r262092: [FileCheck] Abort if -NOT is combined...
2016-02-29 Sanjoy Das[Verifier] Minor fix to error message; NFC
2016-02-29 Devin Coughlin[analyzer] Don't treat calls to system headers as escap...
2016-02-29 Enrico GranataFix a typo in my previous commit. This would cause...
2016-02-29 Enrico GranataChange the user-visible name for the argument type...
2016-02-29 Colin LeMahieu[Hexagon] As a size optimization, not lazy extending...
2016-02-29 Hans WennborgIdentifierNamingCheck.cpp: try to fix MSVC build
2016-02-29 Adrian McCarthyNFC: Refactor ProcessWinMiniDump to use a more traditi...
2016-02-29 Adrian McCarthyFix TestInlines.py on Windows
2016-02-29 Enrico GranataAdd an LLDB data formatter for single-element NSArray...
2016-02-29 Colin LeMahieu[Hexagon] Missed member initialization causing ubsan...
2016-02-29 Reid KlecknerAvoid use of -fsanitize=vptr in MSVC env, it is not...
2016-02-29 Adam NemetEnable LoopLoadElimination by default
2016-02-29 Adrian PrantlFixup MIPS testcase after r262247 and make it a little...
2016-02-29 Geoff Berry[AArch64] Fix isLegalAddImmediate() to return true...
2016-02-29 Adrian PrantlFix PR26585 by improving the promotion of DBG_VALUEs...
2016-02-29 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in source...
2016-02-29 Steven WuRename embedded bitcode section in MachO
2016-02-29 Ahmed Bougacha[X86] Move the ATOMIC_LOAD_OP ISel from DAGToDAG to...
2016-02-29 Colin LeMahieu[Hexagon] Setting sign mismatch flag on expression...
2016-02-29 Rong XuMinor code cleanup. NFC
2016-02-29 David Majnemer[WinEH] Make setjmp work correctly with EH
2016-02-29 Dehao ChenMove discriminator assignment to the right place.
2016-02-29 Rong Xu[PGO] clang cc1 option change to enable IR level instru...
2016-02-29 Colin LeMahieu[Hexagon] Using MustExtend flag on expression instead...
2016-02-29 Paul RobinsonFix LLD tests that used CHECK-NEXT-NOT. FileCheck does...
2016-02-29 Adrian Prantlfix typo in comment
2016-02-29 Michael Kruse[ScopDetection] Fix use-after-free.
2016-02-29 Manuel KlimekRevert "Implement new interfaces for code-formatting...
2016-02-29 Nemanja IvanovicFix for PR26180
2016-02-29 Manuel KlimekImplement new interfaces for code-formatting when apply...
2016-02-29 Daniel Sanders[mips] Range check uimm20 and fixed a bug this revealed.
2016-02-29 Vasileios Kalintiris[mips] Do not use SLL for ANY_EXTEND nodes as the high...
2016-02-29 Daniel Sanders[mips] Make isel select the correct DEXT variant up...
2016-02-29 Tom StellardAMDGPU: Add missing Volcanic Islands targets
2016-02-29 Michael KruseReapply "Add update_test.py script."
2016-02-29 Rafael Espindolalto: don't fetch members for weak undef.
2016-02-29 Pavel LabathRevert a part of "Add/Improve complex, vector, aggregat...
2016-02-29 Rafael EspindolaIRObject: Mark extern_weak as weak.
2016-02-29 Rafael EspindolaRemove bogus assert.
2016-02-29 Omair JavaidAdd/Improve complex, vector, aggregate types handling...
2016-02-29 Daniel Jasperclang-format: Don't format unrelated nested blocks.
2016-02-29 Benjamin Kramer[InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==>...
2016-02-29 Pavel LabathFix compiler warnings in the java code
2016-02-29 Daniel Sanders[mips] Make symbols an acceptable branch target when...
2016-02-29 Benjamin Kramer[InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only...
2016-02-29 Daniel Sanders[test-release.sh] Add lldb to list of projects (disable...
2016-02-29 Maxim Ostapenko[asan] Fix UB in test/asan/TestCases/Linux/recvfrom...
2016-02-29 Mohit K. BhakkadUpdate the link of issue
2016-02-29 Argyrios Kyrtzidis[index] Print and test module import references.
2016-02-29 Argyrios Kyrtzidis[index] Add a caller relation for a call reference.
2016-02-29 Argyrios Kyrtzidis[AST/RecursiveASTVisitor] Correction so that dataTraver...
2016-02-29 Argyrios Kyrtzidis[index] Use ',' to separate symbol roles when printing.
next