summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* Issue errors in several situations instead of aborting.Dan Gohman2008-05-23
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Recognize the "default" keyword, which is documented in LangRef.htmlDan Gohman2008-05-22
* Reverting accidental commit of generated files.Gordon Henriksen2008-05-19
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-19
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* CommonLinkage (missed a file)Dale Johannesen2008-05-14
* Generated files for CommonLinkage.Dale Johannesen2008-05-14
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* 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