Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone.
[oota-llvm.git] / lib / AsmParser /
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-05 Chris Lattnerupdate the .cvs files
2007-06-29 John CriswellConvert .cvsignore files
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-05-22 Reid SpencerRegenerate.
2007-05-22 Reid SpencerDon't allow the UnEscape code to read or write beyond...
2007-05-22 Reid SpencerRegenerate.
2007-05-22 Reid SpencerImplement full unescaping of escaped hex characters...
2007-05-22 Chris Lattnerupdate comment
2007-05-22 Chris Lattnerregenerate
2007-05-22 Chris Lattnersimplify code
2007-05-19 Reid SpencerRegenerate
2007-05-19 Reid SpencerMake the %"..." syntax legal for local name. This just...
2007-05-04 Chris Lattnerregenerate
2007-05-04 Chris Lattnerfix a bug where llvm-as couldn't assemble the .ll file...
2007-04-29 Anton KorobeynikovRegenerate
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-28 Reid SpencerRegenerate.
2007-04-28 Reid SpencerRevert the premature portion of the last commit.
2007-04-28 Reid SpencerFix a compilation error (jump to case label).
2007-04-28 Anton KorobeynikovRegenerate
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-26 Chris Lattnerregen
2007-04-26 Chris Lattnerwrap long lines
2007-04-25 Bill WendlingQuiet a compiler warning about assignment in an if...
2007-04-25 Anton KorobeynikovAdd missed semicolon. Resotre compatibility with older...
2007-04-25 Anton KorobeynikovRegenerate
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-22 Christopher LambRegenerated
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-16 Reid SpencerRegenerate
2007-04-16 Reid SpencerOkay, yes there *is* a getKeyLength method on ValueName...
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerCheck length of string before we walk off the end of it.
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerUse a more optimal way to get the name of a function...
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerFor PR1328:
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerDrop the implementation keyword.
2007-03-30 Reid SpencerFor PR1289: Regenerate
2007-03-30 Reid SpencerFor PR1289:
2007-03-29 Reid SpencerRegenerate.
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-28 Reid SpencerRegenerate.
2007-03-28 Reid SpencerReplace the "implementation" keyword with "checkpoint...
2007-03-22 Reid SpencerRegenerate.
2007-03-22 Reid SpencerAdd support for the noreturn and nounwind function...
2007-03-20 Reid SpencerRegenerate.
2007-03-20 Reid SpencerDon't delete things before their last use (avoids bad...
2007-03-20 Reid SpencerRegenerate.
2007-03-20 Reid SpencerPlug some PATypeHolder memory leaks.
2007-03-19 Reid SpencerRegenerate.
2007-03-19 Reid SpencerFix test/Assembler/2007-03-19-NegValue.ll by using...
2007-03-19 Reid SpencerRegenerate.
2007-03-19 Reid SpencerFor PR1248:
2007-03-19 Reid SpencerAdd and Operator== method to ValID so equality can...
2007-03-09 Reid SpencerRegenerate.
2007-03-09 Reid SpencerFor PR1245:
2007-03-01 Reid SpencerRegenerate.
2007-03-01 Reid SpencerUse a simpler constructor when constructing ConstantInt...
2007-02-28 Reid SpencerRegenerate.
2007-02-28 Reid SpencerImplement arbitrary integer constants through the use...
2007-02-28 Reid SpencerImplement support for aribrary precision integers by...
2007-02-19 Chris Lattnerremove dead methods
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Chris Lattnereliminate use of vector ctors
2007-02-13 Chris Lattnerregenerate
2007-02-13 Chris Lattnereliminate use of methods that take vectors as args
2007-02-11 Chris Lattnerregenerate
2007-02-11 Chris Lattneradd #include
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid Spencer! removal was a little over zealous. Put the ! back...
2007-02-05 Reid SpencerRegenerate.
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 Lattnerregenerate
2007-01-31 Chris Lattnereliminate a temporary vector
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovRegenerate
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Reid SpencerRegenerate for PR645 and PR761
2007-01-26 Reid SpencerFor PR645:
2007-01-21 Jeff CohenFix this error:
2007-01-17 Reid SpencerRegenerate.
2007-01-17 Reid SpencerFor PR1117:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnerregenerate
2007-01-15 Chris Lattnerallow i1 to operators like shift and add.
2007-01-13 Reid SpencerRegenerate.
next