Expose most of the Constant creation functions to ocaml.
[oota-llvm.git] / test / Assembler /
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-24 Eli FriedmanFix assert assembling zero-argument constant GEP.
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-15 Dan GohmanApparently Darwin doesn't have /dev/full :-(.
2009-07-15 Dan GohmanAdd a testcase for raw_ostream error checking.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-22 Torok EdwinRevert this. There's no way to verifiy indirect calls...
2009-05-22 Torok EdwinVerify that calling conventions match function prototype.
2009-04-27 Dan GohmanMake this test slightly more strict.
2009-04-26 Sanjiv GuptaAny size of integral indices are allowed in gep for...
2009-04-25 Chris Lattneradd testcase for strange types of gep indices
2009-04-25 Chris Lattnertestcase and asmparser fix for PR4066
2009-04-25 Torok EdwinFix g++-4.4.0 warning, it was causing llvm-nm to fail...
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-14 Dan GohmanApply a patch by Micah Villmow to fix AsmParser to...
2009-03-01 Chris LattnerFix a pretty awesome bug that only happened in a strang...
2009-03-01 Chris LattnerFix a long-standing bug and misfeature of the disassemb...
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-04 Nate BegemanRemove now-incorrect test.
2009-02-02 Chris LattnerFix PR3372
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-08 Chris Lattnerthis testcase is huge and hasn't regressed ever, I...
2009-01-05 Duncan SandsDon't spew bitcode to standard out if this test
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-10-15 Chris LattnerFix the .ll grammar rules to allow any type before...
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Dan GohmanDon't leave an output file in the test directory.
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-27 Devang PatelUpdate tests.
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-09 Dan GohmanTemporarily disable vector select in the bitcode reader...
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-02 Devang PatelRead and write function notes.
2008-09-02 Devang PatelFunction notes tests.
2008-08-29 Chris LattnerAdd support for parsing .ll files that have numbers...
2008-08-05 Dan GohmanFix the AsmWriter to not print extra spaces after param...
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-14 Chris LattnerFix a bunch of bugs handling vector compare constant...
2008-07-11 Chris LattnerImplement PR2538
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
2008-06-05 Dan GohmanRevert 52002.
2008-06-05 Matthijs KooijmanChange the Verifier to support returning first class...
2008-06-03 Dan Gohmannounwindify.
2008-06-03 Dan GohmanConstant folding for insertvalue and extractvalue.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-23 Dan GohmanDon't silently truncate array extents to 32 bits.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-23 Chris Lattnerreturning an empty multiple return list is not valid.
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-04-19 Chris LattnerImplement PR2206.
2008-04-19 Dan GohmanTeach llvm-as to accept function types with multiple...
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-20 Devang PatelXFAIL for now.
2008-02-20 Devang PatelNow functions can return aggregate values.
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-02-17 Chris Lattnerthis test isn't useful since we added @ notation for...
2008-02-17 Chris Lattnerthis line was commented out.
2008-02-16 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-16 Tanya LattnerRemoving llvm upgrade, so remove tests specific to...
2008-02-15 Chris Lattnerupgrade this test, which wasn't testing the right thing...
2008-02-15 Chris Lattnerrename llx -> ll
2008-02-14 Tanya LattnerRemove llvm-upgrade
2008-01-11 Duncan SandsTwo occurrences on one line count as one...
2008-01-11 Duncan SandsIf there are attributes on the varargs part of a
2007-12-14 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-12-11 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Dan GohmanDon't redirect llvm-as's stderr to llvm-dis.
2007-09-10 Chris LattnerFix PR1645 by resolving forward alias references.
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-06 Chris LattnerFix PR1577, a crash on invalid bug.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-31 Reid SpencerFor PR1553:
2007-07-19 Reid SpencerFor PR1553:
2007-06-29 John CriswellConvert .cvsignore files
2007-05-22 Chris Lattnernew testcase for a recent regression
2007-05-05 Chris LattnerRemove bogus testcase, PR409 is wontfix
next