platform/upstream/llvm.git
2016-10-21 Rui UeyamaAdd comments.
2016-10-21 Rui UeyamaSimplify by merging a lambda with addSymbol. NFC.
2016-10-21 Rui UeyamaDo not create .shstrtab and use .strtab instead.
2016-10-21 Richard SmithDon't try to use !Previous.empty() as a proxy for ...
2016-10-21 Bruno Cardoso... [ModuleMap] Add more module entries to cover some non...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Jason MolendaGuard GetEscapedHostname against a nullptr hostname.
2016-10-21 Bruno Cardoso... [Driver][Darwin] Pass -no_deduplicate to ld64
2016-10-21 Bruno Cardoso... [Modules] Add 'no_undeclared_includes' module map attribute
2016-10-21 Davide ItalianoRevert "[GVN/PRE] Hoist global values outside of loops."
2016-10-21 Jim InghamFix a race condition between "ephemeral watchpoint...
2016-10-20 Reid KlecknerRevert 9 changes from r284793, they still fail on some...
2016-10-20 Reid KlecknerRemove 24 instances of 'REQUIRES: shell'
2016-10-20 Jim InghamAdd an API to remove an action from the Process PreResu...
2016-10-20 Jim InghamRemove an unnecessary and incorrect check for num locat...
2016-10-20 Rui UeyamaAttempt to fix buildbots.
2016-10-20 Keno FischerFix cross-endianness RuntimeDyld relocation for ARM
2016-10-20 Enrico Granataframe.script became script.frame a while ago; fix up...
2016-10-20 Enrico GranataThis debugging message has been left in the code for...
2016-10-20 Rui UeyamaMove code from InputFile to ELFCreator to decouple...
2016-10-20 Richard SmithRe-commit r284753, reverted in r284778, with a fix...
2016-10-20 Li Huang[SCEV] Add a threshold to restrict number of mul operan...
2016-10-20 Alexander Shaposhnikov[clang] Remove FileEntry copy-constructor
2016-10-20 Reid KlecknerRevert "Disable swiftcall test on windows: More brutal...
2016-10-20 Keno FischerFix PREL31 relocation on ARM
2016-10-20 Michael Kuperstein[X86] Enable interleaved memory access by default
2016-10-20 Hans WennborgRevert r284753 "[c++1z] Teach composite pointer type...
2016-10-20 Reid KlecknerFix off-by-one error in PPCaching.cpp token annotation...
2016-10-20 Rui Ueyamallvm-dwarfdump is now used in a test, so add a depedenc...
2016-10-20 Michal Gorny[Driver] Refactor DetectDistro() parameters to take...
2016-10-20 Mike Aizatskyadding new symbols to llvm-symbolizer symbol test
2016-10-20 Daniel Berlin[MSSA] Avoid unnecessary use walks when calling getClob...
2016-10-20 Michal Gorny[Driver] Parse Debian version as integer when possible...
2016-10-20 Kevin EnderbyAnother additional error check for invalid Mach-O files...
2016-10-20 Reid KlecknerAdd a space to work around a Windows CPython / MSys...
2016-10-20 Vedant Kumar[CodeGen] Devirtualize calls to methods marked final...
2016-10-20 Konstantin... [AMDGPU] Handle R_AMDGPU_ABS64 relocation
2016-10-20 Zachary TurnerFix case of file include path.
2016-10-20 Zachary Turner[CodeView] Refactor serialization to use StreamInterface.
2016-10-20 Richard Smith[c++1z] Fix assertion failure when using the wrong...
2016-10-20 Konstantin... [AMDGPU] Make note record name a static const member...
2016-10-20 Konstantin... [AMDGPU] Emit constant address space data in .rodata...
2016-10-20 Rui UeyamaRemove unused #include.
2016-10-20 Dehao ChenUsing branch probability to guide critical edge splitting.
2016-10-20 Chris BienemanRe-landing a cleaned up implementation of r284550
2016-10-20 Simon Pilgrim[CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv uniformcon...
2016-10-20 Ekaterina RomanovaAdd more doxygen comments to emmintrin.h's intrinsics.
2016-10-20 Richard Smith[c++1z] Teach composite pointer type computation how...
2016-10-20 Pirama Arumuga... Fix *_EXTEND_VECTOR_INREG legalization
2016-10-20 Simon Atanasyan[ELF][MIPS] Use getMipsLocalEntriesNum() everywhere...
2016-10-20 Simon Atanasyan[ELF][MIPS] Separate calculation of MIPS GOT index...
2016-10-20 Renato Golin[clang-cl] Fix test that shouldn't be running on non-x86
2016-10-20 Simon Pilgrim[CostModel][X86] Added tests for sdiv/udiv costs for...
2016-10-20 Andrey ChurbanovFixed memory leak mistakenly introduced by https:/...
2016-10-20 Sanjay Patel[Target] remove TargetRecip class; 2nd try
2016-10-20 Benjamin KramerPut the move ctor for PassManager back for now, it...
2016-10-20 Simon Pilgrim[CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv general...
2016-10-20 Valery Pykhtin[AMDGPU] add fcopysign(f64, f32) pattern
2016-10-20 Malcolm Parsons[clang-tidy] Add check 'readability-redundant-member...
2016-10-20 Dimitar VlahovskiMinidump plugin: redesign the x86_64 register context
2016-10-20 Hans WennborgFix SectionPiece size when compiling with MSVC
2016-10-20 Benjamin KramerRemove a use of llvm::AlignOf that I missed.
2016-10-20 Benjamin Kramer[Support] Put back the MSVC hack for AlignedCharArray.
2016-10-20 Malcolm ParsonsUse auto in for loop
2016-10-20 Benjamin Kramer[Support] Remove llvm::alignOf now that all uses are...
2016-10-20 Malcolm Parsons[clang-tidy] Simplify modernize-use-default
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-20 Malcolm Parsons[Format] Cleanup after replacing constructor body with...
2016-10-20 Marshall ClowAdding a missing constexpr test for reverse_iterator...
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-20 Benjamin KramerClean up alignment hacks now that MSVC 2013 and GCC...
2016-10-20 Samuel Antao[OpenMP] Fix issue with directives used in a macro.
2016-10-20 Haojian Wu[clang-tidy] Fix an assertion failure in cppcoreguideli...
2016-10-20 Benjamin Kramer[GVN] Use defaulted members. No functional change.
2016-10-20 Tamas BerghammerRe-generate the python and cpp reference documentation
2016-10-20 Simon Dardis[mips][mcjit] Add the majority of N32 support.
2016-10-20 Simon Pilgrim[CostModel][X86] Added tests for sdiv/udiv costs for...
2016-10-20 Strahinja Petrovic[lsan] [aarch64] Fix printing of pointers in make check...
2016-10-20 Benjamin KramerDo a sweep over move ctors and remove those that are...
2016-10-20 Pavel LabathReapply "Add Chrono.h - std::chrono support header"
2016-10-20 Haojian Wu[Clang-tidy]: Fix modernize-avoid-bind erroneous scope...
2016-10-20 Michael Kruse[cmake] Avoid warnings in feature tests. NFC.
2016-10-20 Simon Pilgrim[DAGCombiner] Add general constant vector support to...
2016-10-20 Rafael EspindolaCompact SectionPiece.
2016-10-20 Simon PilgrimWdocumentation fix
2016-10-20 Simon PilgrimFix spelling mistake in comment.
2016-10-20 Simon PilgrimFix MSVC bool -> uint64_t promotion warning
2016-10-20 Peter Smith[ELF] Add REQUIRES: arm to test to fix buildbot without...
2016-10-20 Peter Smith[ELF] Allow relative exceptions relocations in shared...
2016-10-20 Eugene LeviantDon't include PHDRs if linker script doesn't want them
2016-10-20 George Rimar[ELF] - Partial support of --gdb-index command line...
2016-10-20 Benjamin Kramer[Go bindings] Update for r284678 API changes.
2016-10-20 Omair JavaidFix ARM/AArch64 Step-Over watchpoint issue remove provi...
2016-10-20 George Rimar[ELF] - Applied clang format. NFC.
2016-10-20 Jonas Paulsson[SystemZ] Post-RA scheduler implementation
2016-10-20 George Rimar[ELF] - Testcase checking that we do not crash on inval...
2016-10-20 George Rimar[Object/ELF] - Check index argument in getSymbol().
2016-10-20 Richard SmithWork around MSVC rejects-valid. Apparenty (some version...
2016-10-20 Rui UeyamaAdd a helper function to define symbols.
next