OSDN Git Service

android-x86/external-llvm.git
2019-03-06 Amara Emerson[AArch64] Remove a stray test from the AArch64 directory.
2019-03-06 Simon Pilgrim[DAGCombine] Improve select (not Cond), N1, N2 -> selec...
2019-03-06 Simon Pilgrim[PowerPC] Use real pointers instead of undef
2019-03-06 Nikita Popov[InstCombine] Fold add nsw + sadd.with.overflow
2019-03-06 Guozhi Wei[PPC] Adjust the computed branch offset for the possibl...
2019-03-06 Francis Visoiu... [MC][MachO] Emit an error for emitting relocations...
2019-03-06 Krzysztof Parzyszek[Hexagon] Avoid creating 5-instruction packets with...
2019-03-06 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-06 Ryan Taylor[AMDGPU] Add support for 64 bit buffer atomic artihmeti...
2019-03-06 Simon Pilgrim[DAGCombiner] Enable UADDO/USUBO vector combine support
2019-03-06 Sanjay Patel[TargetLowering] simplify code for uaddsat/usubsat...
2019-03-06 Alexander KornienkoRevert "[CodeGen] Omit range checks from jump tables...
2019-03-06 Francis Visoiu... Reland "[Remarks] Refactor remark diagnostic emission...
2019-03-06 Strahinja Petrovic[PowerPC] Add secure plt support for TLS symbols
2019-03-06 Teresa Johnson[CGP] Avoid repeatedly building DominatorTree causing...
2019-03-06 Francis Visoiu... Revert "[Remarks] Refactor remark diagnostic emission...
2019-03-06 Sanjay Patel[TargetLowering] simplify code for uaddsat/usubsat...
2019-03-06 Francis Visoiu... [Remarks] Refactor remark diagnostic emission in a...
2019-03-06 Simon Pilgrim[DAGCombiner] Add SADDO/SSUBO combine support
2019-03-06 George Rimar[llvm-objcopy] - Remove dead code. NFCI.
2019-03-06 Pavel LabathExpose template parameters of endian specific types...
2019-03-06 George Rimar[llvm-objcopy] - Remove an excessive zlib::isAvailable...
2019-03-06 George Rimar[llvm-objcopy] - Fix incorrect CompressedSection creation.
2019-03-06 Simon Pilgrim[llvm-mca][X86] Add ADC/SBB with zero test cases
2019-03-06 Roman Lebedev[X86][NFC] Autogenerate check lines in cmovcmov.ll...
2019-03-06 Simon Pilgrim[DAGCombiner] Enable SMULO/UMULO vector combine support...
2019-03-06 Simon Pilgrim[X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT...
2019-03-06 Ayonam Ray[CodeGen] Omit range checks from jump tables when lower...
2019-03-06 Ayonam RayReversing the commit of revision 355483 since it is...
2019-03-06 Craig Topper[X86] Enable the add with 128 -> sub with -128 encoding...
2019-03-06 Craig Topper[X86] Suppress load folding for add/sub with 128 immediate.
2019-03-06 Ayonam Ray[CodeGen] Omit range checks from jump tables when lower...
2019-03-06 Peter Collingbournegn build: Merge r355439.
2019-03-06 QingShan Zhang[NFC] Declare the member data of class PostGenericSched...
2019-03-06 Craig Topper[X86] Remove periods from the end of SubtargetFeature...
2019-03-06 Heejin Ahn[WebAssembly] Remove trailing whitespaces in tests...
2019-03-06 Xing GUO[BinaryFormat] Add DT_USED tag into dynamic section.
2019-03-06 Peter Collingbournegn build: Add 32-bit Linux support.
2019-03-06 Mitch PhillipsRevert "[AtomicExpand] Allow libcall expansion for...
2019-03-06 Florian Hahn[ARM] Sink zext/sext operands for add and sub to enable...
2019-03-05 Jonas Devlieghere[DWARFFormValue] Don't consider DW_FORM_data4/8 to...
2019-03-05 Florian Hahn[opt] Report if the provided architecture is invalid.
2019-03-05 Philip Reames[AtomicExpand] Allow libcall expansion for non-zero...
2019-03-05 Roman Lebedev[X86][NFC] Add proper test for promotion of i8 cmov...
2019-03-05 Heejin Ahn[WebAssembly] Simplify iterator navigations (NFC)
2019-03-05 Francis Visoiu... [Remarks][NFC] Rename RemarkParser to YAMLRemarkParser
2019-03-05 Francis Visoiu... [OptRemarks] Make OptRemarks more generic: rename OptRe...
2019-03-05 Heejin Ahn[WebAssembly] Disable MachineBlockPlacement pass
2019-03-05 Roman Lebedev[NFC][CodeGen][X86][AArch64] Add tests for C++ std...
2019-03-05 Craig TopperRevert r355224 "[TableGen][SelectionDAG][X86] Add speci...
2019-03-05 Craig Topper[Subtarget] Merge ProcSched and ProcDesc arrays in...
2019-03-05 Guozhi Wei[X86] In X86DomainReassignment.cpp add enclosed registe...
2019-03-05 Craig Topper[Subtarget] Create a separate SubtargetSubtargetKV...
2019-03-05 Craig Topper[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV...
2019-03-05 Matt ArsenaultAMDGPU: Preserve undef flag when expanding SI_IF
2019-03-05 Craig Topper[X86] Enable 8-bit SHL to convert to LEA
2019-03-05 Craig Topper[X86] Allow 8-bit INC/DEC to be converted to LEA.
2019-03-05 Craig Topper[X86] Enable 8-bit OR with disjoint bits to convert...
2019-03-05 Florian Hahn[SLP] Fix invalid triple in X86 tests
2019-03-05 Javed AbsarTableGen: Allow lists to be concatenated through '#'
2019-03-05 Simon Pilgrim[X86][SSE] Regenerate vector zero tests
2019-03-05 Sanjay Patel[SDAG] move FP constant folding to helper function...
2019-03-05 Jessica PaquetteRevert "[GlobalISel][AArch64] Add selection support...
2019-03-05 Simon Pilgrim[X86] Add SMULO/UMULO combine tests
2019-03-05 Simon PilgrimFix typo in constant vector
2019-03-05 Simon Pilgrim[X86] Add SADDO/UADDO and SSUBO/USUBO combine tests
2019-03-05 Simon Pilgrim[X86] Add test cases for D58874
2019-03-05 George Rimar[llvm-objcopy] - Simplify `isCompressable` and fix...
2019-03-05 Carl Ritson[AMDGPU] Fix DPP operand order in atomic optimizer
2019-03-05 David Green[SCEV] Ensure that isHighCostExpansion takes into accou...
2019-03-05 George Rimar[llvm-objcopy] - Report "no zlib available" error prope...
2019-03-05 David Green[SCEV] Add some extra tests for IndVarSimplifys loop...
2019-03-05 Heejin Ahn[WebAssembly] Rename a variable in LateEHPrepare (NFC)
2019-03-05 Simon PilgrimAdd wildcard support to all update_*_test_checks.py...
2019-03-05 Oliver Stannard[ARM] Fix select_cc lowering for fp16
2019-03-05 David Stuttard[AMDGPU] Omit KILL instructions from hazard recognizer
2019-03-05 Craig Topper[LangRef] Add 'callbr' instruction to the 'blockaddress...
2019-03-05 Chen Zheng[PowerPC] fix killed/dead flag after convert x-form...
2019-03-05 Xing GUO[ARM][MC] Update one test case in 'test/MC/Disassembler...
2019-03-05 Scott Linder[AMDGPU] Implement AMDGPUMCInstrAnalysis
2019-03-05 Sanjoy DasPHI nodes are not `FPMathOperator` s
2019-03-05 Craig Topper[X86] Reduce some patterns by using FP instructions...
2019-03-05 Yonghong Song[BPF] Do not generate BTF sections unnecessarily
2019-03-05 Shoaib Meenai[cmake] Create exports for umbrella library targets
2019-03-04 Florian HahnFix invalid target triples in tests. (NFC)
2019-03-04 Evgeniy Stepanov[msan] Instrument x86 BMI intrinsics.
2019-03-04 Jordan Rupprecht[NFC] Fix PGO link error in shared libs build
2019-03-04 Sanjay Patel[CodeGenPrepare] avoid crashing on non-canonical/degene...
2019-03-04 Jessica Paquette[GlobalISel][AArch64] Add selection support for G_EXTRA...
2019-03-04 Shoaib Meenai[build] Rename clang-headers to clang-resource-headers
2019-03-04 Jessica Paquette[GlobalISel][AArch64] Legalize vector G_SELECT
2019-03-04 Evgeniy StepanovFix wrong enum value in switch.
2019-03-04 Sanjay Patel[ConstantHoisting] avoid hang/crash from unreachable...
2019-03-04 Rong Xu[PGO] Context sensitive PGO (part 3)
2019-03-04 Nikita Popov[InstCombine] Add tests for add nsw + sadd.with.overflo...
2019-03-04 Craig Topper[Subtarget] Follow up to r355167, add another set of...
2019-03-04 Amara EmersonRe-commit r355104: "[AArch64][GlobalISel] Add support...
2019-03-04 Nirav Dave[MC] Teach ELFObjectWriter that parse-time variables...
2019-03-04 Craig Topper[DAGCombiner][X86][SystemZ][AArch64] Combine some cases...
2019-03-04 Wouter van... [WebAssembly] Add support for data sections in the...
next