platform/upstream/llvm.git
2016-08-31 Richard TrieuConcatenate two FileCheck lines in a test.
2016-08-31 Hal Finkel[PowerPC] Don't spill the frame pointer twice
2016-08-31 NAKAMURA TakumiclangTooling: Update libdeps: LLVMOptions, since r280118.
2016-08-31 NAKAMURA TakumiclangTooling depends on ClangDriverOptions since r280118.
2016-08-31 Kostya Serebryany[sanitizer] remove kBatchClassID that is not used any...
2016-08-31 Gor Nishanov[Coroutines] Part 10: Add coroutine promise support.
2016-08-31 Sanjay Patel[InstCombine] clean up InsertRangeTest; NFCI
2016-08-31 Jason Henline[StreamExecutor] Add Stream::blockHostUntilDone
2016-08-31 Vedant Kumar[llvm-cov] Drop redundant "No." suffix in a column...
2016-08-31 Piotr Padlewski[clang-tidy] modernize-make-{smart_ptr} private ctor...
2016-08-30 Alina Sbirlea[LoadStoreVectorizer] Change VectorSet to Vector to...
2016-08-30 Richard SmithDon't try to run a test that generates code for x86...
2016-08-30 Jason Henline[StreamExecutor] Simplify Kernel classes
2016-08-30 Sanjay Patel[InstCombine] add tests to show type limitations of...
2016-08-30 Devin Coughlin[analyzer] Use lazily created buffer in EmptyLocalizati...
2016-08-30 Enrico GranataRename the test class
2016-08-30 Enrico GranataAdd an helper class lldb.formatters.synth.PythonObjectS...
2016-08-30 Saleem AbdulrasoolDriver: use the canonical static library naming
2016-08-30 Reid Kleckner[codeview] Remove redundant TypeTable lookup
2016-08-30 Kevin EnderbyAdd a test file, macho-invalid-dysymtab-extreloff-nextrel,
2016-08-30 Enrico GranataTeach ValueObject::ReadPointedString how to read char...
2016-08-30 Daniel Jasperclang-format: Correctly calculate affected ranges when...
2016-08-30 Enrico GranataFix a typo/thinko - this was generating the wrong kind...
2016-08-30 Lang Hames[ORC][RPC] Fix some bugs in the callB primitive.
2016-08-30 Chris Bieneman[CMake] Ensure that compiler-rt is added first
2016-08-30 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-08-30 Bruno Cardoso... [Modules] Add 'gnuinlineasm' to the 'requires-declarati...
2016-08-30 Saleem Abdulrasoolllvm-readobj: speculative fix for MSVC
2016-08-30 Richard TrieuFix memory leak by storing returned pointer in std...
2016-08-30 Rafael EspindolaPass Binding instead of IsWeak to addBitcode.
2016-08-30 Tim NorthoverGlobalISel: combine extracts & sequences created for...
2016-08-30 Matt ArsenaultAMDGPU: Relax SGPR asm constraint register class
2016-08-30 Mike Aizatsky[libfuzzer] simplified unit truncation; do not write...
2016-08-30 Hemant KulkarniRevert "ELFDumper: Unversioned symbols must not have...
2016-08-30 Enrico GranataAdd SBType::GetArrayType() such that - given a type...
2016-08-30 Vedant Kumar[test] Pass a fake libLTO.dylib to a driver test which...
2016-08-30 Vedant KumarRevert "[test] Add libLTO as a clang test dependency...
2016-08-30 Michael Kuperstein[LoopVectorizer] Predicate instructions in blocks with...
2016-08-30 David Majnemer[COFFObjectFile] Ignore broken symbol table
2016-08-30 Saleem Abdulrasoolstats: define WIN32_LEAN_AND_MEAN when including windows.h
2016-08-30 Saleem Abdulrasoolprofile: add missing include for Windows
2016-08-30 Davide Italiano[LTO] Fix the logic for dropping unnamed_addr.
2016-08-30 Daniel BerlinIntrArgMemOnly is only defined (and current AA machiner...
2016-08-30 Vedant Kumar[test] Add libLTO as a clang test dependency on Darwin
2016-08-30 Lang HamesRe-instate recent RPC updates (r280016, r280017, r28002...
2016-08-30 Hemant KulkarniELFDumper: Unversioned symbols must not have trailing @
2016-08-30 Zachary TurnerA few minor stylistic cleanups in StringExtractor.
2016-08-30 Jonathan PeytonAppease older gcc compilers for the many-microtask...
2016-08-30 Zachary TurnerUse llvm to do endian conversions.
2016-08-30 Richard SmithPR29166: when merging declarations with typedef names...
2016-08-30 Duncan P. N... CodeGen: Fixup for r280128, since GCC isn't as permissi...
2016-08-30 Richard SmithUnrevert r280035 now that the clang-cl bug it exposed...
2016-08-30 Richard SmithPR30195: Fix clang-cl attempting to precompile bogus...
2016-08-30 Tim NorthoverGlobalISel: forbid physical registers on generic MIs.
2016-08-30 Saleem Abdulrasoolllvm-readobj: add support for printing GNU Notes
2016-08-30 Saleem AbdulrasoolSupport: add some more ELF constants
2016-08-30 Zachary TurnerFix unit test after function name change.
2016-08-30 Duncan P. N... ADT: Split ilist_node_traits into alloc and callback...
2016-08-30 Etienne Bergerontypo + indentation [NFC]
2016-08-30 Zachary TurnerRename ArrayRef::keep_front / keep_back to take_front...
2016-08-30 Kyle ButtTailDuplication: Extract Indirect-Branch block limit...
2016-08-30 Zachary TurnerAdd a few more unit tests for StringExtractor.
2016-08-30 Zachary TurnerConvert some StringExtractor functions to accept Mutabl...
2016-08-30 Duncan P. N... ADT: Guarantee transferNodesFromList is only called...
2016-08-30 Niels Ole Salscheiderconfigure.py: Add polaris10 and polaris11
2016-08-30 Niels Ole SalscheiderBasic/Targets.cpp: Add polaris10 and polaris11 gpus
2016-08-30 Eugene Zelenko[Release notes] Fix highlighting.
2016-08-30 Olivier GoffartFix colored diagnostics from tools
2016-08-30 Zachary TurnerAppease buildbots after r280114.
2016-08-30 Duncan P. N... IR: Appease MSVC after r280107 with an & or two
2016-08-30 Sanjay Patel[InstCombine] replace divide-by-constant checks with...
2016-08-30 Zachary TurnerAdd StringRef::take_front and StringRef::take_back
2016-08-30 Zachary TurnerAdd StringRef::contains()
2016-08-30 Sanjay Patel[InstCombine] clean up foldICmpDivConstant; NFCI
2016-08-30 Filipe CabecinhasStart reifying error descriptions (Re-do of D23672...
2016-08-30 Filipe CabecinhasSplit ScarinessScore between its "storage" (POD), and...
2016-08-30 Duncan P. N... ADT: Clean up docs and formatting for ilist_traits...
2016-08-30 Chris Bieneman[CMake] Copy headers relative to LLVM_BINARY_DIR
2016-08-30 Duncan P. N... ADT: Split out simple_ilist, a simple intrusive list
2016-08-30 Reid KlecknerXFAIL cfi/stats.cpp on Windows until we fix our DIA...
2016-08-30 NAKAMURA TakumiFixup r279618, instantiate *AnalysisManagerProxy<*Analy...
2016-08-30 NAKAMURA TakumiDisable clang/test/SemaTemplate/instantiation-depth...
2016-08-30 Ed Masteconsistently add \n to log and trace messages
2016-08-30 Tamas BerghammerRemove mention of autoconf from the build instructions
2016-08-30 Valery Pykhtin[AMDGPU] Refactor SOP instructions TD files.
2016-08-30 Reid KlecknerRevert "[ORC][RPC] Make the future type of an Orc RPC...
2016-08-30 Ed Mastelibunwind: fix X86 register numbers for FreeBSD/i386
2016-08-30 Kostya Serebryany[libFuzzer] fix a bug when running a single unit of...
2016-08-30 Alexey Bader[OpenCL] Make is_valid_event, create_user_event overloa...
2016-08-30 Kostya Serebryany[libFuzzer] stop using bits for memcmp's value profile...
2016-08-30 Haojian Wu[clang-tidy docs] Fix build errors on Sphinx 1.4.6
2016-08-30 Nico WeberFix typo in comment
2016-08-30 Krzysztof Parzyszek[Hexagon] Use handleTargetFeaturesGroup to process...
2016-08-30 Nirav Dave[MC] Move parser helper functions from Asmparser to...
2016-08-30 Nico WeberRevert r280035 (and followups r280057, r280085), it...
2016-08-30 Chad Rosier[Reassociate] Add additional debug output. NFC.
2016-08-30 Krzysztof ParzyszekHandle -mlong-calls on Hexagon
2016-08-30 Pavel LabathRevert "gdb-remote: Make the sequence mutex non-recursive"
2016-08-30 Pavel LabathFix darwin cmake build for r279997
2016-08-30 Ed Mastelibunwind: correct 'libuwind' typo
next