aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-112-9/+64
* regenerateChris Lattner2007-09-102-266/+308
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-101-0/+21
* Apply feedback from previous patch.Dale Johannesen2007-09-074-3786/+2823
* Next round of APFloat changes.Dale Johannesen2007-09-067-30/+54
* Update generated files.David Greene2007-09-043-2812/+3786
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-3/+3
* update theseChris Lattner2007-08-292-2/+2
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* regenerateChris Lattner2007-08-063-4748/+3438
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-061-0/+1
* Regenerating.Chandler Carruth2007-08-043-3437/+4761
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+6
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-037-4495/+3613
* Update generated files.David Greene2007-08-014-1393/+1220
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* Regenerate.Reid Spencer2007-07-312-954/+954
* After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer2007-07-311-1/+0