aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2008-05-04regenerateChris Lattner
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-23Allow llvm-as to parse a getresult with an undef operand.Dan Gohman
2008-04-23regenerateChris Lattner
2008-04-23Validate that the result of a function type is valid using sharedChris Lattner
2008-04-20regenerateChris Lattner
2008-04-20Switch to using Simplified ConstantFP::get API.Chris Lattner
2008-04-19Teach llvm-as to accept function types with multiple return types.Dan Gohman
2008-04-06regenerateGabor Greif
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-03-25Add explicit keywords.Dan Gohman
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-03-10Update the .cvs files to match today's asm syntax change.Nick Lewycky
2008-03-10Turn unwind_to into "unwinds to".Nick Lewycky
2008-03-03regenerate.Devang Patel
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-02-26regenerate.Devang Patel
2008-02-26Add assert.Devang Patel
2008-02-26regenerateDevang Patel
2008-02-26Remove unncessary ReturnInst constructors.Devang Patel
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