platform/upstream/llvm.git
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
2016-02-09 Ehsan AkhgariTurn on LLVM_ENABLE_PLUGINS by default on Windows
2016-02-09 Ehsan AkhgariAdd support for importing and exporting Registry object...
2016-02-09 Chad Rosier[AArch64] Remove redundant calls and clang format....
2016-02-09 Colin LeMahieu[Hexagon] Fixing relocation generation and adding tests.
2016-02-09 Colin LeMahieu[MC] Adding GOTREL expression variant.
2016-02-09 Chad Rosier[AArch64] Hoist now common logic. NFC.
2016-02-09 Chad Rosier[AArch64] Rename variable to make it clear we're mergin...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: make sure to not visit init-list...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: handle 'TopLevelDeclInObjCContaine...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: for a synthesized property referen...
2016-02-09 Argyrios Kyrtzidis[Frontend] Handle ASTConsumer::shouldSkipFunctionBody...
2016-02-09 Argyrios Kyrtzidis[ASTUnit] Change the parameter of ASTUnit::LoadFromComp...
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: Have the semantic container of...
2016-02-09 Chad Rosier[AArch64] Separage the codegen logic for widening vs...
2016-02-09 Pete CooperAligned __stub_helper section to 4-bytes.
2016-02-09 Jim InghamMention the --all-files option in the -p help string.
2016-02-09 David BlaikieSimplify EnterTokenStream API to make it more robust...
2016-02-09 Simon Atanasyan[llvm-readobj][ELF] Show MIPS GOT content when there...
2016-02-09 Sanjoy Das[FunctionAttrs] Fix SCC logic around operand bundles
2016-02-09 Kevin EnderbyFix a formatting problems with llvm-size and the -m...
2016-02-09 Chad Rosier[AArch64] Cleanup to simplify logic when widening vs...
2016-02-09 Reid KlecknerRevert "Avoid forcing emission of delayed dllexported...
next