platform/upstream/llvm.git
2016-03-09 Marshall ClowUpdate status to mark 2579 complete
2016-03-09 Marshall ClowImplement LWG#2579: Inconsistency wrt Allocators in...
2016-03-09 Aaron BallmanUse an explicit instantiation to work around delayed...
2016-03-09 George RimarFixed "not all control paths return a value" warning...
2016-03-09 George Rimar[ELF] - Issue an error if trying to link object that...
2016-03-09 Tim NorthoverAArch64: remove a couple more tests already covered...
2016-03-09 Sanjay Pateladd a test RUN to show unexpected behavior
2016-03-09 Marshall ClowImplement LWG#2583: There is no way to supply an alloca...
2016-03-09 Kit Barton[PPC] backend changes to generate xvabs[s,d]p and xvnab...
2016-03-09 Aaron BallmanSpeculative fix for this test case (the test doesn...
2016-03-09 Adrian PrantlDon't crash when compiling inline assembler containing...
2016-03-09 Chad Rosier[AArch64] Move helper functions into TII, so they can...
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Hans WennborgReleaseNotes: update 'you may prefer' link to 3.8
2016-03-09 Marshall ClowAdd some more tests for the containers type requirements
2016-03-09 Xinliang David LiFix a minor bug in test
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-09 Valery Pykhtin[AMDGPU] add AMDGPU target support to ELFObjectFile...
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-09 Chad Rosier[AArch64] Minor cleanup/remove redundant code. NFC.
2016-03-09 Dmitry PolukhinNFC fix documentation build by rL263015
2016-03-09 Tom StellardSelectionDAG: Fix a crash on inline asm when output...
2016-03-09 Chad Rosier[TII] Allow getMemOpBaseRegImmOfs() to accept negative...
2016-03-09 Ben CraigSplit locale management out of locale_win32. NFCI
2016-03-09 Samuel Antao[OpenMP] Add support for multidimensional array section...
2016-03-09 Filipe Cabecinhas[test/sanitizer-common] Linux/sanitizer_set_death_callb...
2016-03-09 Filipe Cabecinhas[test/sanitizer-common] Move getpass.cc from Linux...
2016-03-09 Ben CraigReorganize _LIBCPP_LOCALE__L_EXTENSIONS
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-09 Teresa JohnsonFix build error due to unsigned compare >= 0 in r263008...
2016-03-09 Rafael EspindolaSimplify: SHN_ABS is >= SHN_LORESERVE.
2016-03-09 Petar JovanovicReland r262337 "calculate builtin_object_size if arg...
2016-03-09 Logan ChienAdd ARM EHABI support to gcc_personality_v0.
2016-03-09 Silviu BarangaUpdate comments following the addition of PredicatedSca...
2016-03-09 Sam Kolton[AMDGPU] Assembler: Support DPP instructions.
2016-03-09 Michael ZuckermanFixing wrong header title name.
2016-03-09 Nikolay Haustov[AMDGPU] Assembler: Support abs() syntax.
2016-03-09 Nikolay Haustov[AMDGPU] Assembler: Fix s_setpc_b64
2016-03-09 Manuel KlimekPacify gcc's parenthesis warning, which doesn't realize...
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-09 Mohit K. Bhakkad[DFSan] Fix test_inet_pton for big endian archs
2016-03-09 Mohit K. Bhakkad[Compiler-rt][MIPS] Defining macros for MIPS archs
2016-03-09 Richard TrieuFix uninitialized member bool. Detected by ASan.
2016-03-09 Adam Nemet[LoopDataPrefetch] Add stats and debug output
2016-03-09 Adam Nemet[LAA] Improve comment for isStridedPtr
2016-03-09 Peter ZotovAccept absolute paths in the -fuse-ld option.
2016-03-09 Dan Gohman[WebAssembly] Update comments about irreducible control...
2016-03-09 Sean SilvaUse lto_bool_t instead of a raw `bool` (fixup for r262977).
2016-03-09 Mehdi AminiFix ThinLTO test: depends on the X86 backend
2016-03-09 Sean Silva[lto] Avoid duplicate symbol error for appending linkage.
2016-03-09 Argyrios Kyrtzidis[index] Add a message for the assertion, NFC.
2016-03-09 Mehdi Aminivoid foo() is not a valid C prototype, one has to write...
2016-03-09 Sanjoy DasReturn StringRef instead of a naked char*; NFC
2016-03-09 Sanjoy Das[IRCE] Reflow comments; NFC
2016-03-09 Mehdi AminiFix library dependency for llvm-lto after r262977
2016-03-09 Enrico GranataLast round of preliminary cleanup in my refactoring...
2016-03-09 Argyrios Kyrtzidis[index] libclang: Make sure to treat forward ObjC proto...
2016-03-09 Argyrios Kyrtzidis[index] Fix assertion hit when indexing re-declarations...
2016-03-09 Sean SilvaAvoid unnecessary qualification.
2016-03-09 Dan Gohman[WebAssembly] Implement irreducible control flow.
2016-03-09 Mehdi AminiFix GOLD plugin build after r262976
2016-03-09 Sanjoy DasRemove trailing newline from test case; NFC
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Sanjoy Das[SCEV] Slightly generalize getRangeViaFactoring
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-09 Mehdi AminiFunctionIndex is not optional for renameModuleForThinLT...
2016-03-09 Sean Silva[lto] Record whether a variable is TLS.
2016-03-09 Rafael EspindolaAssume GV is not null for now.
2016-03-09 Richard SmithReadd testcase accidentally removed in r262888.
2016-03-09 Siva Chandra[TestRegisterVariables] Adjust compiler range in expect...
2016-03-08 Davide Italiano[Modules] Modernize, use range-based loops.
2016-03-08 Sean Silva[lto] Don't add variables with private linkage to the...
2016-03-08 Richard SmithFix crash in access check for aggregate initialization...
2016-03-08 Richard SmithFix -Werror build.
2016-03-08 Tim NorthoverAArch64: remove tests of intrinsics completely duplicat...
2016-03-08 Richard SmithP0017R1: In C++1z, an aggregate class can have (public...
2016-03-08 Zachary Turner[llvm-pdbdump] Dump line table information.
2016-03-08 Sanjay Patelfix typo; NFC
2016-03-08 Aaron BallmanSilence duplicate diagnostics because parsing of a...
2016-03-08 Enrico GranataAdd CommandAlias.cpp to CMakeLists
2016-03-08 Enrico GranataMove CommandAlias to its own file; also
2016-03-08 Rafael EspindolaRemove an unnecessary hack.
2016-03-08 Sanjay Pateluse range-based for loop; NFCI
2016-03-08 Rafael EspindolaDelete isTlsDynRel.
2016-03-08 Rafael EspindolaUse defined hidden symbols for out of range tests.
2016-03-08 Sanjay Patelfix variable name; NFC
2016-03-08 Sanjay Pateluse range-based loop; NFCI
2016-03-08 Hans WennborgAdd self to CODE_OWNERS
2016-03-08 Sean CallananMade self.expect() errors a little more readable in...
2016-03-08 Saleem Abdulrasoolcmake: include what you use
2016-03-08 Chris Bieneman[CMake] Refactor add_llvm_implicit_projects to be reusable
2016-03-08 Adrian PrantlSupport floating point values in 128-bit SSE vector...
2016-03-08 Chad Rosier[AArch64] Disable the MI scheduler to turn bots green...
2016-03-08 Quentin ColombetRevert r262759 and r262760.
2016-03-08 Chad Rosier[AArch64] Add MMOs to unscaled pairs.
2016-03-08 Rafael EspindolaRevert "ELF: Add /lib and /usr/lib as default search...
2016-03-08 Sanjay Patelrangify, fix function names; NFCI
2016-03-08 Krzysztof ParzyszekInvoke DAG postprocessing in the post-RA scheduler
2016-03-08 Aaron BallmanTurning on the /bigobj flag for two more files that...
next