summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* 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
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-06
* Fix spacing.Daniel Dunbar2009-09-06
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-12
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-27
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-24
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-22
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Apparently Darwin doesn't have /dev/full :-(.Dan Gohman2009-07-15
* Add a testcase for raw_ostream error checking.Dan Gohman2009-07-15
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-22
* Verify that calling conventions match function prototype.Torok Edwin2009-05-22
* Make this test slightly more strict.Dan Gohman2009-04-27
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-26
* add testcase for strange types of gep indicesChris Lattner2009-04-25
* testcase and asmparser fix for PR4066Chris Lattner2009-04-25