summaryrefslogtreecommitdiff
path: root/test/Assembler
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Don't crash on redefinitions.Rafael Espindola1-0/+7
2014-05-07IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith12-0/+68
2014-03-12Reject alias to undefined symbols in the verifier.Rafael Espindola1-1/+3
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover1-4/+6
2014-03-09IR: Change inalloca's grammar a bitDavid Majnemer1-5/+5
2014-01-22Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault1-0/+7
2014-01-17Add an inalloca flag to allocasReid Kleckner1-0/+16
2014-01-13Clean up RUN command for Assembler/getInt.ll.Cameron McInally1-2/+1
2014-01-13Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.Cameron McInally1-0/+4
2014-01-11Fix broken CHECK lines.Benjamin Kramer1-1/+1
2014-01-02Allow addrspacecast in global aliasesMatt Arsenault1-0/+6
2013-12-31Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky1-0/+8
2013-11-23Debug Info: update testing cases to specify the debug info version number.Manman Ren1-7/+17
2013-11-19Make it explicit that nulls are not allowed in names.Rafael Espindola1-0/+6
2013-11-15Add addrspacecast instruction.Matt Arsenault2-0/+5
2013-10-07Change objectsize intrinsic to accept different address spaces.Matt Arsenault1-0/+15
2013-09-07Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith1-2/+0
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren1-1/+1
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-1/+1
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover1-2/+2
2013-08-08DISubprogram metadata have an MDNode representing which base typeEric Christopher1-1/+1
2013-07-29Debug Info: enable verifier for testing cases.Manman Ren1-1/+1
2013-07-27Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren1-2/+3
2013-07-26Next batch of -disable-debug-info-verifier.Rafael Espindola1-1/+1
2013-07-24Update testing cases to pass debug info verifier.Manman Ren1-4/+5
2013-07-24Add -disable-debug-info-verifier to a RUN line.Rafael Espindola1-1/+1
2013-07-24Update testing cases to make them pass debug info verification.Manman Ren1-7/+9
2013-07-23Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren1-1/+1
2013-07-03Fix test: It was missing run lines and llvm-dis has no -disable-verify option.Rafael Espindola1-4/+4
2013-06-27Added support for the Builtin attribute.Michael Gottesman1-0/+52
2013-03-12Correct invalid debug info metadataDavid Blaikie1-1/+8
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2-4/+9
2013-02-11FileCheck-ize the tests.Bill Wendling1-1/+5
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman1-0/+5
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman1-0/+23
2012-11-27Fast-math test case for bitcode and textual reading/writingMichael Ilseman1-0/+142
2012-11-16Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski1-0/+8
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands5-2/+57
2012-10-11Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky1-0/+4
2012-10-09Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling1-1/+1
2012-08-10The normal edge of an invoke is not allowed to branch to a block with aEli Friedman1-13/+0
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth1-1/+1
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth12-12/+12
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth15-20/+20
2012-07-02Make tests which first provide a negative assertion via 'not', thenChandler Carruth7-7/+14
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-0/+11
2012-05-24Add half support to LLVM (for OpenCL)Tobias Grosser3-0/+38
2012-04-08Remove old 'grep' lines.Bill Wendling1-2/+0
2012-04-08FileCheckize these testcases.Bill Wendling14-47/+116