aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* regenerate.Devang Patel2008-02-203-923/+989
* ParseDevang Patel2008-02-201-3/+37
* Regenerated files.Dale Johannesen2008-02-203-1156/+1178
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-201-0/+1
* Regenerate.Devang Patel2008-02-203-327/+327
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-201-1/+1
* RegenerateAnton Korobeynikov2008-02-202-305/+306
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-202-2/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-202-0/+3
* regenerateDevang Patel2008-02-193-1040/+1062
* ParseDevang Patel2008-02-192-1/+11
* Generated files for checkin 47342.Dale Johannesen2008-02-193-267/+267
* Forgot a file, goes with 47342.Dale Johannesen2008-02-191-3/+3
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+1
* regenerateChris Lattner2008-02-193-3431/+4591
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-191-11/+15
* Back out mods to llvmAsmParser, incorrectly committedScott Michel2008-01-303-4562/+3410
* More cleanups for CellSPU:Scott Michel2008-01-303-3410/+4562
* If there are attributes on the varargs part of aDuncan Sands2008-01-111-2/+16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-297-162/+367
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* regenerate.Christopher Lamb2007-12-172-6/+6
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-3/+3
* Remove spurious warnings from GCC:Bill Wendling2007-12-161-75/+79
* Regenerate.Christopher Lamb2007-12-122-1215/+1197
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-27/+13
* Regenerate.Christopher Lamb2007-12-113-4845/+3590
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-112-5/+27
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-105-1212/+1259
* add #includeChris Lattner2007-12-081-0/+1
* RegenerateAnton Korobeynikov2007-12-032-196/+210
* Fix fallout from my last patch: don't reject varargs functions :)Anton Korobeynikov2007-12-031-7/+14
* RegenerateAnton Korobeynikov2007-12-032-280/+292
* More sanity checks for function types. Anton Korobeynikov2007-12-032-2/+26
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-3/+3
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-282-6/+6
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-274-1121/+1082
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-222-5/+5
* autoupgrade files that use callfoo as call foo.Chris Lattner2007-11-181-1/+9
* Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen/X86/2007-10-16-fp80_sele...Chris Lattner2007-11-181-1/+1
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-189-4424/+929
* Basic non-power-of-2 vector supportNate Begeman2007-11-154-289/+283
* RegenerateAnton Korobeynikov2007-11-145-4977/+6488
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-142-0/+5
* Add support for vector remainder operations.Dan Gohman2007-11-051-5/+0
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-055-754/+819
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-113-3/+3
* Generated files for previous patch.Dale Johannesen2007-09-124-12/+12
* Revise previous patch per review comments.Dale Johannesen2007-09-122-7/+7
* Generated files for previous patch.Dale Johannesen2007-09-114-979/+1109