Age | Commit message (Expand) | Author |
2012-05-17 | enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ... | Chris Lattner |
2012-05-17 | Fix compile error. | Manuel Klimek |
2012-05-17 | Genericize the intrinsics descriptor decoding a bit to make room | Chris Lattner |
2012-05-17 | finish encoding all of the interesting details of intrinsics. Now intrinsics | Chris Lattner |
2012-05-17 | strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o... | Chris Lattner |
2012-05-16 | Significantly reduce the compiled size of Functions.cpp by turning a big blob... | Chris Lattner |
2012-05-14 | Use ArrayRef instead of an explicit vector type. | Bill Wendling |
2012-05-12 | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy |
2012-05-12 | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad |
2012-05-10 | Fix a problem with incomplete equality testing of PHINodes in | Joel Jones |
2012-05-09 | Introduce llvm-c function LLVMPrintModuleToFile. | Hans Wennborg |
2012-05-09 | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes |
2012-05-08 | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy |
2012-05-08 | Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done... | Craig Topper |
2012-05-08 | Ordinary patch for PR1255. | Stepan Dyatkovskiy |
2012-04-27 | Reapply r155682, making constant folding more consistent, with a fix to work | Dan Gohman |
2012-04-27 | Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve... | NAKAMURA Takumi |
2012-04-27 | Use ConstantExpr::getExtractElement when constant-folding vectors | Dan Gohman |
2012-04-26 | Don't forget to reset 'first operand' flag when we're setting the MDNodeOpera... | Bill Wendling |
2012-04-24 | ConstantFoldSelectInstruction swapped the operands of the select. | Nadav Rotem |
2012-04-23 | Cleanup whitespace. | Bill Wendling |
2012-04-23 | Limit the number of times we recurse through this algorithm. All of the | Bill Wendling |
2012-04-21 | Add a flag to the struct type finder to collect only those types which have | Bill Wendling |
2012-04-20 | Revert r155241, which is causing some breakage. | Bill Wendling |
2012-04-20 | If we discover all of the named structs in a module, then don't bother to | Bill Wendling |
2012-04-18 | Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu... | Craig Topper |
2012-04-16 | Typo. | Eric Christopher |
2012-04-16 | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands |
2012-04-16 | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands |
2012-04-14 | Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm | Duncan Sands |
2012-04-13 | Def here is an Instruction, so !isa<Instruction>(Def) is always false, | Dan Gohman |
2012-04-12 | Add forms of dominates and isReachableFromEntry that accept a Use | Dan Gohman |
2012-04-11 | Cache the hash value of the operands in the MDNode. | Benjamin Kramer |
2012-04-11 | Compute hashes directly with hash_combine instead of taking a detour through ... | Benjamin Kramer |
2012-04-10 | The MDString class stored a StringRef to the string which was already in a | Bill Wendling |
2012-04-10 | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands |
2012-04-08 | Remove the 'Parent' pointer from the MDNodeOperand class. | Bill Wendling |
2012-04-08 | Allow subclasses of the ValueHandleBase to store information as part of the | Bill Wendling |
2012-04-03 | The speedup doesn't appear to have been from this, but was an anomaly of my t... | Bill Wendling |
2012-04-03 | Reserve space for the eventual filling of the vector. This gives a small spee... | Bill Wendling |
2012-03-31 | I noticed in passing that the Metadata getIfExists method was creating a new | Duncan Sands |
2012-03-30 | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola |
2012-03-26 | Add missing include of <new> | Douglas Gregor |
2012-03-24 | Remove always true variable. | Rafael Espindola |
2012-03-24 | First part of PR12251. Add documentation and verifier support for the range | Rafael Espindola |
2012-03-23 | Fix up cmake build. | Eric Christopher |
2012-03-23 | Take out the debug info probe stuff. It's making some changes to | Eric Christopher |
2012-03-22 | add load/store volatility control to the C API, patch by Yiannis Tsiouris! | Chris Lattner |
2012-03-14 | Extend the inline cost calculation to account for bonuses due to | Chandler Carruth |
2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |