summaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
2018-07-19[ThinLTO] Only emit referenced type id records in index filesTeresa Johnson
2018-07-12[ThinLTO] Escape module paths when printingAndrew Ng
2018-06-26ConstantFold: Don't fold global address vs. null for addrspace != 0Matt Arsenault
2018-06-26Move `REQUIRES:` line to the topFangrui Song
2018-06-26[ThinLTO] Parse module summary index from assemblyTeresa Johnson
2018-05-26[ThinLTO] Fix a few more test match issuesTeresa Johnson
2018-05-26[ThinLTO] Print module summary index to assemblyTeresa Johnson
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-02-27Make the LLParser accept call instructions of variables in the program ASAlexander Richardson
2018-02-27Don't output bitcode to stdout in 2002-07-31-SlashInString.ll testAlexander Richardson
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-19Add default address space for functions to the data layout (1/3)Dylan McKay
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder
2018-02-12Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-30LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-12Allow dso_local on ifunc.Rafael Espindola
2017-12-04[ConstantFold] Support vector index when factoring out GEP index into precedi...Haicheng Wu
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-14Fix assembler for alloca of multiple elements in non-zero addr spaceYaxun Liu
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-16[DI] Every DIGlobalVariable should have a type.Davide Italiano
2017-07-30test: add an additional cfi_return_column testSaleem Abdulrasool
2017-07-30test: make the test clearer (NFC)Saleem Abdulrasool
2017-07-29MC: account for the return column in the CIE keySaleem Abdulrasool
2017-07-28test: require x86 backendSaleem Abdulrasool
2017-07-28MC: add support for cfi_return_columnSaleem Abdulrasool
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-07-12Make shell redirection construct portableKamil Rytarowski
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-06-13Align definition of DW_OP_plus with DWARF spec [1/3]Florian Hahn
2017-05-11[IR] Allow attributes with global variablesJaved Absar
2017-05-03Support arbitrary address space pointers in masked gather/scatter intrinsics.Elad Cohen
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-21Let llvm.objectsize be conservative with null pointersGeorge Burgess IV
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-03-08[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov
2017-02-08Move inline asm diags tests to an ARM directory.Sanne Wouda
2017-02-08Fix inline asm diagnostics test.Sanne Wouda
2017-02-08[Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda
2017-02-08Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus