| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate. | Devang Patel | 2008-02-23 | 2 | -2/+2 |
* | Use isa check instead of getTypeID() check. | Devang Patel | 2008-02-23 | 1 | -1/+1 |
* | Regenerate | Devang Patel | 2008-02-23 | 3 | -487/+447 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 1 | -23/+3 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 4 | -304/+307 |
* | Regenerate | Devang Patel | 2008-02-22 | 3 | -468/+466 |
* | Use SymbolicValueRef to parse getresult operand | Devang Patel | 2008-02-22 | 1 | -3/+2 |
* | Generated files for 47484. | Dale Johannesen | 2008-02-22 | 3 | -293/+295 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -1/+2 |
* | regenerate. | Devang Patel | 2008-02-20 | 3 | -923/+989 |
* | Parse | Devang Patel | 2008-02-20 | 1 | -3/+37 |
* | Regenerated files. | Dale Johannesen | 2008-02-20 | 3 | -1156/+1178 |
* | Support alignment within ParamAttrs in the I/O handling. | Dale Johannesen | 2008-02-20 | 1 | -0/+1 |
* | Regenerate. | Devang Patel | 2008-02-20 | 3 | -327/+327 |
* | Specify GetResultInst index as an unsigned. | Devang Patel | 2008-02-20 | 1 | -1/+1 |
* | Regenerate | Anton Korobeynikov | 2008-02-20 | 2 | -305/+306 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 2 | -2/+4 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 2 | -0/+3 |
* | regenerate | Devang Patel | 2008-02-19 | 3 | -1040/+1062 |
* | Parse | Devang Patel | 2008-02-19 | 2 | -1/+11 |
* | Generated files for checkin 47342. | Dale Johannesen | 2008-02-19 | 3 | -267/+267 |
* | Forgot a file, goes with 47342. | Dale Johannesen | 2008-02-19 | 1 | -3/+3 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+1 |
* | regenerate | Chris Lattner | 2008-02-19 | 3 | -3431/+4591 |
* | Fix PR2060 by rejecting invalid types for integer constants. | Chris Lattner | 2008-02-19 | 1 | -11/+15 |
* | Back out mods to llvmAsmParser, incorrectly committed | Scott Michel | 2008-01-30 | 3 | -4562/+3410 |
* | More cleanups for CellSPU: | Scott Michel | 2008-01-30 | 3 | -3410/+4562 |
* | 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 | 7 | -162/+367 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | regenerate. | Christopher Lamb | 2007-12-17 | 2 | -6/+6 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -3/+3 |
* | Remove spurious warnings from GCC: | Bill Wendling | 2007-12-16 | 1 | -75/+79 |
* | Regenerate. | Christopher Lamb | 2007-12-12 | 2 | -1215/+1197 |
* | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 1 | -27/+13 |
* | Regenerate. | Christopher Lamb | 2007-12-11 | 3 | -4845/+3590 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 2 | -5/+27 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 5 | -1212/+1259 |
* | add #include | Chris Lattner | 2007-12-08 | 1 | -0/+1 |
* | Regenerate | Anton Korobeynikov | 2007-12-03 | 2 | -196/+210 |
* | Fix fallout from my last patch: don't reject varargs functions :) | Anton Korobeynikov | 2007-12-03 | 1 | -7/+14 |
* | Regenerate | Anton Korobeynikov | 2007-12-03 | 2 | -280/+292 |
* | More sanity checks for function types. | Anton Korobeynikov | 2007-12-03 | 2 | -2/+26 |
* | Add a convenience method for modifying parameter | Duncan Sands | 2007-11-30 | 1 | -3/+3 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 2 | -6/+6 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 4 | -1121/+1082 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 2 | -5/+5 |
* | autoupgrade files that use callfoo as call foo. | Chris Lattner | 2007-11-18 | 1 | -1/+9 |
* | Bugfix, this fixes CodeGen/X86/ldzero.ll and CodeGen/X86/2007-10-16-fp80_sele... | Chris Lattner | 2007-11-18 | 1 | -1/+1 |
* | Replace the original flex lexer with a hand writen one. This | Chris Lattner | 2007-11-18 | 9 | -4424/+929 |