platform/upstream/llvm.git
2016-04-16 Davide Italiano[LTO] Don't crash on a BitcodeFile without DataLayout.
2016-04-16 Duncan P. N... ValueMapper: Eliminate cross-file co-recursion, NFC
2016-04-16 Richard SmithUpdate and fix LLVM_ENABLE_MODULES:
2016-04-16 Richard Smith[modules] Don't expose *intrin.h headers that cannot...
2016-04-16 Richard SmithAdd some missing #includes, found by C++ modules selfhost.
2016-04-16 Anna Zaks[sanitizers] Fixup to r266494; the Unit test should...
2016-04-16 Eric FiselierTeach map/unordered_map how to optimize 'emplace(Key...
2016-04-16 Anna Zaks[sanitizers] Fixup r266494; make it build on Linux.
2016-04-16 Justin Lebar[CUDA] Raise an error if the CUDA install can't be...
2016-04-16 Richard SmithImprove diagnostic for the case when a non-defined...
2016-04-15 Anna Zaks[sanitizers] Teach the internal demangler about Swift...
2016-04-15 Duncan P. N... Linker: Remove an unnecessary local variable in for...
2016-04-15 Richard SmithMake this header include the header it depends on,...
2016-04-15 Eric FiselierExtract key to avoid preemptive mallocs in insert/empla...
2016-04-15 Duncan P. N... ValueMapper: Hide Mapper::VM behind an accessor, NFC
2016-04-15 Wei MiDon't skip splitSeparateComponents in eliminateDeadDefs...
2016-04-15 Easwaran RamanAdd ProfileData to required_libraries
2016-04-15 Davide Italiano[LTO] Add datalayout to test to prevent an assertion...
2016-04-15 Evgeniy Stepanov[cfi] Support explicit sections for functions in cfi...
2016-04-15 Rui UeyamaRevert r266457: "[ELF] - Implemented basic location...
2016-04-15 Davide Italiano[LTO] Implement parallel Codegen for LTO using splitCod...
2016-04-15 Marcin Koscielnicki[sanitizer] [SystemZ] Enable UBSan.
2016-04-15 Marcin Koscielnicki[sanitizers] [SystemZ] Introduce sanitizer_linux_s390.cc.
2016-04-15 Adrian PrantlConvert this sample-based-profiling testcase to use...
2016-04-15 Kostya Serebryany[libFuzzer] add a better warning for command line flags...
2016-04-15 Hans WennborgSwitch lowering: don't add incoming PHI values from...
2016-04-15 Hans WennborgSelectionDAGISel: rangeify a loop
2016-04-15 Easwaran RamanReplace the use of MaxFunctionCount module flag
2016-04-15 Kostya Serebryany[libFuzzer] menion the git mirror in the docs
2016-04-15 Tobias GrosserUpdate two more test cases for r266445+r266446 II
2016-04-15 Tobias GrosserUpdate two more test cases for r266445+r266446
2016-04-15 Tobias GrosserUpdate debug metadata after LLVM commits r266445+r266446
2016-04-15 Vasileios Kalintiris[mips] More range-based for loops. NFC.
2016-04-15 Vasileios Kalintiris[mips] Use range-based for loops and simplify slightly...
2016-04-15 Marcin KoscielnickiRevert "[sanitizer] [SystemZ] Abort if the kernel might...
2016-04-15 Ulrich Weigand[SystemZ] Call tryAddingSymbolicOperand in the disassembler
2016-04-15 Adrian PrantlLet the DISubprogram in this test point to the right...
2016-04-15 Adrian PrantlUpdate testcase to new debug metadata format.
2016-04-15 Rafael EspindolaSimplify got handling.
2016-04-15 Reid Kleckner[codeview] Dump char16_t and char32_t simple types
2016-04-15 Tim NorthoverARM: don't try to hoist constant RHS out of a division.
2016-04-15 Etienne Bergeron[clang-tidy] Add more detection rules for redundant...
2016-04-15 Chad Rosier[AArch64] Add load/store pair instructions to getMemOpB...
2016-04-15 Eric FiselierCleanup and guard tuple's constructor SFINAE. Fixes...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-15 Rafael EspindolaMerge duplicated cases. NFC.
2016-04-15 Igor KudrinRevert "[Coverage] Prevent detection of false instantia...
2016-04-15 George Rimar[ELF] - Implemented basic location counter support.
2016-04-15 Davide Italiano[ParallelCG] Add a new splitCodeGen() API which takes...
2016-04-15 Eugene Zelenko[Release Notes] mention Clang-tidy misc-multiple-statem...
2016-04-15 Marcin Koscielnicki[SystemZ] Fix large tests broken by conditional returns.
2016-04-15 Mandeep Singh... [LLD] Remove unwanted --check-prefix=CHECK from unit...
2016-04-15 David Majnemer[InstCombine] Don't transform compares of calls to...
2016-04-15 Etienne Bergeron[clang-tidy] Add new checker for suspicious sizeof...
2016-04-15 Etienne Bergeron[clang-tidy] Add checker for operations between integra...
2016-04-15 Adrian PrantlFix testcase for MSVC targets where the output ordering...
2016-04-15 Geoff BerryFix test to require Asserts since it uses debug output.
2016-04-15 Adrian PrantlUpdate testcase to new debug info metadata format.
2016-04-15 Adrian Prantl[PR27284] Reverse the ownership between DICompileUnit...
2016-04-15 Adrian PrantlUpdate to match LLVM changes for PR27284.
2016-04-15 NAKAMURA TakumiASTMatchers.h: Fix formatting. [-Wdocumentation]
2016-04-15 NAKAMURA Takumillvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll requires...
2016-04-15 Sanjay Patel[SimplifyCFG] propagate branch metadata when creating...
2016-04-15 NAKAMURA Takumilli.cpp: Appease some builders. There might be ownershi...
2016-04-15 Rafael EspindolaAdd an interesting GC testcase.
2016-04-15 Geoff Berry[AArch64] Add MMOs to callee-save load/store instructions.
2016-04-15 Nirav DaveFix typing on generated LXV2DX/STXV2DX instructions
2016-04-15 Jun Bum Lim[MachineScheduler]Add support for store clustering
2016-04-15 Igor Kudrin[Coverage] Prevent detection of false instantiations...
2016-04-15 Sanjay Patel[SimplifyCFG] add metadata to show failure to propagate...
2016-04-15 Igor Kudrin[Coverage] Add support for making test data for more...
2016-04-15 Nicolai HaehnleAMDGPU/SI: Fix regression with no-return atomics
2016-04-15 Rafael EspindolaStore a Symbol for EntrySym.
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Tom Stellardprepare-builtins: Remove call to getGlobalContext()
2016-04-15 Rafael EspindolaAdd a testcase for symbol resolution with -r.
2016-04-15 Alexey BaderRemove include duplicate. NFC.
2016-04-15 Rafael EspindolaDon't create relocations for absolute got entries.
2016-04-15 Renato Golin[TSAN] Make tsan tests more portable (take 3)
2016-04-15 Rafael EspindolaDon't create relocations for non preemptable absolute...
2016-04-15 Rafael EspindolaTwo small related fixes.
2016-04-15 Pavel LabathWork around a linux libc bug causing a crash in TaskPool
2016-04-15 Ulrich WeigandFix usage of APInt.getRawData for big-endian systems
2016-04-15 Simon Atanasyan[ELF] Remove redundant empty line. NFC
2016-04-15 Ulrich WeigandMake Scalar::SChar return an explicit signed type
2016-04-15 Ulrich WeigandFix Scalar::MakeSigned for 128- and 256-bit types.
2016-04-15 Ulrich WeigandFix Scalar::SetValueFromData for 128- and 256-bit types
2016-04-15 Ulrich WeigandFix ABISysV_s390x::GetArgumentValues
2016-04-15 Pavel LabathMake destructor breakpoint location test more resilient
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-15 Craig TopperUse MVT instead of EVT to remove a bunch of unnecessary...
2016-04-15 Craig TopperAdd a setOperationPromotedToType convenience method...
2016-04-15 Craig Topper[X86] AND, OR, and XOR of vectors are always legal...
2016-04-15 Mandeep Singh... [Polly] Remove unwanted --check-prefix=CHECK from unit...
2016-04-15 Craig Topper[X86] Combine an if and else block that had the same...
2016-04-15 Eric Fiselier[libcxx] Remove the "reduced-arity-initialization"...
2016-04-15 Davide ItalianoRevert "[LTO] Add a new splitCodeGen() API which takes...
2016-04-15 Jim InghamAdd the PDBParser.{cpp,h} files to the Xcode project.
2016-04-15 Justin Lebar[NVPTX] Set NVPTXTTI::getInliningThresholdMultiplier...
2016-04-15 Justin Lebar[TTI] Add getInliningThresholdMultiplier.
next