aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* regenerateGabor Greif2008-04-063-4989/+3649
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-19/+19
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-2/+1
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-124-487/+394
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-103-872/+868
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-102-6/+6
* regenerate.Devang Patel2008-03-033-1443/+1484
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-022-18/+25
* regenerate.Devang Patel2008-02-263-272/+272
* Add assert.Devang Patel2008-02-261-2/+2
* regenerateDevang Patel2008-02-263-277/+281
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-261-1/+3
* Regenerate.Devang Patel2008-02-232-2/+2
* Use isa check instead of getTypeID() check.Devang Patel2008-02-231-1/+1
* RegenerateDevang Patel2008-02-233-487/+447
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-231-23/+3
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-224-304/+307
* RegenerateDevang Patel2008-02-223-468/+466
* Use SymbolicValueRef to parse getresult operandDevang Patel2008-02-221-3/+2
* Generated files for 47484.Dale Johannesen2008-02-223-293/+295
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-1/+2
* 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