summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* BBVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-251-0/+1
* Expand PPC64 atomic load and storeHal Finkel2012-12-251-0/+2
* [msan] Fix handling of vectors of pointers.Evgeniy Stepanov2012-12-251-2/+7
* [msan] Fix handling of select with vector condition.Evgeniy Stepanov2012-12-251-2/+11
* X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer2012-12-251-6/+4
* X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer2012-12-251-2/+24
* ASan: initialize callbacks from ASan module pass in a separate function for c...Alexey Samsonov2012-12-251-21/+28
* ASan: move stack poisoning logic into FunctionStackPoisoner structAlexey Samsonov2012-12-251-190/+220
* Fix whitespace. No functionality change.Nick Lewycky2012-12-251-2/+2
* VCVTSS2SD requires a strict alignment. Thanks Elena.Nadav Rotem2012-12-251-2/+2
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-254-27/+25
* Quiet gcc's -Wparenthesis warning. No functionality change.Nick Lewycky2012-12-241-1/+1
* Use a std::string rather than a dynamically allocated char* buffer.Benjamin Kramer2012-12-242-21/+6
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-248-33/+72
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-241-1/+2
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-241-0/+12
* Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mang...Elena Demikhovsky2012-12-241-1/+1
* Some x86 instructions can load/store one of the operands to memory. On SSE, t...Nadav Rotem2012-12-241-260/+260
* LoopVectorizer: When checking for vectorizable types, also checkNadav Rotem2012-12-241-1/+8
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-241-1/+2
* Fix typo in commentsAlexey Samsonov2012-12-241-1/+1
* Update the docs of the cost model.Nadav Rotem2012-12-241-3/+6
* LoopVectorizer: Fix an endless loop in the code that looks for reductions.Nadav Rotem2012-12-241-7/+8
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-231-3/+13
* LoopVectorize: Fix accidentaly inverted condition.Benjamin Kramer2012-12-231-1/+1
* LoopVectorize: For scalars and void types there is no need to compute vector ...Benjamin Kramer2012-12-231-12/+10
* whitespaceNadav Rotem2012-12-231-28/+0
* Rename a function.Nadav Rotem2012-12-231-4/+4
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-233-22/+31
* Remove trailing whitespace.Craig Topper2012-12-221-94/+94
* Remove trailing whitespaceCraig Topper2012-12-221-126/+126
* Remove a special case that doesn't seem necessary any longer.Jakob Stoklund Olesen2012-12-221-13/+2
* Use getNumOperands() instead of Operands.size().Jakob Stoklund Olesen2012-12-221-11/+11
* X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.Benjamin Kramer2012-12-221-5/+29
* X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer2012-12-221-8/+39
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-224-24/+24
* Don't call back() on an empty SmallVector. Found by -fsanitize=enum!Richard Smith2012-12-221-1/+1
* In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem2012-12-212-1/+21
* [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka2012-12-213-54/+73
* [mips] Refactor SYNC and multiply/divide instructions.Akira Hatanaka2012-12-213-54/+59
* [mips] Refactor BAL instructions.Akira Hatanaka2012-12-212-10/+40
* [mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka2012-12-211-1/+1
* [mips] Refactor jump, jump register, jump-and-link and nop instructions.Akira Hatanaka2012-12-213-41/+50
* [mips] Refactor load/store left/right and load-link and store-conditionalAkira Hatanaka2012-12-212-79/+52
* [mips] Refactor load/store instructions.Akira Hatanaka2012-12-212-62/+34
* [mips] Remove unnecessary isPseudo parameter.Akira Hatanaka2012-12-211-24/+16
* [mips] Refactor LUI instruction.Akira Hatanaka2012-12-213-6/+17
* [mips] Refactor count leading zero or one instructions.Akira Hatanaka2012-12-213-20/+29
* [mips] Refactor sign-extension-in-register instructions.Akira Hatanaka2012-12-213-11/+21
* [mips] Refactor instructions which copy from and to HI/LO registers.Akira Hatanaka2012-12-213-22/+35