Fix a FIXME: in ReplaceNodeWith, if the new node
[oota-llvm.git] / lib / AsmParser /
2008-10-25 Oscar FuentesCMake: Cross-platform support for using pre-generated...
2008-10-24 Cedric VenetModify the cmake build system so that if it doesn't...
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in GetForwardRefForGlobal()
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in getTypeVal()
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in ResolveTypeTo()
2008-10-15 Chris Lattnerregenerate
2008-10-15 Chris LattnerFix the .ll grammar rules to allow any type before...
2008-10-15 Chris Lattnerregenerate
2008-10-15 Chris LattnerEliminate the "IntType ::= INTTYPE" production, just use
2008-10-09 Dale JohannesenGenerated files for previous checkin.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-08 Chris Lattnerregenerate
2008-10-08 Chris LattnerAdd missing semicolumns in parser rules, those missing...
2008-10-05 Nuno Lopesregenerate
2008-10-05 Nuno Lopesclean ArgTypeListI production: free the PATypeHolder
2008-10-03 Nuno Lopesregenerate
2008-10-03 Nuno Lopesfix more memleaks in ResolveTypeTo() and ParseGlobalVar...
2008-10-03 Nuno Lopesregenerate with bison 2.3
2008-10-03 Nuno Lopesfix memleak in FunctionHeaderH
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Dale JohannesenGenerated files for warning fix.
2008-09-26 Dale JohannesenFix a compiler warning.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Dale JohannesenGenerated files for previous patch.
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Eric ChristopherFix fallout from revision r56535.
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-23 Chris Lattnerregenerate
2008-09-23 Chris Lattnerallow inreg on the result of a function
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-09 Dan GohmanUpdate generated files.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-03 Devang PatelParse and print opt_size note.
2008-09-02 Devang Patels/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
2008-09-02 Devang PatelParse function notes.
2008-08-29 Chris Lattnerregenerate
2008-08-29 Chris LattnerAdd support for parsing .ll files that have numbers...
2008-08-17 Gordon HenriksenRegenerate.
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-13 Dale JohannesenGenerated files for 54744.
2008-08-13 Dale JohannesenAdd read/write support for X86's sseregparm.
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-23 Dan GohmanUpdate the generated .cvs files.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-11 Duncan SandsAlign comments, colons and cases. Remove trailing
2008-07-11 Chris Lattnerregenerate
2008-07-11 Chris LattnerImplement PR2538
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-24 Dan GohmanFix some signed vs. unsigned issues in array and vector...
2008-06-23 Dan GohmanUpdate the .cvs files.
2008-06-23 Dan GohmanFix the types for NumElements variables, and add a...
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-23 Dan GohmanDon't silently truncate array extents to 32 bits.
2008-05-23 Dan GohmanIssue errors in several situations instead of aborting.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-22 Dan GohmanRecognize the "default" keyword, which is documented...
2008-05-19 Gordon HenriksenReverting accidental commit of generated files.
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-14 Dale JohannesenCommonLinkage (missed a file)
2008-05-14 Dale JohannesenGenerated files for CommonLinkage.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-04 Chris Lattnerregenerate
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-23 Dan GohmanAllow llvm-as to parse a getresult with an undef operand.
2008-04-23 Chris Lattnerregenerate
2008-04-23 Chris LattnerValidate that the result of a function type is valid...
2008-04-20 Chris Lattnerregenerate
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-19 Dan GohmanTeach llvm-as to accept function types with multiple...
2008-04-06 Gabor Greifregenerate
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-10 Nick LewyckyUpdate the .cvs files to match today's asm syntax change.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
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
next