Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
0c8a21879872c8ca8aa5966263f9d67207b3108e
0c8a218
[AMDGPU] improve fragile test for divergent branches
by Sameer Sahasrabuddhe
· 5 years ago
512f345
[mlir] Hotfix - Rename MLIRRuntimeUtils to mlir_runtime_utils
by Nicolas Vasilache
· 5 years ago
4ef272e
[InstCombine] DCE instructions earlier
by Nikita Popov
· 5 years ago
75d4d4b
Add an attribute registry so plugins can add attributes
by John Brawn
· 5 years ago
ddd1127
Remove BinaryOperator::CreateFNeg
by Simon Moll
· 5 years ago
740ed61
Revert "[SYCL] Driver option to select SYCL version"
by Alexey Bader
· 5 years ago
f64e457
[Transforms][Debugify] Ignore PHI nodes when checking for DebugLocs
by Pierre-vh
· 5 years ago
00072c0
[WebAssembly] Mangle the argc/argv `main` as `__wasm_argc_argv`.
by Dan Gohman
· 5 years ago
197bda5
[WebAssembly] Teach lld how to demangle "__main_argc_argv".
by Dan Gohman
· 5 years ago
c08384a
[WebAssembly] Add an `isWasm` target triple predicate.
by Dan Gohman
· 5 years ago
080890a
[InstCombine] Add PR14365 test cases + vector equivalents.
by Simon Pilgrim
· 5 years ago
168a44a
[CostModel][X86] Improve extract/insert element costs (PR43605)
by Simon Pilgrim
· 5 years ago
965ba42
Revert "[ARM] Add CPSR as an implicit use of t2IT"
by Sam Parker
· 5 years ago
f943443
[Debuginfo][NFC] Unify error reporting routines inside DebugInfoDWARF.
by Alexey Lapshin
· 5 years ago
1b811ff
[DA] Delinearization of fixed-size multi-dimensional arrays
by Bardia Mahjour
· 5 years ago
bd97704
[SYCL] Driver option to select SYCL version
by Ruyman
· 5 years ago
ee1b2e7
[Hexagon] Do not use init_arrays by default
by Krzysztof Parzyszek
· 5 years ago
fcfd3a2
[mlir] NFC - Move runner utils from mlir-cpu-runner to ExecutionEngine
by Nicolas Vasilache
· 5 years ago
4569b3a
Revert "Devirtualize a call on alloca without waiting for post inline cleanup and next"
by Kirill Bobyrev
· 5 years ago
5900d3f
[AMDGPU][ConstantFolding] Fold llvm.amdgcn.fract intrinsic
by Jay Foad
· 5 years ago
f90cc63
Fix cppcheck definition/declaration arg mismatch warnings. NFCI.
by Simon Pilgrim
· 5 years ago
fe6bcfa
[X86] Use Subtarget.useSoftFloat() in X86TargetLowering constructor
by Simon Pilgrim
· 5 years ago
f35f59a
Adding some documentation for __builtin_dump_struct.
by Aaron Ballman
· 5 years ago
39e1c1f
Add GPU lowerings for the different log ops.
by Adrian Kuegel
· 5 years ago
e61e7f0
Fix shadow variable warning. NFC.
by Simon Pilgrim
· 5 years ago
dc7ac56
Fix shadow variable warnings. NFC.
by Simon Pilgrim
· 5 years ago
efe2f59
[X86] LowerMSCATTER/MGATHER - reduce scope of MaskVT. NFCI.
by Simon Pilgrim
· 5 years ago
fabe52a
Fix uninitialized variable warning. NFC.
by Simon Pilgrim
· 5 years ago
54e5600
[mlir] fix wrong symbol order in AffineApplyNormalizer
by Alex Zinenko
· 5 years ago
aa324c5
[clangd][NFC] Don't query the index if the rename symbol is function local.
by Haojian Wu
· 5 years ago
6bdd63d
[X86] createVariablePermute - handle case where recursive createVariablePermute call fails
by Simon Pilgrim
· 5 years ago
7dfe0cc
[clang-format] Recognize C# named argument colons as a token type
by Jonathan Coe
· 5 years ago
7ea9a6e
Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"
by Hans Wennborg
· 5 years ago
016d91c
[CallSiteInfo] Handle bundles when updating call site info
by Djordje Todorovic
· 5 years ago
fa9439fa
[AArch64][SVE] Add intrinsics for first-faulting gather loads
by Andrzej Warzynski
· 5 years ago
5122e82
[driver][darwin] Don't use -platform_version flag by default (PR44813)
by Hans Wennborg
· 5 years ago
45abcd1
[AVX] Cleanup check prefixes
by Simon Pilgrim
· 5 years ago
51b5b56
Require asserts for debuginline-cost-delta.ll test
by Kirill Bobyrev
· 5 years ago
13f2a58
[ARM] Fixup FP16 bitcasts
by David Green
· 5 years ago
548e540
[clang-format] Handle commas in [] in C#
by Jonathan Coe
· 5 years ago
2e24219
[MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)
by Hans Wennborg
· 5 years ago
f41e82c
[InstCombine] Fix confusing variable name.
by Jay Foad
· 5 years ago
4bb3cb2
[lldb] Show the actual error when 'watchpoint set expression' failed
by Raphael Isemann
· 5 years ago
0147284
Revert "[Hexagon] Improve casting of boolean HVX vectors to scalars"
by Kirill Bobyrev
· 5 years ago
58d9e81
[DebugInfo][ARM] Fix noreg case when checkig if it is an addImm
by Djordje Todorovic
· 5 years ago
6d85716
[DebugInfo] Describe call site values for chains of expression producing instrs
by David Stenberg
· 5 years ago
ff574ff
[DebugInfo][NFC] Move out lambdas from collectCallSiteParameters()
by David Stenberg
· 5 years ago
2affdce
[lldb][NFC] Fix several -Wdocumentation warnings
by Raphael Isemann
· 5 years ago
e58229f
[ARM] Add CPSR as an implicit use of t2IT
by Sam Parker
· 5 years ago
56b03c3
[lldb] Skip TestWasm.py on sanitized builds until D75200 has landed
by Raphael Isemann
· 5 years ago
8c26f42
[clang,ARM,MVE] Remove redundant #includes in test file.
by Simon Tatham
· 5 years ago
72f044e
[NFC][ARM] Add test case
by Sam Parker
· 5 years ago
13db749
[AArch64] Peephole optimization: merge AND and TST instructions
by Sjoerd Meijer
· 5 years ago
f31fc10
[clangd] Get rid of lexer usage in AST.cpp
by Kadir Cetinkaya
· 5 years ago
1aab055
[libc] Add CMake script to check host cpu features
by Guillaume Chatelet
· 5 years ago
2bb7774
[clangd] Get rid of getBeginningOfIdentifier helper
by Kadir Cetinkaya
· 5 years ago
aff8c04
[MLIR] Add `take_back()` to STLExtras.h for completeness.
by Alexander Belyaev
· 5 years ago
cab6ac2
[libc] Add an optional `NAME` argument to `add_entrypoint_object` rule.
by Siva Chandra Reddy
· 5 years ago
6213884
Some fixes for open breaks on MacOS and UBSan
by ogiroux
· 5 years ago
b9f3686
Fix buildbot break after c46b85aaf4d4
by Nemanja Ivanovic
· 5 years ago
c46b85a
[LoopVectorize] Fix cost for calls to functions that have vector versions
by Nemanja Ivanovic
· 5 years ago
79493e7
AMDGPU/GlobalISel: Add missing test for G_UMULH
by Matt Arsenault
· 5 years ago
6fc0d00
GlobalISel: Fix lowering for G_UADDE/G_USUBE
by Matt Arsenault
· 5 years ago
6dcf431
AMDGPU/GlobalISel: Add missing G_[US]ADDE/G_[US]SUBE tests
by Matt Arsenault
· 5 years ago
c7e8d8b
GlobalISel: Cleanup code with MachineIRBuilder features
by Matt Arsenault
· 5 years ago
2a49d65
[docs][LoopTerminology] Add Loop Simplify Form description.
by Stefanos Baziotis
· 5 years ago
21056a4
[X86] Add test cases showing incorrect setting of nofpexcept flag due to CSE occuring during SelectionDAG creation.
by Craig Topper
· 5 years ago
b305b8a
[ELF][test] Rename SHF_LINK_ORDER related "metadata" to "linkorder"
by Fangrui Song
· 5 years ago
c965fd9
Cost Annotation Writer for InlineCost
by Kirill Naumov
· 5 years ago
82a21c1
[X86] Add proper MachinePointerInfo to stack store created in LowerWin64_i128OP.
by Craig Topper
· 5 years ago
682e703
[libc++] Workaround unused variable warning in test
by Louis Dionne
· 5 years ago
870363a
[X86] Explicitly pass Destination VT and debug location to BuildFILD. NFC
by Craig Topper
· 5 years ago
15e2831
[X86] Explicitly pass Pointer, MachinePointerInfo and Alignment to BuildFILD.
by Craig Topper
· 5 years ago
12339ef
Revert "[libc++] Do not set the `availability=XXX` feature when not testing against a system libc++"
by Louis Dionne
· 5 years ago
a0ec111
[libc++] Temporarily disable availability markup for the C++20 Synchronization library
by Louis Dionne
· 5 years ago
98ed0c5
PR44978: Accept as an extension some cases where destructor name lookup
by Richard Smith
· 5 years ago
30f4362
Disable memory leak checking in a test to work around a bot failure
by Erik Pilkington
· 5 years ago
a5a07b8
Visit previously unreachable nodes in the debug info metadata verifier.
by Adrian Prantl
· 5 years ago
77d9b7b
[X86] Query constant pool object alignment instead of hardcoding.
by Craig Topper
· 5 years ago
9c1a707
[X86] Use proper alignment for stack temporary and correct MachinePointerInfo for stack accesses in LowerUINT_TO_FP.
by Craig Topper
· 5 years ago
a818693
[X86] Use correct MachineMemOperand for stack load in LowerFLT_ROUNDS_
by Craig Topper
· 5 years ago
14306ce
[X86] Add proper MachinePointerInfo to the loads/stores created for moving data between SSE and X87 in X86DAGToDAGISel::PreprocessISelDAG
by Craig Topper
· 5 years ago
34ee941
[ObjectFileMachO] Fix a build error on embedded.
by Davide Italiano
· 5 years ago
65f99b5
[AArch64][GlobalISel] Fixup <32b heterogeneous regbanks of G_PHIs just before selection.
by Amara Emerson
· 5 years ago
16cabf2
[ASTMatchers] HasNameMatcher handles `extern "C"`
by Nathan James
· 5 years ago
949134e
[DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext.
by Alexey Lapshin
· 5 years ago
7848a3c8a
Update the ARC docs for non-trivial ownership in structs.
by John McCall
· 5 years ago
eca4bfe
[MC] Pull out a relaxFragment helper [NFC]
by Philip Reames
· 5 years ago
f79b81f
[llvm-objcopy] Enable --discard-all for MachO
by Alexander Shaposhnikov
· 5 years ago
63779fb
[mlir][spirv] Refactoring to avoid calling the same function twice
by Lei Zhang
· 5 years ago
c753a30
[scudo][standalone] Various improvements wrt RSS
by Kostya Kortchinsky
· 5 years ago
5207331
[libc] Fix typo of namespace in round implementation.
by Paula Toth
· 5 years ago
d2cbaf1
Fix for the test failues introduced in https://reviews.llvm.org/D74704.
by Leonard Chan
· 5 years ago
22cb36c
[dsymutil] Avoid copying swiftinterfaces from the SDK into the dsym bundle
by Adrian Prantl
· 5 years ago
85b641c
[ms] Rename ParsingInlineAsm functions/variables to reflect MS-specificity.
by Eric Astor
· 5 years ago
25c6544
[VectorCombine] add a debug flag to skip all transforms
by Sanjay Patel
· 5 years ago
5bc6ff6
[mlir][spirv] Add some folders for spv.LogicalAnd/spv.LogicalOr
by Lei Zhang
· 5 years ago
ca50f09
[clang] fix error detection in consteval calls
by Tyker
· 5 years ago
00f5405
[SimpleLoopUnswitch] Remove unnecessary include; NFC
by Nikita Popov
· 5 years ago
9d9633f
[CVP] Simplify cmp of local phi node
by Nikita Popov
· 5 years ago
Next »