- 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 · 17 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
- 26fdb11 this test isn't useful since we added @ notation for globals. by Chris Lattner · 17 years ago
- 8a39257 this line was commented out. by Chris Lattner · 17 years ago
- 709f6ec Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
- 9197493 Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it. by Tanya Lattner · 17 years ago
- d1bb1c2 upgrade this test, which wasn't testing the right thing since llvm-upgrade came around. by Chris Lattner · 17 years ago
- 0104234 rename llx -> ll by Chris Lattner · 17 years ago
- 6e9bcee Remove llvm-upgrade by Tanya Lattner · 17 years ago
- 8bc16f0 Two occurrences on one line count as one... by Duncan Sands · 17 years ago
- eb82470 If there are attributes on the varargs part of a call, don't discard them. by Duncan Sands · 17 years ago
- 064a57a Don't redirect stderr when it isn't needed. by Dan Gohman · 17 years ago
- d04764a All MMX shift instructions took a <2 x i32> vector as the shift amount parameter. Change this to be <1 x i64> instead, which matches the assembler instruction. by Anders Carlsson · 17 years ago
- d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 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
- 131c60a Don't redirect stderr when it isn't needed. by Dan Gohman · 17 years ago
- fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
- f286f6f Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. by Chris Lattner · 17 years ago
- 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
- 727842e Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. by Tanya Lattner · 17 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
- 08e581e Don't redirect llvm-as's stderr to llvm-dis. Change grep '' to grep {}. by Dan Gohman · 17 years ago
- e543424 Fix PR1645 by resolving forward alias references. by Chris Lattner · 17 years ago
- c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
- 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
- 6df20ef Fix PR1577, a crash on invalid bug. by Chris Lattner · 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
- 1d3d230 For PR1553: by Reid Spencer · 17 years ago
- 9445e9a For PR1553: by Reid Spencer · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- 82f3aee new testcase for a recent regression by Chris Lattner · 18 years ago
- 36f24cb Remove bogus testcase, PR409 is wontfix by Chris Lattner · 18 years ago