2019-04-19 |
Sam Clegg | [WebAssembly] FastISel: Don't fallback to SelectionDAG... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Vedant Kumar | [GVN+LICM] Use line 0 locations for better crash attrib... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Vitaly Buka | Update GN files to build with r358103 |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Eric Christopher | Remove the EnableEarlyCSEMemSSA set of options from... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Eli Friedman | [AArch64] Fix checks for AArch64MCExpr::VK_SABS flag. |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Jessica Paquette | [GlobalISel] Add IRTranslator support for G_FRINT |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Amy Huang | Attempt to fix buildbot failure in commit 1bb57bac959ac... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Jessica Paquette | [GlobalISel] Add a G_FRINT opcode |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Craig Topper | [X86] Add test case for D60801. NFC |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Amy Huang | [MS] Emit S_HEAPALLOCSITE debug info |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Chris Bieneman | [CMake] Pass monorepo build settings in cross compile |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Petr Hosek | [gn] Support dots in CMake paths in the sync script |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Alina Sbirlea | [LICM & MemorySSA] Make limit flags pass tuning options. |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Amara Emerson | Revert "[GlobalISel] Add legalization support for non... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Jessica Paquette | [GlobalISel][AArch64] Legalize vector G_FPOW |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Alina Sbirlea | [NewPassManager] Adding pass tuning options: loop vecto... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | [dsymutil] DwarfLinker: delete unused parameter |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Sanjay Patel | [SelectionDAG] soften splat mask assert/unreachable... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Nico Weber | llvm-undname: Attempt to fix leak-on-invalid found... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Nico Weber | gn build: Merge r358722 |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Nico Weber | gn build: Merge r358691 |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Florian Hahn | [LTO] Add plumbing to save stats during LTO on Darwin. |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | Change \r\n -> \n for llvm-symbolizer/help.test after... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Igor Kudrin | [llvm-symbolizer] Add llvm-addr2line |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Igor Kudrin | [llvm-symbolizer] Unhide and document the "-output... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Igor Kudrin | [llvm-symbolizer] Make the output with -output-style... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Simon Pilgrim | [AMDGPU] Regenerate extractelt->truncate test. |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Bjorn Pettersson | [CodeGen] Add "const" to MachineInstr::mayAlias |
commit | commitdiff | tree | snapshot |
2019-04-19 |
James Molloy | [PATCH] [MachineScheduler] Check pending instructions... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | [MergeFunc] Delete unused FunctionNode::release() |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | [MergeFunc] removeUsers: call remove() only on direct... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Piotr Sobczak | [AMDGPU] Ignore non-SUnits edges |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Chandler Carruth | [CallSite removal] Move the legacy PM, call graph... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | [MergeFunc] Use less_first() as the comparator of Schwa... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Craig Topper | [X86] Turn (and (shl X, C1), C2) into (shl (and X,... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Craig Topper | [X86] Add test cases for turning (and (shl X, C1),... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Craig Topper | [X86] Make sure we copy the HandleSDNode back to N... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | [DWARF] Use hasFileAtIndex to properly verify DWARF... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Ali Tamur | [llvm] Prevent duplicate files in debug line header... |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Fangrui Song | [APInt] Optimize umul_ov |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Saleem Abdulrasool | MergeFunc: preserve COMDAT information when creating... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Alina Sbirlea | [LoopUnroll] Move list of params into a struct [NFCI]. |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Sanjay Patel | [AArch64] add tests for mul-by-element; NFC |
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 |
Jessica Paquette | [GlobalISel][AArch64] Legalize/select G_(S/Z/ANY)_EXT... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Jessica Paquette | [GlobalISel][AArch64] Legalize v8s8 loads |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Nico Weber | llvm-undname: Fix two more asserts-on-invalid, found... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Nico Weber | llvm-undname: Fix two asserts-on-invalid |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Philip Reames | [GuardWidening] Wire up a NPM version of the LoopGuardW... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Michael Berg | [NFC] FMF propagation for GlobalIsel |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Quentin Colombet | [BlockExtractor] Extend the file format to support... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Roland Froese | [PowerPC] Add some PPC vec cost tests to prep for D6016... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Simon Pilgrim | [X86] combineVectorTruncationWithPACKUS - remove split... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Philip Reames | [LoopPred] Fix a blatantly obvious bug in r358684 |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Sanjay Patel | [x86] add tests for improved insertelement to index... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Stefan Granitz | [CMake] Allow custom extensions for externalized debug... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Philip Reames | [LoopPredication] Allow predication of loop invariant... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Nicolai Haehnle | [SDA] Bug fix: Use IPD outside the loop as divergence... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Philip Reames | Fix a bug in SCEV's isSafeToExpand around speculation... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Benjamin Kramer | MinidumpYAML: Fix ambiguity between std::make_unique... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Pavel Labath | MinidumpYAML: Add support for ModuleList stream |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Nico Weber | gn build: Merge r358607 |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Nico Weber | gn build: Merge r358633 |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Nico Weber | gn build: Merge r358620 |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Jordan Rupprecht | [llvm-objcopy] Add -B mips |
commit | commitdiff | tree | snapshot |
2019-04-18 |
George Rimar | [yaml2elf/obj2yaml] - Allow normal parsing/dumping... |
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 |
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 |
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 |
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 |
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 |
Adrian Prantl | Revert Implement sys::fs::copy_file using the macOS... |
commit | commitdiff | tree | snapshot |
2019-04-18 |
Adrian Prantl | Implement sys::fs::copy_file using the macOS copyfile... |
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 |
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 |
Amara Emerson | [GlobalISel] Add legalization support for non-power... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Kit Barton | Add basic loop fusion pass. |
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 |
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 |
Sanjay Patel | [ARM] tighten test checks; NFC |
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 |
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 |
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 |
next |