aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.Gordon Henriksen2008-08-173-291/+291
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-1/+1
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-171-1/+1
* Generated files for 54744.Dale Johannesen2008-08-133-1781/+1797
* Add read/write support for X86's sseregparm.Dale Johannesen2008-08-132-0/+3
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-294-294/+294
* Update the generated .cvs files.Dan Gohman2008-07-233-307/+345
* Enable first-class aggregates support.Dan Gohman2008-07-232-7/+26
* Align comments, colons and cases. Remove trailingDuncan Sands2008-07-111-17/+17
* regenerateChris Lattner2008-07-113-1035/+1101
* Implement PR2538Chris Lattner2008-07-112-24/+64
* 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