platform/upstream/llvm.git
2016-02-10 Tamas BerghammerImprove the handling of missing elf symtab and missing...
2016-02-10 Tamas BerghammerFix handling of the arm IT instruction in the unwinder
2016-02-10 Tamas BerghammerUse BKPT instead of UDF for arm/thumb breakpoints
2016-02-10 Tamas BerghammerAdd new option to lldb-server to display its version
2016-02-10 Simon Atanasyan[ELF][MIPS] Group and sort initialization of MipsTarget...
2016-02-10 Simon Atanasyan[ELF][MIPS] Rename MipsTargetInfo::relocateOne argument...
2016-02-10 Dylan McKay[AVR] Add instruction definitions
2016-02-10 Mohit K. Bhakkad[LLDB][MIPS] Generalise MIPS arch names
2016-02-10 Xinliang David Li[PGO] fix prof symbol lookup bug
2016-02-10 Akira Hatanaka[Sema] Issue a warning for integer overflow in nested...
2016-02-10 JF BastienX86: Remove useless semicolon
2016-02-10 Jim InghamThis is an idea to make "thread step-in --target" work...
2016-02-10 NAKAMURA Takumillvm-config: Fix DLL prefix on cygming.
2016-02-10 Chris Bieneman[CMake] For multi-stage builds to be deterministic...
2016-02-10 Enrico GranataChange lldb.value.__int__() so that it takes into accou...
2016-02-10 Paul RobinsonGet rid of another SAME-NOT. FileCheck does not have...
2016-02-10 NAKAMURA Takumiclang/test/Index/skip-parsed-bodies/compile_commands...
2016-02-10 Justin LebarRemove some unnecessary CHECK-SAMEs in ModuleDebugInfo...
2016-02-10 Jim InghamAdd a missing break.
2016-02-10 NAKAMURA Takumilibclang: Enable skip-parsed-bodies on win32.
2016-02-10 NAKAMURA Takumillvm-config: Quick fix for cross compilation. Don't...
2016-02-10 Tom StellardStructurizeCFG: Initialize SkipUniformRegions in the...
2016-02-10 Chris Bieneman[CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to...
2016-02-10 Chris Bieneman[CMake] Fixing the 3-stage cmake cache.
2016-02-10 Reid KlecknerRevert "Turn on LLVM_ENABLE_PLUGINS by default on Windows"
2016-02-10 Lang Hames[Orc] Add lazy-JITting support for i386.
2016-02-10 Richard SmithFix overload sets of strchr, strpbrk, strrchr, memchr...
2016-02-10 Tom StellardStructurizeCFG: Add an option for skipping regions...
2016-02-10 Amaury SechetAdd support for struct in C API test
2016-02-10 Justin LebarGet rid of CHECK-SAME-NOT in tests.
2016-02-10 Ekaterina RomanovaThis patch adds doxygen comments for all the intrinsinc...
2016-02-10 Amaury SechetAdd binding for counting argument and find called value...
2016-02-10 Adrian McCarthyDon't dereference the first element of an empty container.
2016-02-10 Ed MasteRemove FreeBSD failure decorator from TestCppIncomplete...
2016-02-09 Tim NorthoverARM: improve documentation slightly.
2016-02-09 Adrian McCarthyAdd status for LLDB on Windows to status.html.
2016-02-09 Kostya Serebryany[asan] update the scariness score: tweak a few weights...
2016-02-09 Zachary TurnerChange `CoreTests` to LLDBCoreTests to avoid name clash.
2016-02-09 Sanjay Patel[x86] convert masked load of exactly one element to...
2016-02-09 Amaury SechetSplit clone value and instruction in the echo C API...
2016-02-09 Vasileios KalintirisRevert "Introduce a cmake module to figure out whether...
2016-02-09 Greg ClaytonAdded code that was commented out during testing to...
2016-02-09 Amaury SechetAdd icmp and conditional branches in the C API echo...
2016-02-09 Rui UeyamaRangefy, and replace a switch with `if`s. NFC.
2016-02-09 Justin LebarAdd convergent-removing bits to FunctionAttrs pass.
2016-02-09 Justin LebarUpdate documentation about convergent attribute.
2016-02-09 Peter CollingbourneFix GCC build.
2016-02-09 Ahmed Bougacha[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNo...
2016-02-09 Ahmed Bougacha[X86] Don't reuse an unrelated variable, create a new...
2016-02-09 Ahmed Bougacha[X86] Remove unnecessary assignment. NFC.
2016-02-09 Amaury SechetAdd C binding for AllocaInst::getAllocatedType
2016-02-09 Peter CollingbourneWholeProgramDevirt: introduce.
2016-02-09 Richard SmithUpdate documentation to reflect that libc++abi provides...
2016-02-09 Rafael EspindolaFix inverted comparison.
2016-02-09 Amaury SechetImprove the C API echo test tool to emit basic block...
2016-02-09 Greg ClaytonFixed many issues that were causing differing type...
2016-02-09 Richard SmithPR26349: correctly check whether a digit sequence is...
2016-02-09 Jonathan PeytonProxy task fix: task_state stack push condition on...
2016-02-09 Simon Atanasyan[mips] Extend MipsAsmParser class to handle %got(sym...
2016-02-09 Jan Veselyconfigure: Remove llvm 3.6 defines
2016-02-09 Jan Veselyconfigure: Remove cl_khr_fp64 for device that don't...
2016-02-09 Jan Veselyconfigure: Introduce per device defines
2016-02-09 Jan Veselymath: Fix log2 vectorization on non-fp64 hw
2016-02-09 Jonathan PeytonHave Mac builds use @rpath when supported in CMake
2016-02-09 Greg ClaytonDon't complete a class type just to test if it is a...
2016-02-09 Sanjoy Das[MemoryBuiltins] Fix an issue with hasNoAliasAttr
2016-02-09 Rui UeyamaELF: Add 'using namespace llvm::dwarf'.
2016-02-09 Philip Reames[Verifier] Add checks for masked.load and masked.store...
2016-02-09 Sanjay Patel[SelectionDAG] make getMemBasePlusOffset() accessible...
2016-02-09 Rui UeyamaELF: Add .eh_frame 'P', 'R' and 'L' augmentation charac...
2016-02-09 Rafael EspindolaThis brings back commit r259578.
2016-02-09 Zachary TurnerFix incorrect usage of `str` in _match_decorator_property.
2016-02-09 Zachary TurnerRemove skipIf<compiler> decorators.
2016-02-09 Zachary TurnerRemove decorators related to debug info types.
2016-02-09 Zachary TurnerDelete all the xfail / skip decorators for specific...
2016-02-09 Zachary TurnerRemove expected failure and skip decorators for host os.
2016-02-09 Rafael EspindolaFix name style.
2016-02-09 Rafael EspindolaUpdate comment style.
2016-02-09 Rafael EspindolaRevert "Correct size calculations for ELF files"
2016-02-09 Greg ClaytonIf we set the DYLD_INSERT_LIBRARIES environment variabl...
2016-02-09 Chad Rosier[AArch64] This check is specific to merging instruction...
2016-02-09 Greg ClaytonDon't enable -flimit-debug-info by default for the...
2016-02-09 Ehsan AkhgariRemove system-libs.test for now
2016-02-09 Ehsan AkhgariFix a test added in r260263
2016-02-09 Philip Reames[InstCombine][GC] Handle gc.relocations of vector type
2016-02-09 Richard SmithAdd Tooling functionality to get a name for a QualType...
2016-02-09 Richard SmithSimplify and rename ASTMatchFinder's getCXXRecordDecl...
2016-02-09 Ehsan AkhgariFix the test added in r260266
2016-02-09 Geoff Berry[AArch64] AArch64LoadStoreOptimizer: fix bug in pre...
2016-02-09 Chad Rosier[AArch64] Bail even earlier if the instructions modifie...
2016-02-09 Chad Rosier[AArch64] Simplify. NFC.
2016-02-09 Chad Rosier[AArch64] Add an assert to ensure we don't scale an...
2016-02-09 Pete CooperUse __nl_symbol_ptr instead of __got in the stubs pass...
2016-02-09 Xinliang David Li[PGO] Fix issue: explicitly defaulted assignop is not...
2016-02-09 Ehsan AkhgariFix a typo in r260263
2016-02-09 Reid KlecknerPass /bigobj when building lib/ASTMatchers/Dynamic...
2016-02-09 Ehsan Akhgariclang-cl: Enable plugins on Windows
2016-02-09 Ehsan Akhgariclang-cl: Support loading plugins on Windows
2016-02-09 Chad Rosier[AArch64] Add a FIXME about invalid KILL markers after...
2016-02-09 Ehsan Akhgarillvm-config: Add preliminary Windows support
next