platform/upstream/llvm.git
2016-04-17 Duncan P. N... DebugInfo: Make DICompositeTypes distinct most of the...
2016-04-17 Duncan P. N... LTO: Merge debug info types when linking bitcode
2016-04-17 Craig Topper[AVX512] ISD::MUL v2i64/v4i64 should only be legal...
2016-04-17 Duncan P. N... IR: Fix type-refs in testcase from r266548
2016-04-17 Duncan P. N... IR: Use getRawScope() when verifying
2016-04-17 Sanjoy DasFix a typo in rL265762
2016-04-17 Duncan P. N... Revert "use range loop, try to make comments more meani...
2016-04-17 Duncan P. N... IR: Use an explicit map for debug info type uniquing
2016-04-17 Duncan P. N... IR: Use ODR to unique DICompositeType members
2016-04-17 Craig Topper[Target] Reduce size of the LoadExtActions array in...
2016-04-17 Craig Topper[Target] Remove checks for Simple VTs before calling...
2016-04-17 Craig Topper[Target] Fix an assertion that should have been updated...
2016-04-17 Duncan P. N... LangRef: Removed some outdated text about DIDerivedType
2016-04-17 Duncan P. N... Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC
2016-04-16 Duncan P. N... IR: Add a configuration point for MDNodeInfo::isEqual...
2016-04-16 Sanjay Pateluse range loop, try to make comments more meaningful...
2016-04-16 Duncan P. N... LangRef: Fix some bugs in debug info descriptions
2016-04-16 Duncan P. N... IR: Remove extra blank line, NFC
2016-04-16 Duncan P. N... LTO: Use a common LibLTOCodeGenerator::init, NFC
2016-04-16 Duncan P. N... ValueMapper: Separate mapping of distinct and uniqued...
2016-04-16 Duncan P. N... ValueMapper: Only put cyclic nodes into CyclicNodes...
2016-04-16 Simon Pilgrim[X86][AVX] Add shuffle combine tests for MOVDDUP/MOVSHD...
2016-04-16 Craig Topper[X86] Use ternary operator to reduce code slightly...
2016-04-16 Simon Pilgrim[X86][XOP] Added VPPERM constant mask decoding and...
2016-04-16 Vedant KumarAdd missing #include to fix build
2016-04-16 Simon Pilgrim[X86][XOP] More VPPERM shuffle mask decode tests
2016-04-16 Oleksiy VyalovFix cmake build after r266524.
2016-04-16 Simon AtanasyanValueMapper: Fix unused var warning. NFC
2016-04-16 Simon AtanasyanRemove links to deleted TODOs.
2016-04-16 Simon Atanasyan[ELF] Include Twine.h header to restore LLD build after...
2016-04-16 George RimarRecommitted 266457 with fix:
2016-04-16 Mehdi AminiAdd missing headers (fix build after headers cleanup...
2016-04-16 Mehdi AminiRemove some unneeded headers and replace some headers...
2016-04-16 Mehdi AminiAdd SVN version to libLLVMLTO
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Mehdi AminiThinLTO: Move the ODR resolution to be based purely...
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Mehdi AminiThinLTO: Make aliases explicit in the summary
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Mehdi AminiDo not modify a cl::opt programmatically, global mutabl...
2016-04-16 Duncan P. N... ValueMapper: Stop memoizing ConstantAsMetadata
2016-04-16 Davide Italiano[DebugInfo] Correct the assertion introduced in r266509...
2016-04-16 Craig TopperAdd missing override keyword to silence -Winconsistent...
2016-04-16 Duncan P. N... Reapply "ValueMapper: Eliminate cross-file co-recursion...
2016-04-16 Davide Italiano[DebugInfo] Reduce size of DILocalVariable from 40...
2016-04-16 Matt ArsenaultAMDGPU: Enable LocalStackSlotAllocation pass
2016-04-16 Duncan P. N... Revert "ValueMapper: Eliminate cross-file co-recursion...
2016-04-16 Matt ArsenaultAMDGPU: Use s_addk_i32 / s_mulk_i32
2016-04-16 Duncan P. N... ValueMapper: Use API from r266503 in unit tests, NFC
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.
next