- afab1df fix bogus test by Chris Lattner · 15 years ago
- 0386f01 Use separate namespace for named metadata. by Devang Patel · 15 years ago
- 69d02e0 Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 15 years ago
- 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 15 years ago
- ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
- f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
- 7a034b1 change of mind :) by Chris Lattner · 15 years ago
- 9357754 rename test. by Chris Lattner · 15 years ago
- 13435d9 eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. by Chris Lattner · 15 years ago
- cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago
- 0475c91 Parse custom metadata attached with an instruction. by Devang Patel · 15 years ago
- e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
- da795f8 A testcase! by Devang Patel · 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
- 4262b9b this test is using invalid "intrinsics". by Chris Lattner · 15 years ago
- 9c7a988 Use "opt < %s" instead of "opt %s" so that opt doesn't print the test 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
- 1f33167 Temporary test files should use %t. by Daniel Dunbar · 15 years ago
- fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
- b3f7c61 Do not use abbrev while writing NamedMDNode name. by Devang Patel · 15 years ago
- aa99314 Read and write NamedMDNode. by Devang Patel · 15 years ago
- 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
- 6dba766 Remove empty test. by Devang Patel · 15 years ago
- e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
- 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
- 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
- 1c7eea6 by Devang Patel · 15 years ago
- 8a15602 new test case by Devang Patel · 15 years ago
- 923078c Support stand alone metadata syntax. by Devang Patel · 15 years ago
- 0f05d22 Let's ignore MDStrings also! by Devang Patel · 15 years ago
- e4c0c0f by Devang Patel · 15 years ago
- 6de29f8 Support vector casts in more places, fixing a variety of assertion failures. by Dan Gohman · 15 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
- 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
- cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
- 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
- ab6b226 Don't load values out of global constants with weak 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
- 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
- 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
- bbcec68 Put CPPBackend tests into their own directory and run them only if they're by Bill Wendling · 16 years ago
- 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
- 3bf19e4 Remove lingering references to .llx and .tr in the tests. by Dan Gohman · 16 years ago
- 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
- f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 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 · 16 years ago
- f380fbd Update test by Anton Korobeynikov · 17 years ago
- dc2421f Start removing 'unwinds to' support from mainline in preparation for 2.3. by Nick Lewycky · 17 years ago
- 63f7ba0 Upgrade these tests for the current intrinsic prototypes. by Dan Gohman · 17 years ago
- 591858a Support chained aliases for LLVM IR printing. This fixes PR2145 by Anton Korobeynikov · 17 years ago
- 37f603f no need to keep around this output. by Chris Lattner · 17 years ago
- 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 17 years ago
- 819a66c Exercise the new CFG change. by Nick Lewycky · 17 years ago
- f58d4de Oops, can't unwind to the entry block (entry block may have no preds). by Nick Lewycky · 17 years ago
- fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
- 9bc243b Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
- 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
- b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
- ee19b86 llvm/test programs should not be execution programs. This by Chris Lattner · 17 years ago
- c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
- 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
- 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
- 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
- 6c7ada4 The Ada f-e produces various auxiliary output files by Duncan Sands · 17 years ago
- 9445e9a For PR1553: by Reid Spencer · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
- 5f0d16d Make sure we can round-trip an escaped value in a name. by Reid Spencer · 17 years ago
- 51eeb6e remove libbzip2 from this. This should use llvm-config or something. by Chris Lattner · 18 years ago
- a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 18 years ago
- 83f241e not fully implemented yet. by Chris Lattner · 18 years ago
- b7522c7 An example for PR1362 by Andrew Lenharth · 18 years ago
- 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 18 years ago
- eb1d74e For PR1319: by Reid Spencer · 18 years ago
- 78fb2ac Changes to fix problems with "make check". Apparently you can redefine by Reid Spencer · 18 years ago
- 9088245 Try some alternative syntax. by Reid Spencer · 18 years ago
- 7071836 Simplify this test and correct redirection for Tcl exec. by Reid Spencer · 18 years ago
- af6676d For PR1319: by Reid Spencer · 18 years ago
- 0c801b1 Fix a missing -f that the new llvm.exp found. by Reid Spencer · 18 years ago
- 0837479 Fix a missing -f caught by the new llvm.exp script. by Reid Spencer · 18 years ago
- 558385f vector compares aren't allowed. It doesn't make sense to have an xfailed by Chris Lattner · 18 years ago
- 78732c2 The hello pass actually requires a function to chew on! by Reid Spencer · 18 years ago
- 560b7f3 Fix a guard that is supposed to guard against mistakes like this patch fixes! by Reid Spencer · 18 years ago
- e4a0424 The "Hello" message is written on stderr so make sure it is duplicated to by Reid Spencer · 18 years ago
- 2a70657 Add a test case for PR1318. by Reid Spencer · 18 years ago
- 6015a1c Use the new %link variable to make this test portable. by Reid Spencer · 18 years ago
- 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
- 6b8a6b5 Add a test case for testing basic IR features via llvm2cpp. This helps find by Reid Spencer · 18 years ago
- b18cbfe Make sure upgrade doesn't fail on this. by Reid Spencer · 18 years ago
- 14f6dbf Upgrade this file completely instead of downgrading it. Make sure that by Reid Spencer · 18 years ago
- 98a1a71 Make sure this test uses llvm-upgrade. Don't allow false positives. by Reid Spencer · 18 years ago
- 03703f0 Fix to not give false positives. by Reid Spencer · 18 years ago
- a3c533a For PR1297: by Reid Spencer · 18 years ago
- 5373b72 Remove use of implementation keyword. by Reid Spencer · 18 years ago
- c2df070 Add tests for nounwind and noreturn function attributes. by Reid Spencer · 18 years ago
- 9085043 For PR411: by Reid Spencer · 18 years ago
- e3ff5ad For PR761: by Reid Spencer · 18 years ago
- 41f8cb9 Packed structs use packed struct initializers by Andrew Lenharth · 18 years ago