| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Performance optimizations: | Stepan Dyatkovskiy | 2012-06-22 | 1 | -2/+11 |
* | revert r158660, since Chris has some issues with this patch (namely using cod... | Nuno Lopes | 2012-06-18 | 2 | -38/+0 |
* | add the 'alloc' metadata node to represent the size of offset of buffers poin... | Nuno Lopes | 2012-06-18 | 2 | -0/+38 |
* | Move the Metadata merging methods from GVN and make them public in MDNode. | Hal Finkel | 2012-06-16 | 1 | -0/+150 |
* | When linearizing a multiplication, return at once if we see a factor of zero, | Duncan Sands | 2012-06-13 | 1 | -2/+23 |
* | Fix intrinsics for XOP frczss/sd instructions. These instructions only take o... | Craig Topper | 2012-06-13 | 1 | -1/+22 |
* | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands | 2012-06-12 | 2 | -0/+43 |
* | Add AutoUpgrade support for the SSE4 ptest intrinsics. | Nadav Rotem | 2012-06-10 | 1 | -6/+59 |
* | Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as... | Craig Topper | 2012-06-09 | 1 | -1/+47 |
* | Simplify the fma4 renaming code. | Craig Topper | 2012-06-03 | 1 | -71/+3 |
* | Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898. | Craig Topper | 2012-06-03 | 1 | -0/+74 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | 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 |