aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Add new generated files.Reid Spencer2006-03-231-0/+3
* RegenerateChris Lattner2006-03-042-185/+185
* Don't use invalidated iterators!Chris Lattner2006-03-041-3/+3
* Convert this over to work with the new makefilesChris Lattner2006-02-153-181/+2617
* random lexer change to test the makefile updating stuffChris Lattner2006-02-153-0/+3
* adjust to new style of handling lexer changesChris Lattner2006-02-142-111/+466
* regenerateChris Lattner2006-01-253-1302/+1339
* Parse inline asm objectsChris Lattner2006-01-253-3/+56
* Rename methodChris Lattner2006-01-244-1141/+1180
* syntax changeChris Lattner2006-01-242-3/+4
* regenerateChris Lattner2006-01-233-3493/+2745
* Add support for parsing global asm blocksChris Lattner2006-01-232-4/+22
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-193-2178/+2961
* Lexer and parser support for the insertelement operation.Robert Bocchino2006-01-175-3365/+2628
* For PR411:Reid Spencer2006-01-163-2170/+2957
* Regenerate these files. FreeBSD apparently has issues with the version ofChris Lattner2006-01-112-281/+281
* Added lexer and parser support for the extractelement operation.Robert Bocchino2006-01-105-1106/+1164
* RegenerateChris Lattner2005-12-211-121/+127
* allow logical operators on packed integral typesChris Lattner2005-12-211-4/+10
* regenerateChris Lattner2005-12-211-620/+632
* Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner2005-12-212-1/+13
* regenerateChris Lattner2005-11-121-826/+839
* refactor grammar to eliminate shift-reduce conflict. Move alignment checkingChris Lattner2005-11-121-48/+44
* regenerateChris Lattner2005-11-123-1380/+1450
* add a tokenChris Lattner2005-11-121-1/+2
* Parse section infoChris Lattner2005-11-121-9/+41
* Force vectors to be a power of two in sizeChris Lattner2005-11-102-170/+170
* regenerateChris Lattner2005-11-061-785/+793
* Allow globals to have an alignment specified. Switch to using isPowerOf2_32Chris Lattner2005-11-061-13/+25
* regenerateChris Lattner2005-11-061-820/+775
* factor optional alignmentChris Lattner2005-11-061-34/+23
* regenerateChris Lattner2005-11-051-164/+176
* Verify that alignment amounts are a power of 2Chris Lattner2005-11-051-0/+12
* Add support alignment of allocation instructions.Nate Begeman2005-11-055-3263/+2620
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-233-219/+222
* Implement PR614:Reid Spencer2005-08-275-5/+7414
* Fix grammarChris Lattner2005-06-241-1/+1
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-221-11/+16
* because some functions just use va_start and pass things to vfprintfAndrew Lenharth2005-06-201-0/+11
* va_end fixAndrew Lenharth2005-06-191-0/+1
* add a check for the mixing of vaarg and vanext with va_argAndrew Lenharth2005-06-191-0/+9
* core changes for varargsAndrew Lenharth2005-06-182-8/+125
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-204-13/+49
* * Convert tabs to spaces, fix code alignmentMisha Brukman2005-05-102-77/+75
* parse new calling conv specifiersChris Lattner2005-05-062-43/+65
* use splice instead of remove/insert for a minor speedupChris Lattner2005-05-061-4/+6
* remove some ugly hacks that are no longer needed since andrew removed theChris Lattner2005-05-061-14/+6
* lex tailChris Lattner2005-05-061-0/+1
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-061-4/+20
* Remove support for 1.0 style varargsAndrew Lenharth2005-05-022-87/+0