Age | Commit message (Expand) | Author |
2007-04-25 | simplify some code | Chris Lattner |
2007-04-22 | For PR1136: | Reid Spencer |
2007-04-22 | For PR1146: | Reid Spencer |
2007-04-17 | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner |
2007-04-17 | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner |
2007-04-17 | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner |
2007-04-16 | Don't return 0 if the len == 5, let the assert handle that case. | Reid Spencer |
2007-04-16 | Fix test/CodeGen/Generic/vector-constantexpr.ll | Reid Spencer |
2007-04-16 | For PR1328: | Reid Spencer |
2007-04-11 | For PR1146: | Reid Spencer |
2007-04-09 | For PR1146: | Reid Spencer |
2007-04-09 | For PR1146: | Reid Spencer |
2007-04-01 | For PR1297: | Reid Spencer |
2007-02-15 | Implement Function::getIntrinsicID without it needing to call Value::getName, | Chris Lattner |
2007-02-12 | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner |
2007-02-07 | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey |
2007-02-05 | For PR411: | Reid Spencer |
2007-01-26 | For PR645: | Reid Spencer |
2007-01-06 | For PR411: | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-02 | Remove unused variable. | Reid Spencer |
2006-03-25 | Implement Intrinsic::getName | Chris Lattner |
2006-03-09 | Use the function name matcher autogenerated from the .td file. | Chris Lattner |
2006-03-09 | remove dbg_declare, it's not used yet. | Chris Lattner |
2006-03-03 | remove the read/write port/io intrinsics. | Chris Lattner |
2006-03-02 | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner |
2006-01-16 | For PR411: | Reid Spencer |
2006-01-15 | add a missing break that Reid noticed. | Chris Lattner |
2006-01-14 | Add bswap intrinsics as documented in the Language Reference | Nate Begeman |
2006-01-13 | Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr... | Chris Lattner |
2005-11-11 | continued readcyclecounter support | Andrew Lenharth |
2005-05-06 | add support for explicit calling conventions | Chris Lattner |
2005-05-03 | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth |
2005-04-30 | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-28 | First step in adding pcmarker intrinsic. Second step (soon) is adding backen... | Andrew Lenharth |
2005-03-05 | remove all of the various setName implementations, consolidating them into | Chris Lattner |
2005-03-05 | Remove the 2nd argument to Value::setName | Chris Lattner |
2005-02-28 | recognize llvm.prefetch. Patch contributed by Justin Wick! | Chris Lattner |
2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
2005-01-29 | Adjust to ilist changes. | Chris Lattner |
2005-01-29 | Adjust to changes in User class. | Chris Lattner |
2005-01-07 | Add convenience method. | Chris Lattner |
2004-12-05 | Add a new method | Chris Lattner |
2004-10-29 | The Alpha (tm) intrinsics have never been used anywhere | Misha Brukman |
2004-10-12 | Minor tweaks | Chris Lattner |
2004-10-12 | Implement a new method | Chris Lattner |
2004-10-11 | Implement remove/eraseFromParent methods | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |