platform/upstream/llvm.git
2016-11-29 Pavel LabathAdd back some of the previous lldb-server dependencies
2016-11-29 Sanjay Patel[AArch64] add tests to show select transforms; NFC
2016-11-29 Adam NemetRevert "[GVN] Basic optimization remark support"
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Include the value that is forwar...
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Print the interesting instructio...
2016-11-29 Geoff Berry[AArch64] Fold spills of COPY of WZR/XZR
2016-11-29 Eugene ZelenkoFix some Clang-tidy modernize-use-default and Include...
2016-11-29 Eugene ZelenkoFix some Clang-tidy modernize-use-default and Include...
2016-11-29 Filipe CabecinhasRevert "Compiler-rt part of D26230: Add (constant)...
2016-11-29 Rui UeyamaIntroduce StringRefZ class to represent null-terminated...
2016-11-29 Mehdi Amini[docs] Typos and whitespace fixed in LTO docs.
2016-11-29 Simon PilgrimAvoid repeated calls to MVT getSizeInBits and getScalar...
2016-11-29 Pavel LabathRemove some OS-specific plugins from lldb-server depend...
2016-11-29 NAKAMURA TakumiSuppress abi-breaking.h on cygming, for now.
2016-11-29 NAKAMURA TakumiFix a linefeed at eof.
2016-11-29 Pavel LabathRemove assorted other plugins which are not needed...
2016-11-29 Roger Ferrer... Protect std::array tests under noexceptions
2016-11-29 Pavel LabathRemove dynamic loader, platform and ABI plugins from...
2016-11-29 Anastasia Stulova[OpenCL] Prevent generation of globals in non-constant...
2016-11-29 Filipe CabecinhasCompiler-rt part of D26230: Add (constant) masked load...
2016-11-29 Artur Pilipenko[CVP] Remove use of removed flag (-cvp-dont-process...
2016-11-29 Michael Kruse[DeLICM] Add pass boilerplate code.
2016-11-29 Pavel LabathSpecify the dependencies of lldb-server manually
2016-11-29 Roger Ferrer... Protect std::string tests under libcpp-no-exceptions
2016-11-29 Roger Ferrer... Protect std::{,unordered_}map tests under noexceptions
2016-11-29 Roger Ferrer... Protect locale tests under noexceptions
2016-11-29 Roger Ferrer... Protect test for dynarray under libcpp-no-exceptions
2016-11-29 Artur Pilipenko[CVP] Remove cvp-dont-process-adds flag
2016-11-29 Peter Smith[ELF] Add support for static TLS to ARM
2016-11-29 Nemanja Ivanovic[PowerPC] Improvements for BUILD_VECTOR Vol. 1
2016-11-29 George Rimar[ELF] - Disable emiting multiple output sections when...
2016-11-29 George Rimar[ELF] - Add support of proccessing of the rest allocata...
2016-11-29 Alexey Bataev[SLP] Add a new test for tree vectorization starting...
2016-11-29 Simon Pilgrim[X86] Moved getTargetConstantFromNode function so a...
2016-11-29 Bob Haarman[profile] use GetComputerNameExW instead of gethostname...
2016-11-29 Benjamin Kramer[include-fixer] Don't eat one token too many when repla...
2016-11-29 Michael KrusecanSynthesize: Remove unused argument LI. NFC.
2016-11-29 Aditya Kumar[libcxx] remove unused code
2016-11-29 Aditya Kumar[GVNHoist] Rename variables.
2016-11-29 Aditya Kumar[GVNHoist] Enable aggressive hoisting when optimizing...
2016-11-29 Simon Pilgrim[X86][SSE] Add initial support for combining target...
2016-11-29 Eric Liu[change-namespace] fix non-calling function references.
2016-11-29 Simon PilgrimAvoid repeated calls to MVT::getScalarSizeInBits()...
2016-11-29 Simon Atanasyan[ELF][MIPS] Make stable an order of GOT page address...
2016-11-29 Simon Pilgrim[X86][SSE] Added tests showing missed combines to ...
2016-11-29 Chandler Carruth[PM] Fix a bad invalid densemap iterator bug in the...
2016-11-29 Tobias GrosserUpdate for clang-format change in r288119
2016-11-29 Benjamin Kramer[AST] Use static_assert to verify types instead of...
2016-11-29 Simon Atanasyan[ELF][MIPS] Add new check to the test case in attempt...
2016-11-29 Malcolm Parsons[StringRef] Use default member initializers and = default.
2016-11-29 Simon Atanasyan[ELF][MIPS] Restore Config->Threads for MIPS targets
2016-11-29 Simon Atanasyan[ELF][MIPS] Do not change MipsGotSection state in the...
2016-11-29 Simon Atanasyan[ELF][MIPS] Replace the magic number of GOT header...
2016-11-29 Simon Atanasyan[ELF][MIPS] Fix calculation of GOT "page address" entri...
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-29 Krasimir GeorgievRemoved DEBUG_TYPE from TokenAnalyzer.h
2016-11-29 Yaron KerenCorrect comment: we are creating a canonicla decltypetype.
2016-11-29 George Rimar[ELF] - Implemented -N (-omagic) command line option.
2016-11-29 Pavel LabathRemove ConnectionSharedMemory
2016-11-29 Daniel Jasperclang-format: [JS] Properly format dict literals that...
2016-11-29 Daniel Jasperclang-format: Wrap complex binary expressions on the...
2016-11-29 Daniel Jasperclang-format: Fix unnnecessary line break.
2016-11-29 Hafiz Abid... Fix a typo.
2016-11-29 Pavel LabathRemove ConnectionMachPort
2016-11-29 Marcin KoscielnickiRevert "Revert "[ASan] Enable on SystemZ.""
2016-11-29 Alexey Bataev[SLPVectorizer] Improved support of partial tree vector...
2016-11-29 Eugene Leviant[ELF] Refactor target error messages
2016-11-29 Rui UeyamaStyle fix.
2016-11-29 Rui UeyamaSimplify "missing argument" error message.
2016-11-29 Rui UeyamaAdd comments.
2016-11-29 Rui UeyamaPrint error message header in red.
2016-11-29 Rafael EspindolaUse relocations to fill statically known got entries.
2016-11-29 Rafael EspindolaSort. NFC.
2016-11-29 Rafael EspindolaAdd a test.
2016-11-29 Warren RistowTest commit. Comment changes. NFC.
2016-11-29 Saleem Abdulrasoolbuiltins: switch to c11 from c99
2016-11-29 Peter CollingbourneBitcode: Change expected layout of module blocks.
2016-11-29 Richard SmithAdd a warning for 'main' returning 'true' or 'false'.
2016-11-29 Reid Kleckner[asan/win] Align global registration metadata to its...
2016-11-29 Tom StellardAMDGPU/SI: Avoid moving PHIs to VALU when phi values...
2016-11-29 Alexander Shaposhnikov[lldb] Fix compilation of SymbolFileDWARF.cpp with...
2016-11-29 Reid KlecknerUse ${:uid} to generate unique MS asm labels, not ...
2016-11-29 Reid KlecknerRecognize ${:uid} escapes in intel syntax inline asm
2016-11-29 Evgeniy StepanovReturn memory to OS right after free (not in the async...
2016-11-29 Adam Nemet[GVN, OptDiag] Print the interesting instructions invol...
2016-11-28 Reid KlecknerAvoid lambdas in default member initializers to work...
2016-11-28 Sanjay Patel[DAG] clean up foldSelectCCToShiftAnd(); NFCI
2016-11-28 Mehdi AminiPut ABI breaking test in Error checking behind LLVM_ENA...
2016-11-28 Kevin EnderbyAdd error checking for Mach-O universal files.
2016-11-28 Peter CollingbourneIRGen: Remove all uses of CreateDefaultAlignedLoad.
2016-11-28 Mehdi AminiAdd link-time detection of LLVM_ABI_BREAKING_CHECKS...
2016-11-28 John McCallMake CGVTables use ConstantInitBuilder. NFC.
2016-11-28 John McCallHide the result of building a constant initializer...
2016-11-28 John McCallConstantBuilder -> ConstantInitBuilder for clarity...
2016-11-28 Chandler Carruth[PM] Extend the explicit 'invalidate' method API on...
2016-11-28 Peter Collingbournecmake: Set rpath for loadable modules as well as shared...
2016-11-28 Eli Friedman[SROA] Drop lifetime.start/end intrinsics when they...
2016-11-28 Sanjay Patel[DAG] add helper function for selectcc --> and+shift...
2016-11-28 Kuba Mracek[asan] Refactor shadow memory initialization out of...
2016-11-28 Mehdi AminiImprove error handling in YAML parsing
next