aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2008-01-11If there are attributes on the varargs part of aDuncan Sands
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-12-17regenerate.Christopher Lamb
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-16Remove spurious warnings from GCC:Bill Wendling
2007-12-12Regenerate.Christopher Lamb
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Regenerate.Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-12-08add #includeChris Lattner
2007-12-03RegenerateAnton Korobeynikov
2007-12-03Fix fallout from my last patch: don't reject varargs functions :)Anton Korobeynikov
2007-12-03RegenerateAnton Korobeynikov
2007-12-03More sanity checks for function types. Anton Korobeynikov
2007-11-30Add a convenience method for modifying parameterDuncan Sands
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-22Rename the 'const' parameter attribute to 'readnone',Duncan Sands
2007-11-18autoupgrade files that use callfoo as call foo.Chris Lattner
2007-11-18Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen/X86/2007-10-16-fp80_sele...Chris Lattner
2007-11-18Replace the original flex lexer with a hand writen one. This Chris Lattner
2007-11-15Basic non-power-of-2 vector supportNate Begeman
2007-11-14RegenerateAnton Korobeynikov
2007-11-14Add pure/const attributes. Documentation will follow.Anton Korobeynikov
2007-11-05Add support for vector remainder operations.Dan Gohman
2007-11-05Make labels work in asm blocks; allow labels asDale Johannesen
2007-10-11Next PPC long double bits. First cut at constants.Dale Johannesen
2007-09-12Generated files for previous patch.Dale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-11Generated files for previous patch.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-10regenerateChris Lattner
2007-09-10Fix PR1645 by resolving forward alias references.Chris Lattner
2007-09-07Apply feedback from previous patch.Dale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-09-04Update generated files.David Greene
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-29update theseChris Lattner
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-06regenerateChris Lattner
2007-08-06Fix PR1577, a crash on invalid bug.Chris Lattner
2007-08-04Regenerating.Chandler Carruth
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-08-01Update generated files.David Greene
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-31Regenerate.Reid Spencer
2007-07-31After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer