aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-242-1343/+1352
* RegeneratedBill Wendling2008-11-133-1397/+1433
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-132-2/+6
* regenerateNuno Lopes2008-11-043-339/+347
* fix leakage of APFloats in getExistingVal()Nuno Lopes2008-11-042-1/+7
* regenerateNuno Lopes2008-11-043-337/+339
* fix leakage of APSInt in getVal()Nuno Lopes2008-11-041-0/+1
* CMake: Cross-platform support for using pre-generated llvmAsmParser.cpp and l...Oscar Fuentes2008-10-251-25/+18
* Modify the cmake build system so that if it doesn't find bison, it will use t...Cédric Venet2008-10-241-1/+25
* regenerateNuno Lopes2008-10-153-337/+339
* fix memleak in GetForwardRefForGlobal()Nuno Lopes2008-10-151-0/+1
* regenerateNuno Lopes2008-10-153-339/+343
* fix memleak in getTypeVal()Nuno Lopes2008-10-151-1/+3
* regenerateNuno Lopes2008-10-153-342/+344
* fix memleak in ResolveTypeTo()Nuno Lopes2008-10-151-0/+1
* regenerateChris Lattner2008-10-152-1483/+1521
* Fix the .ll grammar rules to allow any type before an 'i32', not just anChris Lattner2008-10-151-32/+49
* regenerateChris Lattner2008-10-153-1467/+1446
* Eliminate the "IntType ::= INTTYPE" production, just use Chris Lattner2008-10-151-10/+9
* Generated files for previous checkin.Dale Johannesen2008-10-093-347/+359
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-091-4/+10
* regenerateChris Lattner2008-10-083-310/+310
* Add missing semicolumns in parser rules, those missing semicolumns Chris Lattner2008-10-081-3/+3
* regenerateNuno Lopes2008-10-052-209/+233
* clean ArgTypeListI production: free the PATypeHolderNuno Lopes2008-10-051-2/+14
* regenerateNuno Lopes2008-10-033-338/+346
* fix more memleaks in ResolveTypeTo() and ParseGlobalVariable()Nuno Lopes2008-10-031-0/+4
* regenerate with bison 2.3Nuno Lopes2008-10-033-316/+318
* fix memleak in FunctionHeaderHNuno Lopes2008-10-031-0/+1
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-293-1694/+1728
* Implement function notes as function attributes. Devang Patel2008-09-264-93/+27
* Generated files for warning fix.Dale Johannesen2008-09-262-115/+171
* Fix a compiler warning.Dale Johannesen2008-09-261-1/+0
* Now Attributes are divided in three groupsDevang Patel2008-09-262-16/+132
* Generated files for previous patch.Dale Johannesen2008-09-263-1823/+1800
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-262-3/+0
* Large mechanical patch.Devang Patel2008-09-254-549/+549
* Fix fallout from revision r56535.Eric Christopher2008-09-244-740/+740
* Put FN_NOTE_AlwaysInline and others in FnAttr namespace.Devang Patel2008-09-243-24/+24
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-233-24/+24
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-234-359/+357
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-4/+4
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-233-22/+26
* regenerateChris Lattner2008-09-233-1284/+1286
* allow inreg on the result of a functionChris Lattner2008-09-231-0/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+15
* Update generated files.Dan Gohman2008-09-093-324/+342
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-091-10/+19
* Parse and print opt_size note.Devang Patel2008-09-031-1/+1
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-023-18/+18