OSDN Git Service

android-x86/external-llvm-project.git
2020-10-19 Lang Hames[ORC] Add a C API function to set the ExecutionSession...
2020-10-19 Lang Hames[ORC] Fix a memory leak in the OrcV2 C API (and some...
2020-10-19 Lang Hames[ORC] Update Symbol Lookup / DefinitionGenerator system.
2020-10-19 Lang Hames[ORC] Move DefinitionGenerator out of JITDylib.
2020-10-19 Lang Hames[ORC] Move MaterializationResponsibility methods to...
2020-10-19 Evgeny Leviant[ARM][SchedModels] Convert IsPredicatedPred to MCSchedP...
2020-10-19 Pavel Labath[lldb] Make DW_AT_declaration-with-children.s test...
2020-10-19 Evgeny Leviant[TableGen] Remove test case
2020-10-19 Roman Lebedev[NFC][SCEV] Rename SCEVCastExpr into SCEVIntegralCastExpr
2020-10-19 Kiran Chandramohan[OpenMP][MLIR] Fix for nested parallel regions
2020-10-19 Haojian Wu[clang-rename] Fix rename on variable templates.
2020-10-19 David Sherwood[SVE][CodeGen] Replace more TypeSize comparison operato...
2020-10-19 Lang Hames[examples] Fix test: Kaleidoscope Chapter 4 no longer...
2020-10-19 Haojian Wu[clang-rename] Fix rename on function template speciali...
2020-10-19 David Sherwood[SVE][CodeGen][NFC] Replace TypeSize comparison operato...
2020-10-19 Lang Hames[examples] Fix Kaleidoscope-Ch3, which was broken by...
2020-10-19 David Sherwood[SVE] Replace TypeSize comparison operators in llvm...
2020-10-19 Lang Hames[ORC] Move SimpleResourceManager function object inits...
2020-10-19 Lang Hames[ORC] Add a missing '&'.
2020-10-19 David Sherwood[SVE][CodeGen] Replace uses of TypeSize comparison...
2020-10-19 David Sherwood[SVE][AArch64] Replace TypeSize comparisons with their...
2020-10-19 Max Kazantsev[Test] Add one more SCEV range test
2020-10-19 Max Kazantsev[NFC][SCEV] Use getMinusOne where possible
2020-10-19 Christian Sigg[mlir][gpu] NFC: Make room for more than one GPU rewrit...
2020-10-19 Fangrui Song[PrologEpilogInserter] Fix prolog-params.mir
2020-10-19 Christian Sigg[mlir] Allow space literals (` `) in assemblyFormat.
2020-10-19 Kai Luo[PowerPC] Skip combining (uint_to_fp x) if x is not...
2020-10-19 Fangrui Song[PrologEpilogInserter] Reduce PR16393 test and fix...
2020-10-19 LLVM GN Syncbot[gn build] Port 6154c4115cd
2020-10-19 LLVM GN Syncbot[gn build] Port 0aec49c8531
2020-10-19 Lang Hames[ORC][examples] Update Kaleidoscope and BuildingAJIT...
2020-10-19 Lang Hames[ORC] Add support for resource tracking/removal (remova...
2020-10-19 Lang Hames[ORC] Remove OrcV1 APIs.
2020-10-19 John Demme[MLIR] ODS TypeDefs: getChecked() and internal enhancements
2020-10-19 Craig Topper[X86] Sort the tables before printing in X86FoldTablesE...
2020-10-19 John Demme[MLIR] ODS TypeDef documentation
2020-10-18 Richard SmithPR47893: Synthesis of a comparison operator from an...
2020-10-18 Richard SmithPR47870: Properly mangle placeholders for deduced class...
2020-10-18 River Riddle[mlir] Add canonicalization for cond_br that feed into...
2020-10-18 Craig Topper[X86] Add test cases for PR47874. NFC
2020-10-18 Alex Richardson[libc++][dsl] Run checks for locale names aliases using...
2020-10-18 Alex Richardson[clang-format] Add a SpaceAroundPointerQualifiers style...
2020-10-18 Alex Richardson[libc++] Fix aligned_alloc tests FreeBSD
2020-10-18 Mark de Wever[NFC] Make non-modifying members const.
2020-10-18 Hubert Tong[PowerPC][AIX] Make `__vector [un]signed long` an error
2020-10-18 Hubert TongFix various format specifier mismatches
2020-10-18 Hubert Tong[test][NFC] Do ptrdiff_t comparison with signed instead...
2020-10-18 Nikita Popov[BasicAA] Accept AATags by const reference (NFC)
2020-10-18 Nico Weber[gn build] (manually) port d09b08919ca
2020-10-18 Dávid Bolvanský[ASAN] Restore and adjust tests
2020-10-18 Nathan James[NFC][clang-tidy] Use isInStdNamespace matcher instead...
2020-10-18 Jan Kratochvil[nfc] [lldb] [testsuite] Fix DW_FORM_ref* in DW_AT_decl...
2020-10-18 Nathan James[clang tidy] Fix SIMDIntrinsicsCheck not storing options
2020-10-18 Florian Hahn[DSE] Do not consider 'noop' intrinsics as read-clobbers.
2020-10-18 Paul C. Anagnostopoulos[TableGen] Change Programmer's Reference to use "DAG...
2020-10-18 Nikita Popov[AA] Add helper to update result (NFC)
2020-10-18 Florian Hahn[DSE] Add tests for elimination at end of function...
2020-10-18 David Carlier[Sanitizers] Remove OpenBSD support
2020-10-18 Dávid Bolvanský[LoopIdiom] Regenerate test checks; NFC
2020-10-18 Mark de Wever[NFC] Fixes a documentation typo.
2020-10-18 Mark de Wever[Sema, CodeGen] Implement [[likely]] and [[unlikely...
2020-10-18 Florian Hahn[DSE] Add tests with noalias store between noop load...
2020-10-18 Jan Kratochvil[nfc] [lldb] Delete an empty trailing line.
2020-10-18 Fangrui SongDelete unneeded X86RegisterInfo::hasReservedSpillSlot...
2020-10-18 Craig Topper[X86] Remove unnecessary defaulted argument from functi...
2020-10-18 Fangrui Song[PrologEpilogInserter][test] Improve SpilledToReg test
2020-10-18 Craig Topper[X86] Mark the Key Locker instructions as NotMemoryFold...
2020-10-18 Dávid Bolvanský[Tests] Added tests for D88328
2020-10-17 Dávid Bolvanský[InferAttrs] Add argmemonly attribute to string libcalls
2020-10-17 Nikita Popov[BasicAA] Avoid alias query if result cannot be used...
2020-10-17 Nikita Popov[BasicAA] Fix stale comment (NFC)
2020-10-17 Dávid BolvanskýRevert "[InferAttrs] Add argmemonly attribute to string...
2020-10-17 Dávid Bolvanský[InferAttrs] Add argmemonly attribute to string libcalls
2020-10-17 Roman Lebedev[SCEV] Model `ashr exact x, C` as `(abs(x) EXACT/u...
2020-10-17 Roman Lebedev[NFC][SCEV] Refactor getAbsExpr() out of createSCEV()
2020-10-17 Roman Lebedev[NFC][SCEV] Add 'getMinusOne()' method
2020-10-17 Roman Lebedev[NFC][SCEV] Add some more ptrtoint/PR46786 -related...
2020-10-17 Sylvestre LedruRevert "[clang-format] Fix AlignConsecutive on PP blocks"
2020-10-17 Sanjay Patel[InstCombine] (~A & B) ^ A -> A | B
2020-10-17 Mircea Trofin[NFC][ML] Avoid source of some signed/unsigned warnings...
2020-10-17 Luís Marques[RISCV][ASAN] Fix passing XFAIL tests
2020-10-17 Nikita Popov[MemCpyOpt] Extract common function for unwinding check
2020-10-17 Pedro Tammela[NFC] fix some typos in LoopUnrollPass
2020-10-17 David Green[ARM] Basic getArithmeticReductionCost reduction costs
2020-10-17 David Green[ARM] Add a very basic active_lane_mask cost
2020-10-17 Dave Lee[lldb] Enable cmake policy CMP0077 for option()
2020-10-17 Dave LeeRevert "Register TargetCXXABI.def as a textual header"
2020-10-17 Jason MolendaUn-indent the section on 'Writing Target Stop-Hooks...
2020-10-17 Juneyoung LeeAdd support for !noundef metatdata on loads
2020-10-17 Sriraman TallamThis test includes a source that will produce basic...
2020-10-17 Juneyoung Lee[LangRef] Rename the names of metadata in load/store...
2020-10-17 Alok Kumar... [DebugInfo] Support for DWARF operator DW_OP_over
2020-10-17 Craig Topper[TargetLowering] Extract simplifySetCCs ctpop into...
2020-10-17 Alina Sbirlea[MemorySSA] Verify clobbering within reachable blocks.
2020-10-16 Arthur Eubanks[NPM] Fix some PhaseOrdering tests under NPM
2020-10-16 Amara Emerson[AArch64][GlobalISel] Select csinc if a select has...
2020-10-16 Richard SmithMake the check for whether we should memset(0) an aggregate
2020-10-16 George Rokos[libomptarget] Fix copy-to motion for PTR_AND_OBJ entri...
2020-10-16 Richard SmithFix accidental use of VLAs that causes these tests...
2020-10-16 Albion Fung[PowerPC] Implementation of 128-bit Binary Vector Rotat...
next