aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Remove trailing whitespaceMisha Brukman2005-04-212-15/+15
* fix PR549Chris Lattner2005-04-191-1/+3
* don't crash in some bad cases.Chris Lattner2005-03-231-0/+3
* Remove a bunch of cruft and dead code for handling the case when types wereChris Lattner2005-03-211-48/+30
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-6/+6
* zapChris Lattner2005-03-051-1/+1
* add more checkingChris Lattner2005-02-241-2/+6
* Do not read free'd memory when printing an error message.Chris Lattner2005-02-241-1/+1
* C++ is not a functional programming language.Chris Lattner2005-02-221-5/+7
* Fix test/Regression/Assembler/2005-01-31-CallingAggregateFunction.llChris Lattner2005-02-011-0/+3
* Apparently := confuses makellvmChris Lattner2005-02-011-1/+1
* Adjust to slight changes in instruction interfaces.Chris Lattner2005-01-291-3/+3
* Silence VS warnings.Chris Lattner2005-01-081-3/+9
* Do not allow empty label names.Alkis Evlogimenos2004-12-101-1/+1
* Implement test/Feature/escaped_label.llChris Lattner2004-12-101-0/+7