implemented sub
[oota-llvm.git] / lib / AsmParser /
2006-07-07 Chris LattnerThese libs use EH info
2006-06-21 Chris Lattnerfix typo
2006-06-02 Chris LattnerFix build on systems with bad bison's
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-29 Reid SpencerFix grammar in a comment.
2006-05-19 Chris LattnerRegenerate
2006-05-19 Chris LattnerAdd support for parsing csret
2006-04-12 Reid SpencerMake sure CVS versions of yacc and lex files get distri...
2006-04-08 Chris LattnerRegenerate
2006-04-08 Chris LattnerUse isValidOperands instead of duplicating or eliding...
2006-04-08 Chris Lattnerregenerate
2006-04-08 Chris LattnerAdd insertelement and shufflevector constantexpr support
2006-04-08 Chris Lattnerregenerate
2006-04-08 Chris LattnerParse shufflevector
2006-03-23 Reid SpencerAdd new generated files.
2006-03-04 Chris LattnerRegenerate
2006-03-04 Chris LattnerDon't use invalidated iterators!
2006-02-15 Chris LattnerConvert this over to work with the new makefiles
2006-02-15 Chris Lattnerrandom lexer change to test the makefile updating stuff
2006-02-14 Chris Lattneradjust to new style of handling lexer changes
2006-01-25 Chris Lattnerregenerate
2006-01-25 Chris LattnerParse inline asm objects
2006-01-24 Chris LattnerRename method
2006-01-24 Chris Lattnersyntax change
2006-01-23 Chris Lattnerregenerate
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-11 Chris LattnerRegenerate these files. FreeBSD apparently has issues...
2006-01-10 Robert BocchinoAdded lexer and parser support for the extractelement...
2005-12-21 Chris LattnerRegenerate
2005-12-21 Chris Lattnerallow logical operators on packed integral types
2005-12-21 Chris Lattnerregenerate
2005-12-21 Chris LattnerImplement Regression/Assembler/2005-12-21-ZeroInitVector.ll
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattnerrefactor grammar to eliminate shift-reduce conflict...
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattneradd a token
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 Lattnerregenerate
2005-11-06 Chris LattnerAllow globals to have an alignment specified. Switch...
2005-11-06 Chris Lattnerregenerate
2005-11-06 Chris Lattnerfactor optional alignment
2005-11-05 Chris Lattnerregenerate
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-08-27 Reid SpencerImplement PR614:
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...
2005-05-06 Chris Lattnerlex tail
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-02 Andrew LenharthRemove support for 1.0 style varargs
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-19 Chris Lattnerfix PR549
2005-03-23 Chris Lattnerdon't crash in some bad cases.
2005-03-21 Chris LattnerRemove a bunch of cruft and dead code for handling...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-05 Chris Lattnerzap
2005-02-24 Chris Lattneradd more checking
2005-02-24 Chris LattnerDo not read free'd memory when printing an error message.
2005-02-22 Chris LattnerC++ is not a functional programming language.
2005-02-01 Chris LattnerFix test/Regression/Assembler/2005-01-31-CallingAggrega...
2005-02-01 Chris LattnerApparently := confuses makellvm
2005-01-29 Chris LattnerAdjust to slight changes in instruction interfaces.
2005-01-08 Chris LattnerSilence VS warnings.
2004-12-10 Alkis EvlogimenosDo not allow empty label names.
2004-12-10 Chris LattnerImplement test/Feature/escaped_label.ll
2004-12-08 Chris LattnerAdd support for compilers with arg dependent name looku...
2004-12-06 Reid SpencerFor PR409: \
2004-11-28 Chris LattnerFix PR463
2004-10-28 Reid SpencerMake sure that the yacc and lex output are specified...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Chris LattnerPlug a memory leak in the asmparser. It turns out...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerParse undef and unreachable
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-09 Chris LattnerAdd a check to avoid an assertion on malformed input
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-21 Reid SpencerExamine the type code in the setcc class of instruction...
2004-08-20 Chris Lattnerquish a warning
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-17 Chris LattnerWork around PR424 for old c/c++ frontends.
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-26 Chris LattnerFix bug in previous patch :(
next