OSDN Git Service

android: update version in {config,llvm-config}.h headers
[android-x86/external-llvm.git] / utils / TableGen /
2020-03-24 Mauro Rossiandroid: utils/Tablegen: update sources list
2020-03-24 Mauro Rossiandroid: update sources file names for llvm70
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2020-03-24 Qiang Yurename LLVMxxx to LLVM70xxx
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yunow mesa can be compiled
2020-03-24 Qiang Yumove all mk file
2019-07-17 Hideto Ueno[Attributor] Deduce "willreturn" function attribute
2019-07-17 Momchil Velikov[TableGen] Do not set ReadNone attribute on intrinsics...
2019-07-16 Justin Bogner[TableGen] Generate offsets into a flat array for getOp...
2019-07-16 Justin Bogner[TableGen] Add "getOperandType" to get operand types...
2019-07-15 Heejin Ahn[WebAssembly] Rename except_ref type to exnref
2019-07-15 Matt ArsenaultTableGen/GlobalISel: Fix handling of truncstore patterns
2019-07-15 Matt ArsenaultTableGen: Add address space to matchers
2019-07-07 David Majnemer[CodeGen] Add larger vector types for i32 and f32
2019-07-04 Simon Tatham[TableGen] Allow DAG isel patterns to override default...
2019-06-26 Erich KeaneTeach TableGen Intrin Emitter to handle LLVMPointerType...
2019-06-18 Daniel SandersRe-commit r363744: [tblgen][disasm] Allow multiple...
2019-06-18 Jordan RupprechtRevert [tblgen][disasm] Allow multiple encodings to...
2019-06-18 Daniel Sanders[tblgen][disasm] Allow multiple encodings to disassembl...
2019-06-13 Craig Topper[X86Disassembler] Unify the EVEX and VEX code in emitCo...
2019-06-13 Sander de SmalenImprove reduction intrinsics by overloading result...
2019-06-13 Sander de Smalen[IntrinsicEmitter] Extend argument overloading with...
2019-06-10 Sameer AbuAsal [RISCV] Replace map with set in getReqFeatures
2019-06-05 Ulrich WeigandAllow target to handle STRICT floating-point nodes
2019-06-03 Mikael Holmen[TableGen] Fix std::array initializer to avoid warnings...
2019-06-01 Craig Topper[X86] Make the X86FoldTablesEmitter functional again...
2019-05-31 Sjoerd MeijerFollow up and fix for rL362064
2019-05-31 Pengfei Wang[X86] Add VP2INTERSECT instructions
2019-05-30 Sjoerd Meijer[TableGen] AsmMatcher: allow repeated input operands
2019-05-30 Sjoerd Meijer[TableGen] New default operand "undef_tied_input"
2019-05-20 Pete Couperus[TableGen] - Type comparison LE should be LT or equal.
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 SearchableTableEmitter patch for NSA
2019-05-07 Krasimir GeorgievRevert "[TableGen] Fix a typo"
2019-05-07 Yan Luo[TableGen] Fix a typo
2019-04-29 Simon Pilgrim[TableGen] Fix null pointer dereferencing.
2019-04-23 Fangrui SongUse llvm::stable_sort
2019-04-15 Simon Tatham[TableGen] Include schedule model name in diagnostic.
2019-04-09 Craig Topper[X86] Remove check on isAsmParserOnly from EVEX2VEX...
2019-04-09 Craig Topper[X86] Have EVEX2VEX tablegenerator use HasVEX_L and...
2019-04-09 Craig Topper[X86] Use VEX_WIG for VPINSRB/W and VPEXTRB/W to match...
2019-04-09 Craig Topper[X86] Split the VEX_WPrefix in X86Inst tablegen class...
2019-04-05 Craig Topper[X86] Merge the different Jcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different SETcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-02 Craig Topper[TableGen] Properly calculate the minimum size needed...
2019-03-31 Liang Zoufix typo: "\t" => " "
2019-03-29 Thomas Lively[WebAssembly] Merge used feature sets, update atomics...
2019-03-18 Craig Topper[X86] Allow any 8-bit immediate to be used with BT...
2019-03-18 Craig Topper[X86] Remove the _alt forms of (V)CMP instructions...
2019-03-18 Craig Topper[X86] Add ADD8ri_DB and ADD8rr_DB to the autogenerated...
2019-03-17 Tim Renouf[CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32
2019-03-17 Craig Topper[X86] Remove the _alt forms of AVX512 VPCMP instruction...
2019-03-17 Craig Topper[X86] Remove the _alt forms of XOP VPCOM instructions...
2019-03-12 Matt ArsenaultIR: Add immarg attribute
2019-03-11 Stanislav MekhanoshinUse bitset for assembler predicates
2019-03-11 Craig Topper[TableGen] Replace a dyn_cast with isa to avoid an...
2019-03-10 Craig Topper[TableGen] Make CheckImmAllOnesVMatcher and CheckImmAll...
2019-03-10 Craig TopperRecommit r355224 "[TableGen][SelectionDAG][X86] Add...
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 Craig Topper[Subtarget] Create a separate SubtargetSubtargetKV...
2019-03-04 Craig Topper[Subtarget] Follow up to r355167, add another set of...
2019-03-01 Craig Topper[TableGen][SelectionDAG][X86] Add specific isel matcher...
2019-03-01 Craig Topper[Subtarget] Remove static global constructor call from...
2019-02-26 Andrew Ng[TableGen] Make OpcodeMappings sort comparator determin...
2019-02-26 Igor Kudrin[llvm-objdump] Implement -Mreg-names-raw/-std options.
2019-02-25 Simon Tatham[ARM] Make fullfp16 instructions not conditionalisable.
2019-02-25 Craig Topper[SelectionDAG] Add a OPC_CheckChild2CondCode to Selecti...
2019-02-21 Matt ArsenaultFix missing C++ mode comments
2019-02-20 Tom StellardAdd support for pointer types in patterns
2019-02-18 Craig Topper[MC] Make SubtargetFeatureKV only store one FeatureBits...
2019-02-12 Daniel Sanders[tablegen] Add locations to many PrintFatalError()...
2019-02-11 Daniel Sanders[tblgen] Add a timer covering the time spent reading...
2019-02-09 Jessica Paquette[GlobalISel] Skip patterns that define complex subopera...
2019-02-05 Krasimir GeorgievFix typo in comment, NFCI
2019-02-05 Wouter van Oortmerssen[WebAssembly] Make disassembler always emit most canoni...
2019-02-04 Aditya Nandakumar[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DA...
2019-02-04 Craig Topper[X86] Print %st(0) as %st when its implicit to the...
2019-01-23 Simon Pilgrim[IR] Match intrinsic parameter by scalar/vectorwidth
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-19 Reid Kleckner[X86] Deduplicate static calling convention helpers...
2019-01-03 Wouter van Oortmerssen[WebAssembly] Fixed disassembler not knowing about...
2019-01-03 Daniel Sanders[tblgen][disasm] Emit record names again when decoder...
2018-12-14 Simon Tatham[TableGen:AsmWriter] Cope with consecutive tied operands.
2018-12-13 Daniel SandersRecommit r349041: [tblgen][disasm] Separate encodings...
2018-12-13 Daniel SandersRevert r349041: [tblgen][disasm] Separate encodings...
2018-12-13 Daniel Sanders[tblgen][disasm] Separate encodings from instructions
2018-12-05 Craig Topper[TableGen] Preserve order of output operands in DAGISel...
2018-12-04 Evandro Menezes[TableGen] Improve the formatting of the emitted predic...
2018-12-04 Evandro Menezes[TableGen] Fix typo in emitted comment (NFC)
2018-12-03 Oliver Stannard[ARM][MC] Move information about variadic register...
2018-11-30 Evandro Menezes[TableGen] Fix negation of simple predicates
2018-11-30 Nicolai HaehnleTableGen/ISel: Allow PatFrag predicate code to access...
2018-11-29 Krzysztof Parzyszek[TableGen] Examine entire subreg compositions to detect...
2018-11-29 Andrea Di Biagio[llvm-mca][MC] Add the ability to declare which process...
2018-11-28 Haojian WuFix -Winfinite-recursion compile error.
2018-11-28 Simon Tatham[TableGen] Better error checking for TIED_TO constraints.
2018-11-27 Evandro Menezes[TableGen] Improve readability of generated code (NFC)
next