summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* regenerateChris Lattner2008-05-04
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Allow llvm-as to parse a getresult with an undef operand.Dan Gohman2008-04-23
* regenerateChris Lattner2008-04-23
* Validate that the result of a function type is valid using sharedChris Lattner2008-04-23
* regenerateChris Lattner2008-04-20
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-20
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-19
* regenerateGabor Greif2008-04-06
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Add explicit keywords.Dan Gohman2008-03-25
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-10
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* regenerate.Devang Patel2008-03-03
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* regenerate.Devang Patel2008-02-26
* Add assert.Devang Patel2008-02-26
* regenerateDevang Patel2008-02-26
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-26
* Regenerate.Devang Patel2008-02-23
* Use isa check instead of getTypeID() check.Devang Patel2008-02-23
* RegenerateDevang Patel2008-02-23
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-23
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* RegenerateDevang Patel2008-02-22
* Use SymbolicValueRef to parse getresult operandDevang Patel2008-02-22
* Generated files for 47484.Dale Johannesen2008-02-22
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-22
* regenerate.Devang Patel2008-02-20
* ParseDevang Patel2008-02-20
* Regenerated files.Dale Johannesen2008-02-20
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-20
* Regenerate.Devang Patel2008-02-20
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-20
* RegenerateAnton Korobeynikov2008-02-20
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* regenerateDevang Patel2008-02-19
* ParseDevang Patel2008-02-19
* Generated files for checkin 47342.Dale Johannesen2008-02-19
* Forgot a file, goes with 47342.Dale Johannesen2008-02-19
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* regenerateChris Lattner2008-02-19
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-19
* Back out mods to llvmAsmParser, incorrectly committedScott Michel2008-01-30
* More cleanups for CellSPU:Scott Michel2008-01-30
* If there are attributes on the varargs part of aDuncan Sands2008-01-11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29