summaryrefslogtreecommitdiff
path: root/test/Assembler
Commit message (Expand)AuthorAge
* 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
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-25
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-25
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-14
* Fix a pretty awesome bug that only happened in a strange case with anonymousChris Lattner2009-03-01
* Fix a long-standing bug and misfeature of the disassembler: when dealing with a Chris Lattner2009-03-01
* add proper asmwriter and asmparser support for anonymous functions.Chris Lattner2009-02-18