summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Fix most of PR10367.Rafael Espindola2014-05-166-10/+27
* Don't crash on redefinitions.Rafael Espindola2014-05-091-0/+7
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-0712-0/+68
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-121-1/+3
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-4/+6
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-091-5/+5
* Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault2014-01-221-0/+7
* Add an inalloca flag to allocasReid Kleckner2014-01-171-0/+16
* Clean up RUN command for Assembler/getInt.ll.Cameron McInally2014-01-131-2/+1
* Fix uninitialized warning in llvm/lib/IR/DataLayout.cpp.Cameron McInally2014-01-131-0/+4
* Fix broken CHECK lines.Benjamin Kramer2014-01-111-1/+1
* Allow addrspacecast in global aliasesMatt Arsenault2014-01-021-0/+6
* Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky2013-12-311-0/+8
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-231-7/+17
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-191-0/+6
* Add addrspacecast instruction.Matt Arsenault2013-11-152-0/+5
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-0/+15
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-071-2/+0
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* DISubprogram metadata have an MDNode representing which base typeEric Christopher2013-08-081-1/+1
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-291-1/+1
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-2/+3
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-261-1/+1
* Update testing cases to pass debug info verifier.Manman Ren2013-07-241-4/+5
* Add -disable-debug-info-verifier to a RUN line.Rafael Espindola2013-07-241-1/+1
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-241-7/+9
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-231-1/+1
* Fix test: It was missing run lines and llvm-dis has no -disable-verify option.Rafael Espindola2013-07-031-4/+4
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-0/+52
* Correct invalid debug info metadataDavid Blaikie2013-03-121-1/+8
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-202-4/+9
* FileCheck-ize the tests.Bill Wendling2013-02-111-1/+5
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-051-0/+5
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-311-0/+23
* Fast-math test case for bitcode and textual reading/writingMichael Ilseman2012-11-271-0/+142
* Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski2012-11-161-0/+8
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-135-2/+57
* Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky2012-10-111-0/+4
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-091-1/+1
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-13/+0
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0212-12/+12
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0215-20/+20
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-027-7/+14
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-0/+11
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-243-0/+38
* Remove old 'grep' lines.Bill Wendling2012-04-081-2/+0
OpenPOWER on IntegriCloud