projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2020-08-02
Simon Pilgrim
[DAG] TargetLowering::LowerAsmOutputForConstraint ...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Simon Pilgrim
Remove unused param tag to fix Wdocumentation warning...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Shinji Okumura
Revert "[Attributor] AAPotentialValues Interface"
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Nikita Popov
[InstSimplify] Reduce code duplication in icmp of binop...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Xing GUO
[DWARFYAML][debug_aranges] Make the 'Descriptors' field...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Simon Pilgrim
[X86] Use const APInt& in for-range loop to avoid unnec...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Simon Pilgrim
[X86] Pass SDLoc by const reference. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Simon Pilgrim
[X86] Use const APInt& in for-range loop to avoid unnec...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Simon Pilgrim
[X86] combineX86ShuffleChain - pull out repeated RootVT...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Shinji Okumura
[Attributor] AAPotentialValues Interface
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Florian Hahn
[SCEV] Precommit tests with signed counting down loop.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Michał Górny
[CMake] Pass bugreport URL to standalone clang build
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Craig Topper
[X86] Improve parity idiom recognition to handle (and...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Craig Topper
[X86] Add parity test cases for PR46954.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
AK
[HotColdSplit] Add test case for unlikely attribute...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
AK
Outline non returning functions unless a longjmp
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Kazu Hirata
Use llvm::is_contained where appropriate (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Lang Hames
[llvm-jitlink] Add -phony-externals option to suppress...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Lang Hames
[llvm-jitlink] Support promotion of ODR weak symbols...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-02
Fangrui Song
[ELF] --wrap: set isUsedInRegularObj of __wrap_ only...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Evgenii Stepanov
[msan] Respect no_huge_pages_for_shadow.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Andrei Lebedev
Updated the -I option description.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Nikita Popov
[NewPM][LVI] Abandon LVI after CVP
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Craig Topper
[X86] Add assembler support for {disp8} and {disp32...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Craig Topper
[InstSimplify] Fold abs(abs(x)) -> abs(x)
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Craig Topper
[InstCombine] Fold abs(-x) -> abs(x)
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Florian Hahn
[PPC] Adjust run line for hardware-loops-crash.ll
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Florian Hahn
[LCSSA] Provide option for caller to clean up unused...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Simon Pilgrim
[X86][AVX512] Fold concat(and(x,y),and(z,w)) -> and...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
zoecarver
[libcxx] Add compatible with constraint tests for some...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Simon Pilgrim
[X86][AVX] Ensure we only combine to PSHUFLW/PSHUFHW...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Florian Hahn
[LCSSA] Use IRBuilder for PHI creation.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Sanjay Patel
[VectorCombine] add tests for non-zero gep offsets...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Luofan Chen
[Attributor][NFC] Update description for the dependency...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
David Green
[ARM] Distribute post-inc for Thumb2 sign/zero extendin...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Benjamin Kramer
[mlir][Vector] Simplify code a bit. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Sanjay Patel
[InstSimplify] simplify abs if operand is known non...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Sanjay Patel
[InstSimplify] add abs test with assume; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Simon Pilgrim
[X86][AVX] Extend v2f64 BROADCAST(LOAD) -> BROADCAST_LO...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Nathan James
[clang-tidy][NFC] Small refactor
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Evgeny Leviant
[MachineVerifier] Refactor calcRegsPassed. NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Nathan James
[clang-tidy] readability-identifier-naming checks confi...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Craig Topper
[X86] Refactor the broadcast and load folding in tryVPT...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Chen Zheng
[SCEV] don't query getSCEV() for incomplete phis
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Craig Topper
[X86] Use TargetLowering::getRegClassFor to simplify...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Justin Hibbits
PowerPC: Don't lower SELECT_CC to PPCISD::FSEL on SPE
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Justin Hibbits
PowerPC: Fix SPE extloadf32 handling.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Kazushi (Jam...
[VE] Change calling convention to follow ABI
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Nathan James
[clang-tidy][NFC] Added convienence methods for getting...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Huihui Zhang
[AArch64][SVE] Allow vector of pointers as legal type...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Richard Smith
Don't crash if we deserialize a pack expansion type...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
Craig Topper
[X86] Simplify vpternlog immediate selection.
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
cgyurgyik
[libc] [obvious] In strrchr, remove cast to unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-01
cgyurgyik
[libc] [obvious] Fix strchr and strrchr tests so that...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Julian Lettner
[compiler-rt][Darwin] Fix linker errors for check-asan
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Hsiangkai Wang
Support experimental v extension v0.9.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Hsiangkai Wang
Upgrade MC to v0.9.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Craig Topper
[ValueTracking] Improve llvm.abs handling in computeKno...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Shilei Tian
[OpenMP] Fixed the issue that target memory deallocatio...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sanjay Patel
[InstSimplify] add tests for abs intrinsic; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Andrei Lebedev
Updated the -I option description.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Adrian Prantl
Convert to early exit (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Jacques Pienaar
[mlir] Add shape.with_shape op
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
River Riddle
[mlir][PassIncGen] Refactor how pass registration is...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Rahul Joshi
[MLIR][NFC] Add FuncOp::getArgumentTypes()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Luboš Luňák
[lldb] report an error if a CLI option lacks an argument
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Luboš Luňák
[lldb] force full gui redraw on Ctrl+L
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Jaydeep Chauhan
[clang] Use the location of the void parameters when...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sriraman Tallam
Fix a test typo which caused a breakage.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sriraman Tallam
New test for basic block sections options.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Chris Gyurgyik
[libc] [obvious] Add rest of strrchr test.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sriraman Tallam
Rename basic block sections options to be consistent.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Julian Lettner
[compiler-rt][Darwin] Fix GetOSMajorKernelOffset()...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
cgyurgyik
[libc] Adds strrchr implementation.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
LLVM GN Syncbot
[gn build] Port b7cfa6ca928
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sidharth Baveja
[Loop Peeling] Separate the Loop Peeling Utilities...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sourabh Singh...
[flang][OpenMP] Added initial support for lowering...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
sameeran joshi
[flang][NFC] Verify C781 from - Clause 7 constraint...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Louis Dionne
[libc++] Avoid including <Block.h> from <functional>
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Fangrui Song
[Support] Fix computeHostNumPhysicalCores() to respect...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
sameeran joshi
[flang]Verify C7107, C7108, C7109 from - Clause 7 const...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Tim Keith
Revert "[flang] Fix multi-config generator builds."
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Sanjay Patel
[ConstantFolding] fold abs intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Hans Wennborg
RuntimeDyldELF: report_fatal_error instead of asserting...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
cgyurgyik
[libc] Add islower and isupper implementation.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
kristina
[libunwind] Add -Wno-suggest-override to CMakeLists...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Michael Kruse
[OpenMP][docs] Update loop tiling status.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Craig Topper
[ValueTracking] Add ComputeNumSignBits support for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
sameeran joshi
[Flang] Checks for constraint C7110-C7115.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Jonas Devlieghere
[lldb/Test] Reduce code duplication by importing subpro...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Teresa Johnson
[ThinLTO] Compile time improvement to propagateAttributes
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Fangrui Song
[Support][CommandLine] Delete unused llvm::cl::ParseEnv...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Albion Fung
[PowerPC] Add Vector String Isolate instruction definit...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Florian Hahn
[SCEVExpander] Name temporary instructions for LCSSA...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Aditya Nandakumar
[GISel] Add combiners for G_INTTOPTR and G_PTRTOINT
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Keith Randall
Disable getauxval for Go
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Simon Pilgrim
[X86][SSE] Cleanup bitwise reduction check prefixes...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Hiroshi Yamauchi
[PGO][test] Add test to check memops changes function...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
Hongtao Yu
[AutoFDO] Avoid merging inlinee samples multiple times
commit
|
commitdiff
|
tree
|
snapshot
2020-07-31
LLVM GN Syncbot
[gn build] Port df69492cdfa
commit
|
commitdiff
|
tree
|
snapshot
next