Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.y
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-03 Anton KorobeynikovFix fallout from my last patch: don't reject varargs...
2007-12-03 Anton KorobeynikovMore sanity checks for function types.
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-18 Chris LattnerReplace the original flex lexer with a hand writen...
2007-11-15 Nate BegemanBasic non-power-of-2 vector support
2007-11-14 Anton KorobeynikovAdd pure/const attributes. Documentation will follow.
2007-11-05 Dan GohmanAdd support for vector remainder operations.
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-10 Chris LattnerFix PR1645 by resolving forward alias references.
2007-09-07 Dale JohannesenApply feedback from previous patch.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
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-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Reid SpencerAllow the INREG parameter attribute to be added to...
2007-07-31 Reid SpencerFor PR1553:
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-19 Reid SpencerFor PR1553:
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-05-22 Reid SpencerImplement full unescaping of escaped hex characters...
2007-05-19 Reid SpencerMake the %"..." syntax legal for local name. This just...
2007-05-04 Chris Lattnerfix a bug where llvm-as couldn't assemble the .ll file...
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
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 KorobeynikovImplement review feedback. Aliasees can be either Globa...
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 KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
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 SpencerOkay, yes there *is* a getKeyLength method on ValueName...
2007-04-16 Reid SpencerCheck length of string before we walk off the end of it.
2007-04-16 Reid SpencerUse a more optimal way to get the name of a function...
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 SpencerDrop the implementation keyword.
2007-03-30 Reid SpencerFor PR1289:
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-28 Reid SpencerReplace the "implementation" keyword with "checkpoint...
2007-03-22 Reid SpencerAdd support for the noreturn and nounwind function...
2007-03-20 Reid SpencerDon't delete things before their last use (avoids bad...
2007-03-20 Reid SpencerPlug some PATypeHolder memory leaks.
2007-03-19 Reid SpencerFix test/Assembler/2007-03-19-NegValue.ll by using...
2007-03-19 Reid SpencerFor PR1248:
2007-03-01 Reid SpencerUse a simpler constructor when constructing ConstantInt...
2007-02-28 Reid SpencerImplement support for aribrary precision integers by...
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 Lattnereliminate use of methods that take vectors as args
2007-02-11 Chris Lattneradd #include
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,...
next