summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands2011-05-18
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-03
* Reapply r129401 with patch for clang.Bill Wendling2011-04-13
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-12
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-12
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-04
* Reapply: Add type output to llvm-dis annotations. Patch by Yuri!Stuart Hastings2011-03-17
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-07
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-25
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-15
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-13
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...Frits van Bommel2010-12-05
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling2010-10-03
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Basic smoke test for new x86mmx type.Dale Johannesen2010-09-13
* add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner2010-09-02
* remove some noise from tests.Chris Lattner2010-09-02
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-28
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-28
* add newlines at the end of files.Chris Lattner2010-04-07
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-06
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-04
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Extend testcase to also test llvm.dbg.value intrinsicVictor Hernandez2010-01-14
* Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ...Victor Hernandez2010-01-14
* Re-add parsing of function-local metadata; this time with testcase.Victor Hernandez2010-01-05
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* add some basic named MD tests.Chris Lattner2009-12-31
* reimplement insertvalue/extractvalue metadata handling to not blindly Chris Lattner2009-12-30
* fix parsing of mdstring values.Chris Lattner2009-12-30
* Each instruction is allowed to have *multiple* different Chris Lattner2009-12-29
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-29
* Adjust testcases for msasm -> alignstack.Dale Johannesen2009-10-21
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-13
* Clean up the usage of evaluateICmpRelation's return value.Nick Lewycky2009-09-20
* fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner2009-09-15
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.Dan Gohman2009-09-07