platform/upstream/llvm.git
2016-02-05 Benjamin KramerUnbreak the cmake shared build.
2016-02-05 Haojian Wu[clang-tdiy] Add header file extension configuration...
2016-02-05 Pavel LabathBump up the packet timeout for gdbremote tests
2016-02-05 Dmitry Polukhin[DebugInfo] Eliminate compilation warning about used...
2016-02-05 Jonas Hahnfeld[CMake] Introduce OPENMP_LLVM_TOOLS_DIR
2016-02-05 Devin Coughlin[analyzer] Suppress localization diagnostics in debug...
2016-02-05 Saleem AbdulrasoolCodeGen: correct Windows ARM C++ assertion
2016-02-05 Chris Bieneman[CMake] One more try to make CMake clean up after itself
2016-02-05 Chris BienemanRevert "[CMake] Improve the clang order-file generation...
2016-02-05 Chris Bieneman[CMake] One more try to fix this.
2016-02-05 Chris Bieneman[CMake] Speculative fix for linker error on Linux
2016-02-05 Michael Zolotukhin[LoopUnrolling] Try harder to avoid rebuilding LCSSA...
2016-02-05 David Majnemer[MC] Add support for encoding CodeView variable definit...
2016-02-05 Joseph Tremoulet[RS4GC] Pass DenseMap by reference, NFC
2016-02-05 Richard Smith[modules] Factor out common code to mark identifier...
2016-02-05 Jason MolendaAdd two more addresses to check for the address of...
2016-02-05 Chris Bieneman[CMake] Trying to fix a bot failure I introduced in...
2016-02-05 Amaury SechetAdd various binary operations in the LLVM C API echo...
2016-02-05 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-05 Adam Nemet[LoopLoadElim] Don't allow versioning when optForSize
2016-02-05 Adam NemetFix typo in comment
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
2016-02-05 Matt ArsenaultFix printing of f16 machine operands
2016-02-05 Easwaran RamanFix build breakage introduced by r259846.
2016-02-05 George Burgess IVAdd a test for MemorySSA. NFC.
2016-02-05 Amaury SechetAdd Support to llvm-c-test dependancies
2016-02-05 Rui UeyamaELF: Make names for TLS module indices shorter.
2016-02-04 Xinliang David LiFunction name change /NFC
2016-02-04 Jason MolendaAdd a little logging to ProcessMachCore so it is easier...
2016-02-04 Rui UeyamaSimplify. NFC.
2016-02-04 Rui UeyamaDo not round uintX_t to uint32_t.
2016-02-04 Easwaran RamanRefactor profile summary support code. NFC.
2016-02-04 Niels Ole SalscheiderFix the search path for CMake files
2016-02-04 Amaury SechetImprove testing for the C API
2016-02-04 Rui UeyamaMerge conditions of two nested `if`s.
2016-02-04 Niels Ole SalscheiderFix the search path for CMake files
2016-02-04 Niels Ole SalscheiderFix the libdir suffix for LLVM_CMAKE_PATH
2016-02-04 Nemanja IvanovicFix for PR 26356
2016-02-04 Evandro MenezesFix typo and test commit
2016-02-04 Zachary TurnerMove the rest of the tests over to using the new decora...
2016-02-04 Richard SmithPR25271: When attaching default template arguments...
2016-02-04 Nemanja IvanovicProvide a test case for rl259798
2016-02-04 Adrian McCarthyReplace tabs with spaces for consistent indentation...
2016-02-04 Niels Ole SalscheiderFix the search path for CMake files
2016-02-04 Sean SilvaDon't push relocation sections onto InputSection<ELFT...
2016-02-04 Rafael EspindolaAvoid code duplication when creating dynamic relocations.
2016-02-04 Chad Rosier[AArch64] Bound the number of instructions we scan...
2016-02-04 Pete CooperSet CPU_SUBTYPE_LIB64 in mach_header.
2016-02-04 Vedant Kumar[docs] Fix typo in YamlIO.rst
2016-02-04 Chih-Hung Hsiehbuiltins: Fix struct __emutls_control to match GCC
2016-02-04 Siva ChandraRevert "Use an artifical namespace so that member vars...
2016-02-04 Niels Ole SalscheiderInstall cmake files to lib/cmake/clang
2016-02-04 Niels Ole SalscheiderInstall cmake files to lib/cmake/llvm
2016-02-04 Manman RenFix a crash when there is a typo in the return statement.
2016-02-04 Xinliang David Li[PGO] code simplification: use existing VP annotation...
2016-02-04 Jim InghamMake HostThread SetName work on OS X. GetName doesn...
2016-02-04 Jonathan PeytonAdd LIBOMP_ENABLE_SHARED option for CMake
2016-02-04 Simon Pilgrim[X86][SSE] Select domain for 32/64-bit partial loads...
2016-02-04 Wei MiFix a regression for r259736.
2016-02-04 Xinliang David LiFix format in comment
2016-02-04 Xinliang David Li[PGO] Add interfaces to annotate instr with VP data
2016-02-04 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Siva ChandraUse an artifical namespace so that member vars do not...
2016-02-04 Sanjoy Das[SCEV] Add boolean accessors for NSW, NUW and NW; NFC
2016-02-04 Zachary TurnerMove some of the common decorators to decorators.py.
2016-02-04 David MajnemerCorrectly handle {Always,Never}StepIntoLine
2016-02-04 David MajnemerAdd support for S_DEFRANGE and S_DEFRANGE_SUBFIELD
2016-02-04 David MajnemerMake the dumper's output for variable ranges easier...
2016-02-04 Sanjay Pateluse 'auto' for iterators; NFCI
2016-02-04 Silviu Baranga[AArch64] Multiply extended 32-bit ints with `[U|S...
2016-02-04 Benjamin KramerThe canonical way to XFAIL a test for all targets is...
2016-02-04 Nemanja IvanovicEnable the %s modifier in inline asm template string
2016-02-04 Renato Golin[PPC] Move PPC test to a PPC-specific dir
2016-02-04 Simon Pilgrim[X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support...
2016-02-04 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2016-02-04 Simon Pilgrim[X86][SSE] Added i686 target tests to make sure we...
2016-02-04 Adrian McCarthyProvide arguments for all the format string placeholders!
2016-02-04 Elena DemikhovskyAVX-512: Fixed a bug in FMA instruction selection on KNL
2016-02-04 Petar Jovanovic[Power PC] softening long double type
2016-02-04 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2016-02-04 Michael Zuckerman[AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
2016-02-04 Haojian Wu[clang-tidy] More friendly warning in "google-runtime...
2016-02-04 Simon Pilgrim[X86] Add AVX512 vector zext tests
2016-02-04 Tobias GrosserSupport accesses with differently sized types to the...
2016-02-04 Jonas Paulsson[ScheduleDagInstrs] Improved comments
2016-02-04 Simon Atanasyan[ELF][MIPS] Support R_MIPS_PC32 relocation handling
2016-02-04 Simon Atanasyan[ELF][MIPS] Add handling for __gnu_local_gp symbol
2016-02-04 Andrey Bokhanko[x86] Correct setting of WIntType for MCU target
2016-02-04 Simon Atanasyan[ELF][MIPS] Replace needsMipsLocalGot function by canBe...
2016-02-04 Simon Atanasyan[ELF][MIPS] Always create global GOT entry for symbols...
2016-02-04 Pavel LabathEnable test_lldbmi_settings_set_target_run_args_before...
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Pavel LabathMark TestProcessIO as flaky on android
2016-02-04 Pavel LabathAdd verbose logging support to gdb-remote tests
2016-02-04 Ewan Crawford[RenderScript] Add command for recalculating allocation...
2016-02-04 Tobias GrosserScopInfo: Improve documentation of ScopArrayInfo
2016-02-04 Simon Pilgrim[X86] Moved SEXT -> SIGN_EXTEND_VECTOR_INREG combine...
2016-02-04 Andrey Turetskiy[X86] Use hash table in LEA optimization pass.
2016-02-04 Samuel AntaoAdd -nocudainc option to CUDA preprocessor test.
next