| Commit message (Expand) | Author | Age | Files | Lines |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -6/+7 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -4/+29 |
* | Small optimization of parameter attribute lookup. | Duncan Sands | 2007-11-30 | 1 | -1/+1 |
* | Add a convenience method for modifying parameter | Duncan Sands | 2007-11-30 | 1 | -1/+59 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -7/+0 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -5/+29 |
* | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands | 2007-11-25 | 1 | -1/+44 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 1 | -4/+4 |
* | In order for parameter attribute uniquing to make | Duncan Sands | 2007-11-20 | 1 | -2/+6 |
* | Add pure/const attributes. Documentation will follow. | Anton Korobeynikov | 2007-11-14 | 1 | -0/+4 |
* | Two ParamAttrsVectors which differ by a permutation | Duncan Sands | 2007-09-11 | 1 | -0/+4 |
* | When Intrinsic::getName is constructing names for overloaded intrinsics, | Dan Gohman | 2007-08-20 | 1 | -1/+2 |
* | Compute the argument list as lazily as possible. This ensures that clients | Chris Lattner | 2007-08-18 | 1 | -7/+24 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+2 |
* | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -2/+2 |
* | Add the byval attribute | Rafael Espindola | 2007-07-06 | 1 | -0/+2 |
* | Fix a user-reported error building with GCC 3.4.4 on Cygwin. | Chris Lattner | 2007-06-05 | 1 | -1/+1 |
* | Commit first round work of PR1373. "noalias" is now fully supported in | Zhou Sheng | 2007-06-05 | 1 | -0/+2 |
* | simplify some code | Chris Lattner | 2007-04-25 | 1 | -5/+2 |
* | For PR1136: | Reid Spencer | 2007-04-22 | 1 | -0/+18 |
* | For PR1146: | Reid Spencer | 2007-04-22 | 1 | -27/+22 |
* | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner | 2007-04-17 | 1 | -1/+0 |
* | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner | 2007-04-17 | 1 | -2/+0 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 1 | -5/+2 |
* | Don't return 0 if the len == 5, let the assert handle that case. | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | Fix test/CodeGen/Generic/vector-constantexpr.ll | Reid Spencer | 2007-04-16 | 1 | -0/+2 |
* | For PR1328: | Reid Spencer | 2007-04-16 | 1 | -3/+4 |
* | For PR1146: | Reid Spencer | 2007-04-11 | 1 | -8/+8 |
* | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -0/+64 |
* | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -2/+2 |
* | For PR1297: | Reid Spencer | 2007-04-01 | 1 | -5/+14 |
* | Implement Function::getIntrinsicID without it needing to call Value::getName, | Chris Lattner | 2007-02-15 | 1 | -3/+6 |
* | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -1/+2 |
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 1 | -0/+19 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -4/+2 |
* | For PR645: | Reid Spencer | 2007-01-26 | 1 | -39/+0 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -2/+2 |
* | Remove unused variable. | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | Implement Intrinsic::getName | Chris Lattner | 2006-03-25 | 1 | -0/+11 |
* | Use the function name matcher autogenerated from the .td file. | Chris Lattner | 2006-03-09 | 1 | -76/+3 |
* | remove dbg_declare, it's not used yet. | Chris Lattner | 2006-03-09 | 1 | -1/+0 |
* | remove the read/write port/io intrinsics. | Chris Lattner | 2006-03-03 | 1 | -6/+0 |
* | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-02 | 1 | -3/+6 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -42/+56 |
* | add a missing break that Reid noticed. | Chris Lattner | 2006-01-15 | 1 | -0/+1 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 1 | -0/+5 |
* | Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr... | Chris Lattner | 2006-01-13 | 1 | -4/+6 |
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -3/+4 |