| Commit message (Expand) | Author | Age | Files | Lines |
* | If there are attributes on the varargs part of a | Duncan Sands | 2008-01-11 | 1 | -2/+16 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -3/+3 |
* | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 1 | -27/+13 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 1 | -5/+26 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -3/+13 |
* | Fix fallout from my last patch: don't reject varargs functions :) | Anton Korobeynikov | 2007-12-03 | 1 | -7/+14 |
* | More sanity checks for function types. | Anton Korobeynikov | 2007-12-03 | 1 | -1/+13 |
* | Add a convenience method for modifying parameter | Duncan Sands | 2007-11-30 | 1 | -3/+3 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -86/+88 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 1 | -3/+3 |
* | Replace the original flex lexer with a hand writen one. This | Chris Lattner | 2007-11-18 | 1 | -43/+14 |
* | Basic non-power-of-2 vector support | Nate Begeman | 2007-11-15 | 1 | -2/+0 |
* | Add pure/const attributes. Documentation will follow. | Anton Korobeynikov | 2007-11-14 | 1 | -0/+3 |
* | Add support for vector remainder operations. | Dan Gohman | 2007-11-05 | 1 | -5/+0 |
* | Make labels work in asm blocks; allow labels as | Dale Johannesen | 2007-11-05 | 1 | -14/+26 |
* | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 1 | -1/+1 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -6/+7 |
* | Fix PR1645 by resolving forward alias references. | Chris Lattner | 2007-09-10 | 1 | -0/+21 |
* | Apply feedback from previous patch. | Dale Johannesen | 2007-09-07 | 1 | -0/+1 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -5/+13 |
* | Update GEP constructors to use an iterator interface to fix | David Greene | 2007-09-04 | 1 | -3/+3 |
* | Update InvokeInst to work like CallInst | David Greene | 2007-08-27 | 1 | -1/+1 |
* | Fix PR1577, a crash on invalid bug. | Chris Lattner | 2007-08-06 | 1 | -0/+1 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -0/+6 |
* | Long double, part 1 of N. Support in IR. | Dale Johannesen | 2007-08-03 | 1 | -3/+3 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -1/+1 |
* | After a discussion with Anton, it turns out that the InReg attribute is not | Reid Spencer | 2007-07-31 | 1 | -1/+0 |
* | Allow the INREG parameter attribute to be added to functions. This permits the | Reid Spencer | 2007-07-31 | 1 | -0/+1 |
* | For PR1553: | Reid Spencer | 2007-07-31 | 1 | -0/+2 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -2/+3 |
* | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -4/+5 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+3146 |