aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2008-02-23Regenerate.Devang Patel
2008-02-23Use isa check instead of getTypeID() check.Devang Patel
2008-02-23RegenerateDevang Patel
2008-02-23To support multiple return values, now ret instruction supports multiple oper...Devang Patel
2008-02-22Split ParameterAttributes.h, putting the complicatedDale Johannesen
2008-02-22RegenerateDevang Patel
2008-02-22Use SymbolicValueRef to parse getresult operandDevang Patel
2008-02-22Generated files for 47484.Dale Johannesen
2008-02-22Pass alignment on ByVal parameters, from FE, allDale Johannesen
2008-02-20regenerate.Devang Patel
2008-02-20ParseDevang Patel
2008-02-20Regenerated files.Dale Johannesen
2008-02-20Support alignment within ParamAttrs in the I/O handling.Dale Johannesen
2008-02-20Regenerate.Devang Patel
2008-02-20Specify GetResultInst index as an unsigned.Devang Patel
2008-02-20RegenerateAnton Korobeynikov
2008-02-20Fix newly-introduced 4.3 warningsAnton Korobeynikov
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-19regenerateDevang Patel
2008-02-19ParseDevang Patel
2008-02-19Generated files for checkin 47342.Dale Johannesen
2008-02-19Forgot a file, goes with 47342.Dale Johannesen
2008-02-19Expand ParameterAttributes to 32 bits (in preparationDale Johannesen
2008-02-19regenerateChris Lattner
2008-02-19Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner
2008-01-30Back out mods to llvmAsmParser, incorrectly committedScott Michel
2008-01-30More cleanups for CellSPU:Scott Michel
2008-01-11If there are attributes on the varargs part of aDuncan Sands
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-12-17regenerate.Christopher Lamb
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-16Remove spurious warnings from GCC:Bill Wendling
2007-12-12Regenerate.Christopher Lamb
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Regenerate.Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-12-08add #includeChris Lattner
2007-12-03RegenerateAnton Korobeynikov
2007-12-03Fix fallout from my last patch: don't reject varargs functions :)Anton Korobeynikov
2007-12-03RegenerateAnton Korobeynikov
2007-12-03More sanity checks for function types. Anton Korobeynikov
2007-11-30Add a convenience method for modifying parameterDuncan Sands
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-22Rename the 'const' parameter attribute to 'readnone',Duncan Sands
2007-11-18autoupgrade files that use callfoo as call foo.Chris Lattner
2007-11-18Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen/X86/2007-10-16-fp80_sele...Chris Lattner
2007-11-18Replace the original flex lexer with a hand writen one. This Chris Lattner