- fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
- 2b3365c Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. by Victor Hernandez · 15 years ago
- af6ce14 Fix (and test) function-local metadata that occurs before the instruction that it refers to; fix is to not enumerate operands of function-local metadata until after all instructions have been enumerated by Victor Hernandez · 15 years ago
- 3a32865 Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 15 years ago
- 5f03238 Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be auto-upgraded by Victor Hernandez · 15 years ago
- 283ba2f Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 15 years ago
- b2eb481 Extend testcase to also test llvm.dbg.value intrinsic by Victor Hernandez · 15 years ago
- ac260e1 Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly support function-local metadata, test it. by Victor Hernandez · 15 years ago
- bf170d4 Re-add parsing of function-local metadata; this time with testcase. by Victor Hernandez · 15 years ago
- aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
- 6e7f3b3 add some basic named MD tests. by Chris Lattner · 15 years ago
- 628c13a reimplement insertvalue/extractvalue metadata handling to not blindly by Chris Lattner · 15 years ago
- 860775c fix parsing of mdstring values. by Chris Lattner · 15 years ago
- 3f3a0f6 Each instruction is allowed to have *multiple* different by Chris Lattner · 15 years ago
- 837eda9 Do not crash when .ll printing metadata that smells like debug info, but isn't. by Chris Lattner · 15 years ago
- 7d977a3 Adjust testcases for msasm -> alignstack. by Dale Johannesen · 15 years ago
- 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 15 years ago
- 3892baa Clean up the usage of evaluateICmpRelation's return value. by Nick Lewycky · 15 years ago
- dd4238e fix PR4963: folding insertvalue would sometimes turn a packed struct into by Chris Lattner · 15 years ago
- d5b9cba Fix this test to test what it was originally intended to test. by Dan Gohman · 15 years ago
- f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
- a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 15 years ago
- 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 15 years ago
- 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
- b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
- f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 15 years ago
- 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 15 years ago
- 0985b3c Fix spacing. by Daniel Dunbar · 15 years ago
- 859fff4 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 15 years ago
- fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
- cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 15 years ago
- 3845e50 Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." by Dan Gohman · 15 years ago
- dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
- 59858cf Change the assembly syntax for nsw, nuw, and exact, putting them by Dan Gohman · 15 years ago
- 4e9bac3 Fix assert assembling zero-argument constant GEP. by Eli Friedman · 15 years ago
- 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
- 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
- 2467677 Apparently Darwin doesn't have /dev/full :-(. by Dan Gohman · 15 years ago
- 6a60e16 Add a testcase for raw_ostream error checking. by Dan Gohman · 15 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
- 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 16 years ago
- 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 16 years ago
- fa6c716 Make this test slightly more strict. by Dan Gohman · 16 years ago
- 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 16 years ago
- b5fbb06 add testcase for strange types of gep indices by Chris Lattner · 16 years ago
- 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 16 years ago
- 4cdc44c Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: by Torok Edwin · 16 years ago
- ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 16 years ago
- c131793 Apply a patch by Micah Villmow to fix AsmParser to accept vector by Dan Gohman · 16 years ago
- f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 16 years ago
- 413fd23 Fix a long-standing bug and misfeature of the disassembler: when dealing with a by Chris Lattner · 16 years ago
- f570e62 add proper asmwriter and asmparser support for anonymous functions. by Chris Lattner · 16 years ago
- 0091cf9 Remove now-incorrect test. by Nate Begeman · 16 years ago
- 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- 012a03a this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. by Chris Lattner · 16 years ago
- 4050a23 Don't spew bitcode to standard out if this test fails, like it is right now. by Duncan Sands · 16 years ago
- df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
- c7e3069 Fix the .ll grammar rules to allow any type before an 'i32', not just an by Chris Lattner · 16 years ago
- 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
- 7c31085 Attributes noinline alwaysinline are incompatible by Devang Patel · 16 years ago
- e4c38ba Don't leave an output file in the test directory. by Dan Gohman · 16 years ago
- 652203f Support inreg, zext and sext as return value attributes. by Devang Patel · 16 years ago
- 8526390 Update tests. by Devang Patel · 16 years ago
- fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 16 years ago
- be91940 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 16 years ago
- f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
- 7ad033c Read and write function notes. by Devang Patel · 16 years ago
- 9018f56 Function notes tests. by Devang Patel · 16 years ago
- 6ac2809 Add support for parsing .ll files that have numbers in front of by Chris Lattner · 16 years ago
- c3be0fd Fix the AsmWriter to not print extra spaces after parameter attributes. by Dan Gohman · 16 years ago
- 5bc1ea0 Add vector shifts to the IR, patch by Eli Friedman. by Nate Begeman · 16 years ago
- bbedb0e Fix a bunch of bugs handling vector compare constant expressions, fixing PR2317. by Chris Lattner · 16 years ago
- d159901 Implement PR2538 by Chris Lattner · 16 years ago
- 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
- 1cd8f11 For all RUN lines starting with "not", redirect stderr to /dev/null so tests by Matthijs Kooijman · 16 years ago
- 7dc1def Re-apply 52002, allowing the verifier to accept non-MRV struct return by Dan Gohman · 16 years ago
- 836bfcd Revert 52002. by Dan Gohman · 16 years ago
- 411e6a5 Change the Verifier to support returning first class aggregrates. by Matthijs Kooijman · 16 years ago
- 6d98611 nounwindify. by Dan Gohman · 16 years ago
- 6e68f59 Constant folding for insertvalue and extractvalue. by Dan Gohman · 16 years ago
- 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
- 80f0f61 Don't silently truncate array extents to 32 bits. by Dan Gohman · 16 years ago
- e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
- 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 17 years ago
- f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 17 years ago
- 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 17 years ago
- 7e4687a returning an empty multiple return list is not valid. by Chris Lattner · 17 years ago
- e972299 rename *.llx -> *.ll by Chris Lattner · 17 years ago
- d881ad2 Implement PR2206. by Chris Lattner · 17 years ago
- f4423b1 Teach llvm-as to accept function types with multiple return types. by Dan Gohman · 17 years ago
- d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
- 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
- e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
- db71d63 Let invoke return aggregate value. by Devang Patel · 17 years ago
- bb4f8d4 Let function call return aggregate. by Devang Patel · 17 years ago
- ad9153e XFAIL for now. by Devang Patel · 17 years ago
- 2102cab Now functions can return aggregate values. by Devang Patel · 17 years ago
- 689e8b2 Fix PR2060 by rejecting invalid types for integer constants. by Chris Lattner · 17 years ago