For PR411:
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.y
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid Spencer! removal was a little over zealous. Put the ! back...
2007-02-05 Reid SpencerThere is nothing exclamatory about an error message...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-31 Chris Lattnereliminate a temporary vector
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Reid SpencerFor PR645:
2007-01-21 Jeff CohenFix this error:
2007-01-17 Reid SpencerFor PR1117:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnerallow i1 to operators like shift and add.
2007-01-13 Reid SpencerBye bye bool. AsmWriter doesn't generate it any more...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Chris LattnerThis production is dead, the lexer can never return...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-08 Andrew LenharthMake packed structs use packed initialiers for consistency
2007-01-06 Reid SpencerFor PR411:
2007-01-05 Reid SpencerFor PR1077:
2007-01-05 Reid SpencerChange the syntax for parameter attributes:
2007-01-04 Reid SpencerDisallow packed types in icmp/fcmp instructions. The...
2007-01-04 Reid SpencerPermit icmp and fcmp to have packed operands.
2007-01-02 Reid SpencerImplement checking for unresolved types in the argument...
2006-12-31 Reid SpencerRemove an extra semi-colon.
2006-12-31 Reid SpencerAdd a missing colon. Noticed by Jeff Cohen.
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-20 Reid SpencerAllow negative constants for unsigned integers and...
2006-12-08 Andrew LenharthPacked Structures
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-05 Reid SpencerRemove dead var NewVarArgs.
2006-12-05 Reid SpencerDump the old va_arg and va_next upgrade support. No...
2006-12-05 Reid SpencerRemove various old upgrade hacks that are no longer...
2006-12-04 Reid SpencerFor PR950: For ICmp and FCmp constant expressions,...
2006-12-03 Reid SpencerRemove useless #include.
2006-12-03 Reid SpencerShorten the FCmp and ICmp mnemonics to 3 letters. Make...
2006-12-03 Reid SpencerRemove backwards compatibility goop. Now implemented...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-28 Bill WendlingRemoved #include <iostream> and used llvm streams
2006-11-28 Reid SpencerImplement signedness caching for values, value lists...
2006-11-27 Reid SpencerFor PR950:
2006-11-19 Reid SpencerFor PR950:
2006-11-12 Bill WendlingInitialize some pointers to quiet the compiler (when...
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Chris LattnerFix a bug noticed by Emil Mikulic.
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-24 John CriswellRemoved extraneous semi-colon; this was prevening the...
2006-10-22 Reid SpencerRemove unneeded CHECK_FOR_ERROR invocations.
2006-10-22 Chris Lattnerchange keyword to datalayout
2006-10-20 Reid SpencerFor PR950:
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-15 Chris LattnerProduce a useful error message for Regression/Verifier...
2006-10-09 Reid SpencerFix PR886:
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Reid SpencerFix PR902:
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-08-18 Chris Lattnertrivial optimization
2006-08-18 Reid SpencerAdd a comment about the mechanisms used to rid AsmParse...
2006-08-18 Reid SpencerFor PR797:
2006-05-29 Reid SpencerFix grammar in a comment.
2006-05-19 Chris LattnerAdd support for parsing csret
2006-04-08 Chris LattnerUse isValidOperands instead of duplicating or eliding...
2006-04-08 Chris LattnerAdd insertelement and shufflevector constantexpr support
2006-04-08 Chris LattnerParse shufflevector
2006-03-04 Chris LattnerDon't use invalidated iterators!
2006-01-25 Chris LattnerParse inline asm objects
2006-01-24 Chris LattnerRename method
2006-01-24 Chris Lattnersyntax change
2006-01-23 Chris LattnerAdd support for parsing global asm blocks
2006-01-19 Reid SpencerMake sure intrinsic auto-upgrade is invoked correctly.
2006-01-17 Robert BocchinoLexer and parser support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-10 Robert BocchinoAdded lexer and parser support for the extractelement...
2005-12-21 Chris Lattnerallow logical operators on packed integral types
2005-12-21 Chris LattnerImplement Regression/Assembler/2005-12-21-ZeroInitVector.ll
2005-11-12 Chris Lattnerrefactor grammar to eliminate shift-reduce conflict...
2005-11-12 Chris LattnerParse section info
2005-11-10 Chris LattnerForce vectors to be a power of two in size
2005-11-06 Chris LattnerAllow globals to have an alignment specified. Switch...
2005-11-06 Chris Lattnerfactor optional alignment
2005-11-05 Chris LattnerVerify that alignment amounts are a power of 2
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-06-24 Chris LattnerFix grammar
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-20 Andrew Lenharthbecause some functions just use va_start and pass thing...
2005-06-19 Andrew Lenharthva_end fix
2005-06-19 Andrew Lenharthadd a check for the mixing of vaarg and vanext with...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-05-10 Misha Brukman* Convert tabs to spaces, fix code alignment
2005-05-06 Chris Lattnerparse new calling conv specifiers
2005-05-06 Chris Lattneruse splice instead of remove/insert for a minor speedup
2005-05-06 Chris Lattnerremove some ugly hacks that are no longer needed since...
next