aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-253-306/+306
* Fix some signed vs. unsigned issues in array and vector handling.Dan Gohman2008-06-241-10/+10
* Update the .cvs files.Dan Gohman2008-06-233-102/+106
* Fix the types for NumElements variables, and add a commentDan Gohman2008-06-231-7/+9
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-094-777/+1046
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-314-1004/+1028
* Don't silently truncate array extents to 32 bits.Dan Gohman2008-05-231-1/+1
* Issue errors in several situations instead of aborting.Dan Gohman2008-05-231-7/+21
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-235-1254/+1538
* Recognize the "default" keyword, which is documented in LangRef.htmlDan Gohman2008-05-221-0/+1
* Reverting accidental commit of generated files.Gordon Henriksen2008-05-193-287/+287
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-193-287/+287
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-7/+7
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-154-294/+293
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-1/+2
* CommonLinkage (missed a file)Dale Johannesen2008-05-141-1/+2
* Generated files for CommonLinkage.Dale Johannesen2008-05-143-1740/+1752
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+1
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-125-1386/+1551
* regenerateChris Lattner2008-05-042-1466/+1432
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-253-29/+10
* Allow llvm-as to parse a getresult with an undef operand.Dan Gohman2008-04-234-460/+460
* regenerateChris Lattner2008-04-232-196/+214
* Validate that the result of a function type is valid using sharedChris Lattner2008-04-231-6/+15
* regenerateChris Lattner2008-04-203-276/+276
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-201-3/+3
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-194-3620/+4963
* regenerateGabor Greif2008-04-063-4989/+3649
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-19/+19
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-2/+1
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-124-487/+394
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-103-872/+868
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-102-6/+6
* regenerate.Devang Patel2008-03-033-1443/+1484
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-022-18/+25
* regenerate.Devang Patel2008-02-263-272/+272
* Add assert.Devang Patel2008-02-261-2/+2
* regenerateDevang Patel2008-02-263-277/+281
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-261-1/+3
* Regenerate.Devang Patel2008-02-232-2/+2
* Use isa check instead of getTypeID() check.Devang Patel2008-02-231-1/+1
* RegenerateDevang Patel2008-02-233-487/+447
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-231-23/+3
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-224-304/+307
* RegenerateDevang Patel2008-02-223-468/+466
* Use SymbolicValueRef to parse getresult operandDevang Patel2008-02-221-3/+2
* Generated files for 47484.Dale Johannesen2008-02-223-293/+295
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-1/+2
* regenerate.Devang Patel2008-02-203-923/+989