summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Update generated files.Dan Gohman2008-09-09
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Parse and print opt_size note.Devang Patel2008-09-03
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Parse function notes.Devang Patel2008-09-02
* regenerateChris Lattner2008-08-29
* Add support for parsing .ll files that have numbers in front ofChris Lattner2008-08-29
* Regenerate.Gordon Henriksen2008-08-17
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* Generated files for 54744.Dale Johannesen2008-08-13
* Add read/write support for X86's sseregparm.Dale Johannesen2008-08-13
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-29
* Update the generated .cvs files.Dan Gohman2008-07-23
* Enable first-class aggregates support.Dan Gohman2008-07-23
* Align comments, colons and cases. Remove trailingDuncan Sands2008-07-11
* regenerateChris Lattner2008-07-11
* Implement PR2538Chris Lattner2008-07-11
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* Fix some signed vs. unsigned issues in array and vector handling.Dan Gohman2008-06-24
* Update the .cvs files.Dan Gohman2008-06-23
* Fix the types for NumElements variables, and add a commentDan Gohman2008-06-23
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-09
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-31
* Don't silently truncate array extents to 32 bits.Dan Gohman2008-05-23
* 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