summaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)Author
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
2017-02-08[Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda
2017-01-21[NVPTX] Auto-upgrade some NVPTX intrinsics to LLVM target-generic code.Justin Lebar
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-12-22[LLParser] Make the line field of DIMacro(File) optional.Adrian Prantl
2016-12-21[LLParser] Parse vector GEP constant expression correctlyMichael Kuperstein
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl
2016-10-20DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-10-04Fix IntegerType::MAX_INT_BITS valueAndrey Bokhanko
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie
2016-08-17Support the DW_AT_noreturn DWARF flag.Adrian Prantl
2016-08-13Revert "Revert "Invariant start/end intrinsics overloaded for address space""Mehdi Amini