| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR1255: case ranges. | Stepan Dyatkovskiy | 2012-06-02 | 1 | -2/+2 |
* | Use dominates(Instruction, Use) in the verifier. | Rafael Espindola | 2012-06-01 | 1 | -46/+2 |
* | PR1255: case ranges. | Stepan Dyatkovskiy | 2012-06-01 | 1 | -2/+2 |
* | Fix typos noticed by Benjamin Kramer. | Rafael Espindola | 2012-05-31 | 1 | -10/+29 |
* | Require intervals in the range metadata to be in a canonical form: They must | Rafael Espindola | 2012-05-31 | 1 | -2/+16 |
* | ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu... | Stepan Dyatkovskiy | 2012-05-29 | 2 | -13/+13 |
* | PR1255: Case Ranges | Stepan Dyatkovskiy | 2012-05-28 | 2 | -3/+7 |
* | switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. | Chris Lattner | 2012-05-28 | 1 | -15/+14 |
* | simplify code. | Chris Lattner | 2012-05-28 | 1 | -3/+2 |
* | Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef... | Chris Lattner | 2012-05-27 | 1 | -265/+106 |
* | move some code around so that Verifier.cpp can get access to the intrinsic in... | Chris Lattner | 2012-05-27 | 1 | -46/+182 |
* | enhance the intrinsic info table to encode what *kind* of Any argument | Chris Lattner | 2012-05-27 | 1 | -1/+1 |
* | Add half support to LLVM (for OpenCL) | Tobias Grosser | 2012-05-24 | 1 | -9/+16 |
* | Fixed typo in r156905. | Patrik Hägglund | 2012-05-23 | 1 | -2/+2 |
* | small refinement to r157218 to save a tiny amount of table size in the common | Chris Lattner | 2012-05-23 | 1 | -1/+3 |
* | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes | 2012-05-22 | 1 | -25/+1 |
* | Added address space qualifier to intrinsic PointerType arguments. | Pete Cooper | 2012-05-21 | 1 | -2/+5 |
* | PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela... | Stepan Dyatkovskiy | 2012-05-21 | 1 | -6/+20 |
* | Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the... | Benjamin Kramer | 2012-05-19 | 1 | -3/+6 |
* | enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ... | Chris Lattner | 2012-05-17 | 1 | -17/+20 |
* | Fix compile error. | Manuel Klimek | 2012-05-17 | 1 | -1/+1 |
* | Genericize the intrinsics descriptor decoding a bit to make room | Chris Lattner | 2012-05-17 | 1 | -20/+25 |
* | finish encoding all of the interesting details of intrinsics. Now intrinsics | Chris Lattner | 2012-05-17 | 1 | -3/+25 |
* | strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o... | Chris Lattner | 2012-05-17 | 1 | -10/+21 |
* | Significantly reduce the compiled size of Functions.cpp by turning a big blob... | Chris Lattner | 2012-05-16 | 1 | -6/+44 |
* | Use ArrayRef instead of an explicit vector type. | Bill Wendling | 2012-05-14 | 1 | -2/+1 |
* | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy | 2012-05-12 | 1 | -1/+8 |
* | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad | 2012-05-12 | 1 | -1/+2 |
* | Fix a problem with incomplete equality testing of PHINodes in | Joel Jones | 2012-05-10 | 1 | -1/+8 |
* | Introduce llvm-c function LLVMPrintModuleToFile. | Hans Wennborg | 2012-05-09 | 1 | -0/+19 |
* | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes | 2012-05-09 | 1 | -1/+25 |
* | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy | 2012-05-08 | 1 | -8/+1 |
* | Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done... | Craig Topper | 2012-05-08 | 1 | -5/+33 |
* | Ordinary patch for PR1255. | Stepan Dyatkovskiy | 2012-05-08 | 1 | -1/+8 |
* | Reapply r155682, making constant folding more consistent, with a fix to work | Dan Gohman | 2012-04-27 | 1 | -28/+37 |
* | Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve... | NAKAMURA Takumi | 2012-04-27 | 1 | -37/+28 |
* | Use ConstantExpr::getExtractElement when constant-folding vectors | Dan Gohman | 2012-04-27 | 1 | -28/+37 |
* | Don't forget to reset 'first operand' flag when we're setting the MDNodeOpera... | Bill Wendling | 2012-04-26 | 1 | -5/+8 |
* | ConstantFoldSelectInstruction swapped the operands of the select. | Nadav Rotem | 2012-04-24 | 1 | -1/+1 |
* | Cleanup whitespace. | Bill Wendling | 2012-04-23 | 1 | -32/+32 |
* | Limit the number of times we recurse through this algorithm. All of the | Bill Wendling | 2012-04-23 | 1 | -5/+17 |
* | Add a flag to the struct type finder to collect only those types which have | Bill Wendling | 2012-04-21 | 1 | -5/+8 |
* | Revert r155241, which is causing some breakage. | Bill Wendling | 2012-04-20 | 2 | -69/+20 |
* | If we discover all of the named structs in a module, then don't bother to | Bill Wendling | 2012-04-20 | 2 | -20/+69 |
* | Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu... | Craig Topper | 2012-04-18 | 1 | -5/+38 |
* | Typo. | Eric Christopher | 2012-04-16 | 1 | -1/+1 |
* | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands | 2012-04-16 | 2 | -26/+3 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 2 | -6/+48 |
* | Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm | Duncan Sands | 2012-04-14 | 2 | -9/+9 |
* | Def here is an Instruction, so !isa<Instruction>(Def) is always false, | Dan Gohman | 2012-04-13 | 1 | -3/+2 |