2017-10-18 |
Matt Morehouse | [clang-proto-fuzzer] Use ToT protobuf-mutator. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Sumanth Gundapaneni | [Hexagon] Handling of new HVX flags and target-features |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Sumanth Gundapaneni | [Hexagon] New HVX target features. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Konstantin... | AMDGPU/Docs: Make target naming consistent |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Sumanth Gundapaneni | [Hexagon] Update Hexagon ArchEnum and sync some downstr... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Krzysztof Parzyszek | [Hexagon] Mark vector loads as predicable, update instr... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Konstantin... | AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroup... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Aaron Ballman | Enable support for the [[maybe_unused]] attribute from... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Marshall Clow | Fix regex bug with ^\W. Thanks to Tim Shen for the... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Jonas Toth | [clang-tidy] Fix 32bit platform MSVC |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Jonas Toth | [clang-tidy] Fix buildbot for msvc |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Jonas Toth | [clang-tidy] introduce legacy resource functions to... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Alex Bradbury | [RISCV] Bugfix createRISCVELFObjectWriter |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Haojian Wu | Support Objective-C/C++ source files in check_clang_tidy.py |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Justin Bogner | update_mir_test_checks: Handle empty liveins |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Justin Bogner | update_mir_test_checks: Do a better job of disambiguati... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Justin Bogner | AArch64/GISel: Fix a couple of tests that were testing... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Aaron Ballman | Silencing a redefinition warning that was not germane... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Andre Vieira | [ARM] Fix disassembly for conditional VMRS and VMSR... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Simon Dardis | [mips] Fix analyzeBranch to handle debug data |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Aaron Ballman | Enable support for the [[fallthrough]] attribute from... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Nikolai Bozhenov | Fixup patch for revision rL316070. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Simon Dardis | [mips] Move test to correct directory. NFCI |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Michael Zuckerman | Adding new test for |
commit | commitdiff | tree | snapshot |
2017-10-18 |
NAKAMURA Takumi | Untabify. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
George Rimar | [ELF] - Removed outdated comment. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
George Rimar | [ELF] - Moved, fixed outdated comment. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Dylan McKay | [AVR] Update to current LLVM API |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Aaron Ballman | Silence -Wimplicit-fallthrough warnings with the genera... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Haojian Wu | [clang-rename] Rename alias. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
George Rimar | [ELF] - Make LinkerScript::assignOffsets private. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Michael Zuckerman | [AVX512][AVX2]Cost calculation for interleave load... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Hiroshi Inoue | [PowerPC] Use helper functions to check sign-/zero... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Nikolai Bozhenov | Improve lookThroughCast function. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Gabor Horvath | [ASTImporter] Import SubStmt of CaseStmt |
commit | commitdiff | tree | snapshot |
2017-10-18 |
George Rimar | [ELF] - Remove excessive helper. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Michael Zuckerman | Fixing bug issue https://bugs.llvm.org/show_bug.cgi... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Haojian Wu | New -assume-filename=param to check_clang_tidy.py ... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Rafael Espindola | Handle shared symbols in the gnu hash construction. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Serguei Katkov | Fix the incorrect detection of ICONV_LIBRARY_PATH |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Justin Bogner | update_mir_test_checks: Support '-' in function names |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Justin Bogner | update_mir_test_checks: Fix a typo I made while prepari... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
NAKAMURA Takumi | [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
NAKAMURA Takumi | Prune trailing linefeed. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Vlad Tsyrklevich | Statically link llvm-cfi-verify's libraries. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Rafael Espindola | Revert "Bring back the rest of r315721." |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Justin Bogner | Add a utility to update MIR checks, similar to update_l... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Richard Smith | Provide a flag group to turn on/off all "binary literal... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Richard Smith | [modules] When finding the owning module of an instanti... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Jatin Bhateja | [ScalarEvolution] Handling for ICmp occuring in the... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Petr Hosek | [CMake] Build Fuchsia toolchain as -O3 |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Adrian Prantl | Verifier: Ignore CUs pulled in by ODR-uniqued types. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Rafael Espindola | Bring back the rest of r315721. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Adrian Prantl | Revert "Verifier: Ignore CUs pulled in by ODR-uniqued... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Adrian Prantl | Verifier: Ignore CUs pulled in by ODR-uniqued types. |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Marco Castelluccio | Use O_BINARY when opening GCDA file on Windows |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Daniel Sanders | [aarch64][globalisel] Register banks and classes should... |
commit | commitdiff | tree | snapshot |
2017-10-18 |
Saleem Abdulrasool | Basic: fix __{,U}INTPTR_TYPE__ on ARM |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Michael Zolotukhin | [GlobalDCE] Use DenseMap instead of unordered_multimap... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Peter Collingbourne | lit: Improve %: normalization. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Zachary Turner | Resubmit "[lit] Raise the logic for enabling clang... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Saleem Abdulrasool | Basic: fix `__INTPTR_TYPE__` for Windows ARM |
commit | commitdiff | tree | snapshot |
2017-10-17 |
George Karpenkov | [Analyzer] Always use non-reference types when creating... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Pavel Labath | Silence some "implicit conversion of string literal... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Wei Ding | AMDGPU : Fix an error for the llvm.cttz implementation. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Matthias Braun | AArch64: Enable AES instruction fusion on Cyclone. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Tim Northover | AArch64: account for possible frame index operand in... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Eugene Zelenko | [Transforms] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Simon Pilgrim | [X86][SSE] Tests packuswb/truncation codegen from PR34773 |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Nico Weber | Fix PR34981, a crash-on-invalid merging dllimport to... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | [MachineOutliner][NFC] Clean up prune logic a bit |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Erich Keane | [CFG] Relax Wexceptions warning on rethrow |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vassil Vassilev | Revert "[cmake] Use find_package to discover zlib" |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Aaron Ballman | This test case was missing -fsyntax-only, so I've added... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | Fix typo in checkTwoLevelHintsCommand |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Aaron Ballman | Enable support for the [[nodiscard]] attribute from... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vassil Vassilev | [cmake] Use find_package to discover zlib |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Konstantin... | AMDGPU: Start generating metadata for MaxFlatWorkGroupSize |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Evgeniy Stepanov | Revert "[asan] Deflake one test by running it 3 times." |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vassil Vassilev | Expose ConsumeAnyToken interface to external clients. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Eric Fiselier | Refactor std::list node allocation logic. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | [MachineOutliner][NFC] Move decrement logic to Outlined... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | [MachineOutliner][NFC] Move end index calculation into... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vitaly Buka | Fix signed overflow detected by ubsan |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Simon Pilgrim | [DAGCombine] Add SCALAR_TO_VECTOR undef handling to... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Bruno Cardoso... | [OpenCL] Restrict swizzle length check to OpenCL mode |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Erich Keane | Replace use of SmallVector::back + pop_back with pop_ba... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Matt Morehouse | [llvm-special-case-list-fuzzer] Add fuzz target. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Saleem Abdulrasool | Sema: use new `getNS{,U}IntegerType` for NS{,U}Integer |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjay Patel | [ARM, AArch64] adjust tests trying to maintain their... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Alexey Bataev | [OPENMP] Fix capturing of boolean variables in debug... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Pavel Labath | lldb-server tests: Add support for testing debugserver |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Eric Fiselier | fix shadowing warnings in new tests, try 2 |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjay Patel | [SimplifyCFG] add test for part of PR34471 (switch... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Pavel Labath | Remove shared_pointer from NativeThreadProtocol |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjay Patel | [SimplifyCFG] update test to use auto-generated FileChe... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sam McCall | Fix pthread_[gs]etname_np detection |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Rafael Espindola | Bring back part of r315721. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Simon Atanasyan | [mips] Provide more detailed comment. NFC |
commit | commitdiff | tree | snapshot |
2017-10-17 |
George Rimar | [ELF] - Simplify. NFC. |
commit | commitdiff | tree | snapshot |
next |