Updated the TableGen emitter for the Enhanced
[oota-llvm.git] / test / Assembler /
2010-02-06 Victor HernandezFunction-local metadata whose operands had been optimiz...
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-14 Victor HernandezExtend testcase to also test llvm.dbg.value intrinsic
2010-01-14 Victor HernandezNow that LLParser, AsmWriter, BitcodeReader, and Bitcod...
2010-01-05 Victor HernandezRe-add parsing of function-local metadata; this time...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-31 Chris Lattneradd some basic named MD tests.
2009-12-30 Chris Lattnerreimplement insertvalue/extractvalue metadata handling...
2009-12-30 Chris Lattnerfix parsing of mdstring values.
2009-12-29 Chris LattnerEach instruction is allowed to have *multiple* different
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-10-21 Dale JohannesenAdjust testcases for msasm -> alignstack.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-09-20 Nick LewyckyClean up the usage of evaluateICmpRelation's return...
2009-09-15 Chris Lattnerfix PR4963: folding insertvalue would sometimes turn...
2009-09-11 Dan GohmanFix this test to test what it was originally intended...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattnerfix test to not get a moduleid that matches 'br'
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-06 Daniel DunbarFix spacing.
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-08-25 Dan GohmanRemove obsolete -f flags.
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...
next