2019-04-18 |
Evgeny Mankov | [CUDA][Windows] Restrict long double device functions... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
George Rimar | [LLD][ELF] - A fix for "linker script assignment loses... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Simon Pilgrim | [X86][SSE] Lower ICMP EQ(AND(X,C),C) -> SRA(SHL(X,LOG2... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Fangrui Song | [ELF] Respect NonAlloc when copying flags from the... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
James Henderson | [llvm-objcopy][llvm-strip] Add switch to allow removing... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Cullen Rhodes | Test commit access [NFC] |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Serguei Katkov | [NewPM] Add Option handling for LoopVectorize |
commit | commitdiff | tree | snapshot |
2019-04-18 |
George Rimar | [LLD][ELF] - Fix the different behavior of the linker... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Fangrui Song | [ELF] Place SectionPiece::{Live,Hash} bit fields together |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Kang Zhang | [PowerPC] Fix wrong ElemSIze when calling isConsecutiveLS() |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Rong Xu | [llvm-profdata] Fix one bad format in llvm-profdata... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Martin Storsjo | Add support for ARMv7-M architecture which uses the... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Eric Christopher | Elaborate why we have an option on by default for enabl... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Tim Renouf | [AMDGPU] Avoid DAG combining assert with fneg(fadd... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Ali Tamur | Fix a typo in comments. [NFC] |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Rui Ueyama | lld: elf: Fix sections with explict addresses in regions |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Aditya Nandakumar | [GISel]:IRTranslator: Prefer a buidInstr form that... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Richard Trieu | Fix bad compare function over FusionCandidate. |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Jonas Devlieghere | [Shell] Simplify Extracting Python Version |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Adrian Prantl | Revert Implement sys::fs::copy_file using the macOS... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Richard Smith | Split out modules-specific declaration handling from... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Richard Smith | Add '#pragma clang __debug module_map module.name'... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Richard Smith | [c++2a] Improve diagnostic for use of declaration from... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Alexander Kornienko | [clang-format] Remove unused Environment constructor. |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Kuba Mracek | [lldb] Don't filter variable list when doing a lookup... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Adrian Prantl | Implement sys::fs::copy_file using the macOS copyfile... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Akira Hatanaka | Move the implementation of getInnermostBlockDecl to... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Douglas Yung | Fix test on PS4 which defaults to gnu99 which does... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Davide Italiano | [Cmake] Add missing dependency for running tests. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Akira Hatanaka | [Sema][ObjC] Don't warn about an implicitly retained... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Akira Hatanaka | Fix formatting. NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sanjay Patel | [x86] try to widen 'shl' as part of LEA formation |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Alexander Kornienko | [clang-tidy] Don't issue cppcoreguidelines-macro-usage... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Stephane Moore | [clang-tidy] Add a check for [super self] in initializers 🔍 |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Denis Bakhvalov | Test commit by Denis Bakhvalov |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Nick Desaulniers | [AsmPrinter] hoist %a output template to base class... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Amara Emerson | Add a getSizeInBits() accessor to MachineMemOperand... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | [libc++][CMake] Remove unnecessary conditional for... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Davide Italiano | [crashlog] Use the right path for dsymforUUID and remov... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Petr Hosek | [CMake] Split linked libraries for shared and static... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Amara Emerson | [GlobalISel] Add legalization support for non-power... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sam McCall | [clangd] Strip the ' [some-check-name]' suffix from... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sam McCall | [clangd] Use shorter, more recognizable codes for diagn... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | [libc++] (Take 2) Add a test that uses the debug databa... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Kristof Umann | [analyzer] PR41185: Fix regression where __builtin_... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | [libc++][CMake] Allow building neither the shared nor... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Kit Barton | Add basic loop fusion pass. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sam McCall | [clangd] Recognize "don't include me directly" pattern... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Frederic Riss | [CMake] Remove Apple-specific version logic. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Nick Desaulniers | [AsmPrinter] defer %c to base class for ARM, PPC, and... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | [libc++] Use the no_destroy attribute to avoid destroyi... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Steven Wu | [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Philip Reames | [InstCombine] Factor out unreachable inst idiom creatio... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Nikita Popov | [LVI][CVP] Constrain values in with.overflow branches |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Dmitry Preobrazhensky | [AMDGPU][MC] Corrected handling of "-" before expressions |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Alexey Bataev | [OPENMP][NVPTX]Run combined constructs with if clause... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sanjay Patel | [ARM] tighten test checks; NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | Revert "[libc++] Add a test that uses the debug databas... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Rhys Perry | AMDGPU: Force skip over SMRD, VMEM and s_waitcnt instru... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | [libc++] Add a test that uses the debug database from... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Amy Huang | Remove --show-includes flag in crash reduce script |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Alexander Kornienko | [clang-tidy] Fix invalid location in readability-mislea... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | [libc++][NFC] Make size of allocation more self-documenting |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sanjay Patel | [ARM] make test checks more thorough; NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Florian Hahn | [LoopUnroll] Allow unrolling if the unrolled size does... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Simon Pilgrim | [DAGCombine] Add SimplifyDemandedBits helper that handl... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Lang Hames | [Support] Add LEB128 support to BinaryStreamReader... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Florian Hahn | [ScheduleDAGRRList] Recompute topological ordering... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Louis Dionne | Explicitly say we don't define new/delete in libc+... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Dmitry Preobrazhensky | [AMDGPU][MC] Corrected parsing of registers |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Tim Renouf | [AMDGPU] Flag new raw/struct atomic ops as source of... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Nico Weber | gn build: Merge r358554 |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Robert Widmann | [LLVM-C] Add DIFile Field Accesssors |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Haojian Wu | [clang-tidy] Add fix descriptions to clang-tidy checks. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sam McCall | [clangd] Include textual diagnostic ID as Diagnostic... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Simon Pilgrim | [CostModel][X86] Add bool anyof/allof reduction costs |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Andrey Churbanov | Fixed memory leak reported in Bugzilla: |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sam McCall | [clangd] Include insertion: require header guards,... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Hans Wennborg | clang-cl: Parse /openmp:experimental |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Fangrui Song | [DWARF] llvm::Error -> Error. NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sven van Haastregt | [libclang] Expose ext_vector_type |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Fangrui Song | [ELF] Use llvm::bsearch. NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Fangrui Song | Change some llvm::{lower,upper}_bound to llvm::bsearch... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Jordan Rupprecht | [llvm-objcopy] Support full list of bfd targets that... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Sam McCall | [clangd] lower_bound -> bsearch, NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Roman Lebedev | [CVP] processOverflowIntrinsic(): don't crash if consta... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Fangrui Song | [DWARF] Pass ReferenceToDIEOffsets elements by reference |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Dmitri Gribenko | Fixed error message printing in write_cmake_config.py |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Craig Topper | [X86] Autogenerate complete checks. NFC |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Craig Topper | [X86] In CopyToFromAsymmetricReg, use VR128 instead... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Andrea Di Biagio | [MCA] Moved the bottleneck analysis to its own file... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Eric Christopher | Revert "Add basic loop fusion pass." Per request. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Eric Christopher | Revert "Temporarily Revert "Add basic loop fusion pass."" |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Eric Fiselier | Fix visibility for coroutine types on Windows |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Aaron Smith | Clear the output string passed to GetHostName() |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Peter Collingbourne | clangd: Change Windows.h to windows.h. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Eric Christopher | Remove the run-slp-after-loop-vectorization option. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Rui Ueyama | Fix a crash bug caused by a nested call of parallelForEach. |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Eric Christopher | Temporarily Revert "Add basic loop fusion pass." |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Rui Ueyama | lld: Fix initial Mach-O load commands size calculation... |
commit | commitdiff | tree | snapshot |
next |