s/isReturnStruct()/hasStructRetAttr()/g
[oota-llvm.git] / lib / AsmParser /
2008-03-03 Devang Patelregenerate.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-26 Devang Patelregenerate.
2008-02-26 Devang PatelAdd assert.
2008-02-26 Devang Patelregenerate
2008-02-26 Devang PatelRemove unncessary ReturnInst constructors.
2008-02-23 Devang PatelRegenerate.
2008-02-23 Devang PatelUse isa check instead of getTypeID() check.
2008-02-23 Devang PatelRegenerate
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Devang PatelRegenerate
2008-02-22 Devang PatelUse SymbolicValueRef to parse getresult operand
2008-02-22 Dale JohannesenGenerated files for 47484.
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-20 Devang Patelregenerate.
2008-02-20 Devang PatelParse
2008-02-20 Dale JohannesenRegenerated files.
2008-02-20 Dale JohannesenSupport alignment within ParamAttrs in the I/O handling.
2008-02-20 Devang PatelRegenerate.
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Anton KorobeynikovRegenerate
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-19 Devang Patelregenerate
2008-02-19 Devang PatelParse
2008-02-19 Dale JohannesenGenerated files for checkin 47342.
2008-02-19 Dale JohannesenForgot a file, goes with 47342.
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-19 Chris Lattnerregenerate
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-01-30 Scott MichelBack out mods to llvmAsmParser, incorrectly committed
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-11 Duncan SandsIf there are attributes on the varargs part of a
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-17 Christopher Lambregenerate.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-16 Bill WendlingRemove spurious warnings from GCC:
2007-12-12 Christopher LambRegenerate.
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Christopher LambRegenerate.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-08 Chris Lattneradd #include
2007-12-03 Anton KorobeynikovRegenerate
2007-12-03 Anton KorobeynikovFix fallout from my last patch: don't reject varargs...
2007-12-03 Anton KorobeynikovRegenerate
2007-12-03 Anton KorobeynikovMore sanity checks for function types.
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
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 Lattnerautoupgrade files that use callfoo as call foo.
2007-11-18 Chris LattnerBugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen...
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 KorobeynikovRegenerate
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-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-09-12 Dale JohannesenGenerated files for previous patch.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenGenerated files for previous patch.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-10 Chris Lattnerregenerate
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 generated files.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-08-29 Chris Lattnerupdate these
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-06 Chris Lattnerregenerate
2007-08-06 Chris LattnerFix PR1577, a crash on invalid bug.
2007-08-04 Chandler CarruthRegenerating.
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 GreeneUpdate generated files.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerAllow the INREG parameter attribute to be added to...
2007-07-31 Reid SpencerRegenerate (again).
2007-07-31 Reid SpencerDon't include newlines in the whitespace before newline...
2007-07-31 Reid SpencerRegenerate.
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-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
next