summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
...
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-10
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* regenerate.Devang Patel2008-03-03
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* regenerate.Devang Patel2008-02-26
* Add assert.Devang Patel2008-02-26
* regenerateDevang Patel2008-02-26
* Remove unncessary ReturnInst constructors.Devang Patel2008-02-26
* Regenerate.Devang Patel2008-02-23
* Use isa check instead of getTypeID() check.Devang Patel2008-02-23
* RegenerateDevang Patel2008-02-23
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-23
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* RegenerateDevang Patel2008-02-22
* Use SymbolicValueRef to parse getresult operandDevang Patel2008-02-22
* Generated files for 47484.Dale Johannesen2008-02-22
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-22
* regenerate.Devang Patel2008-02-20
* ParseDevang Patel2008-02-20
* Regenerated files.Dale Johannesen2008-02-20
* Support alignment within ParamAttrs in the I/O handling.Dale Johannesen2008-02-20
* Regenerate.Devang Patel2008-02-20
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-20
* RegenerateAnton Korobeynikov2008-02-20
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* regenerateDevang Patel2008-02-19
* ParseDevang Patel2008-02-19
* Generated files for checkin 47342.Dale Johannesen2008-02-19
* Forgot a file, goes with 47342.Dale Johannesen2008-02-19
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* regenerateChris Lattner2008-02-19
* Fix PR2060 by rejecting invalid types for integer constants.Chris Lattner2008-02-19
* Back out mods to llvmAsmParser, incorrectly committedScott Michel2008-01-30
* More cleanups for CellSPU:Scott Michel2008-01-30
* If there are attributes on the varargs part of aDuncan Sands2008-01-11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* regenerate.Christopher Lamb2007-12-17
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Remove spurious warnings from GCC:Bill Wendling2007-12-16
* Regenerate.Christopher Lamb2007-12-12
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Regenerate.Christopher Lamb2007-12-11
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* add #includeChris Lattner2007-12-08
* RegenerateAnton Korobeynikov2007-12-03
* Fix fallout from my last patch: don't reject varargs functions :)Anton Korobeynikov2007-12-03