summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/llvmAsmParser.cpp.cvs
Commit message (Collapse)AuthorAgeFilesLines
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-295/+295
| | | | | | | | Added abstract class MemSDNode for any Node that have an associated MemOperand Changed atomic.lcs => atomic.cmp.swap, atomic.las => atomic.load.add, and atomic.lss => atomic.load.sub llvm-svn: 52706
* Update the .cvs files.Dan Gohman2008-06-231-94/+96
| | | | llvm-svn: 52637
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-091-762/+895
| | | | llvm-svn: 52149
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-311-930/+955
| | | | | | | | | | | insertvalue and extractvalue to use constant indices instead of Value* indices. And begin updating LangRef.html. There's definately more to come here, but I'm checking this basic support in now to make it available to people who are interested. llvm-svn: 51806
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-1211/+1339
| | | | | | | | | and bitcode support for the extractvalue and insertvalue instructions and constant expressions. Note that this does not yet include CodeGen support. llvm-svn: 51468
* Reverting accidental commit of generated files.Gordon Henriksen2008-05-191-279/+279
| | | | llvm-svn: 51239
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-191-279/+279
| | | | llvm-svn: 51238
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-286/+286
| | | | | | moving toward making structs and arrays first-class types. llvm-svn: 51157
* Generated files for CommonLinkage.Dale Johannesen2008-05-141-1529/+1538
| | | | llvm-svn: 51119
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-1262/+1345
| | | | | | for details. CodeGen support coming in a follow up patch llvm-svn: 50985
* regenerateChris Lattner2008-05-041-1296/+1264
| | | | llvm-svn: 50621
* Allow llvm-as to parse a getresult with an undef operand.Dan Gohman2008-04-231-457/+457
| | | | llvm-svn: 50175
* regenerateChris Lattner2008-04-231-190/+199
| | | | llvm-svn: 50139
* regenerateChris Lattner2008-04-201-272/+272
| | | | llvm-svn: 49978
* Teach llvm-as to accept function types with multiple return types.Dan Gohman2008-04-191-3468/+4602
| | | | llvm-svn: 49945
* regenerateGabor Greif2008-04-061-4611/+3478
| | | | llvm-svn: 49293
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-367/+336
| | | | | | | | | | | | | | | | | | | | | | | 1. There is now a "PAListPtr" class, which is a smart pointer around the underlying uniqued parameter attribute list object, and manages its refcount. It is now impossible to mess up the refcount. 2. PAListPtr is now the main interface to the underlying object, and the underlying object is now completely opaque. 3. Implementation details like SmallVector and FoldingSet are now no longer part of the interface. 4. You can create a PAListPtr with an arbitrary sequence of ParamAttrsWithIndex's, no need to make a SmallVector of a specific size (you can just use an array or scalar or vector if you wish). 5. All the client code that had to check for a null pointer before dereferencing the pointer is simplified to just access the PAListPtr directly. 6. The interfaces for adding attrs to a list and removing them is a bit simpler. Phase #2 will rename some stuff (e.g. PAListPtr) and do other less invasive changes. llvm-svn: 48289
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-101-863/+859
| | | | llvm-svn: 48128
* regenerate.Devang Patel2008-03-031-1257/+1290
| | | | llvm-svn: 47849
* regenerate.Devang Patel2008-02-261-269/+269
| | | | llvm-svn: 47642
* regenerateDevang Patel2008-02-261-275/+277
| | | | llvm-svn: 47634
* Regenerate.Devang Patel2008-02-231-1/+1
| | | | llvm-svn: 47519
* RegenerateDevang Patel2008-02-231-463/+443
| | | | llvm-svn: 47509
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-303/+304
| | | | | | | stuff into ParamAttrsList.h. Per feedback from ParamAttrs changes. llvm-svn: 47504
* RegenerateDevang Patel2008-02-221-464/+463
| | | | llvm-svn: 47495
* Generated files for 47484.Dale Johannesen2008-02-221-291/+292
| | | | llvm-svn: 47485
* regenerate.Devang Patel2008-02-201-919/+951
| | | | llvm-svn: 47408
* Regenerated files.Dale Johannesen2008-02-201-1155/+1176
| | | | llvm-svn: 47402
* Regenerate.Devang Patel2008-02-201-324/+324
| | | | llvm-svn: 47391
* RegenerateAnton Korobeynikov2008-02-201-303/+304
| | | | llvm-svn: 47376
* regenerateDevang Patel2008-02-191-1007/+1018
| | | | llvm-svn: 47350
* Generated files for checkin 47342.Dale Johannesen2008-02-191-264/+264
| | | | llvm-svn: 47344
* regenerateChris Lattner2008-02-191-3417/+4559
| | | | llvm-svn: 47312
* Back out mods to llvmAsmParser, incorrectly committedScott Michel2008-01-301-4544/+3406
| | | | llvm-svn: 46545
* More cleanups for CellSPU:Scott Michel2008-01-301-3406/+4544
| | | | | | | | | - Expand tabs... (poss 80-col violations, will get them later...) - Consolidate logic for SelectDFormAddr and SelectDForm2Addr into a single function, simplifying maintenance. Also reduced custom instruction generation for SPUvecinsert/INSERT_MASK. llvm-svn: 46544
* regenerate.Christopher Lamb2007-12-171-3/+3
| | | | llvm-svn: 45085
* Regenerate.Christopher Lamb2007-12-121-1188/+1184
| | | | llvm-svn: 44934
* Regenerate.Christopher Lamb2007-12-111-4487/+3414
| | | | llvm-svn: 44859
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1197/+1221
| | | | | | | | | | | | | | | | | | | | methods are new to Function: bool hasCollector() const; const std::string &getCollector() const; void setCollector(const std::string &); void clearCollector(); The assembly representation is as such: define void @f() gc "shadow-stack" { ... The implementation uses an on-the-side table to map Functions to collector names, such that there is no overhead. A StringPool is further used to unique collector names, which are extremely likely to be unique per process. llvm-svn: 44769
* RegenerateAnton Korobeynikov2007-12-031-189/+196
| | | | llvm-svn: 44546
* RegenerateAnton Korobeynikov2007-12-031-279/+291
| | | | llvm-svn: 44541
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-3/+3
| | | | | | use them. llvm-svn: 44403
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-897/+883
| | | | | | | | | | | | the function type, instead they belong to functions and function calls. This is an updated and slightly corrected version of Reid Spencer's original patch. The only known problem is that auto-upgrading of bitcode files doesn't seem to work properly (see test/Bitcode/AutoUpgradeIntrinsics.ll). Hopefully a bitcode guru (who might that be? :) ) will fix it. llvm-svn: 44359
* Basic non-power-of-2 vector supportNate Begeman2007-11-151-283/+281
| | | | llvm-svn: 44181
* RegenerateAnton Korobeynikov2007-11-141-3336/+4455
| | | | llvm-svn: 44110
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-723/+764
| | | | | | | parameters. Rename ValueRefList to ParamList in AsmParser, since its only use is for parameters. llvm-svn: 43734
* Generated files for previous patch.Dale Johannesen2007-09-121-1/+1
| | | | llvm-svn: 41876
* Generated files for previous patch.Dale Johannesen2007-09-111-293/+294
| | | | llvm-svn: 41859
* regenerateChris Lattner2007-09-101-266/+287
| | | | llvm-svn: 41816
* Apply feedback from previous patch.Dale Johannesen2007-09-071-3451/+2676
| | | | llvm-svn: 41774
OpenPOWER on IntegriCloud