| Commit message (Expand) | Author | Age | Files | Lines |
| * | Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" | Guillaume Chatelet | 2019-12-17 | 1 | -13/+5 |
| * | Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" | Guillaume Chatelet | 2019-12-16 | 1 | -5/+13 |
| * | [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove | Guillaume Chatelet | 2019-12-16 | 1 | -13/+5 |
| * | [IR] Redefine Freeze instruction | aqjune | 2019-11-12 | 1 | -3/+20 |
| * | [CostModel] Fixed isExtractSubvectorMask for undef index off end | Tim Renouf | 2019-11-08 | 1 | -1/+1 |
| * | [IR] Add Freeze instruction | aqjune | 2019-11-05 | 1 | -0/+3 |
| * | [Alignment][NFC] Convert AllocaInst to MaybeAlign | Guillaume Chatelet | 2019-10-25 | 1 | -13/+14 |
| * | [Alignment][NFC] Convert StoreInst to MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -22/+18 |
| * | [Alignment][NFC] Convert LoadInst to MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -9/+10 |
| * | [SVE][IR] Small TypeSize improvements left out of initial commit | Graham Hunter | 2019-10-16 | 1 | -4/+4 |
| * | [SVE][IR] Scalable Vector size queries and IR instruction support | Graham Hunter | 2019-10-08 | 1 | -8/+9 |
| * | [Alignment][NFC] Remove StoreInst::setAlignment(unsigned) | Guillaume Chatelet | 2019-10-03 | 1 | -6/+2 |
| * | [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) | Guillaume Chatelet | 2019-09-30 | 1 | -6/+2 |
| * | [Alignment][NFC] Remove LoadInst::setAlignment(unsigned) | Guillaume Chatelet | 2019-09-30 | 1 | -6/+2 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -3/+3 |
| * | [Alignment][NFC] Migrate Instructions to Align | Guillaume Chatelet | 2019-09-23 | 1 | -12/+33 |
| * | Make SwitchInstProfUpdateWrapper strict permanently | Yevgeny Rouban | 2019-09-12 | 1 | -29/+12 |
| * | [IR] CallBrInst: scan+update arg list when indirect dest list changes | Nick Desaulniers | 2019-09-06 | 1 | -0/+11 |
| * | Force check prof branch_weights consistency in SwitchInstProfUpdateWrapper | Yevgeny Rouban | 2019-08-07 | 1 | -1/+1 |
| * | Prepare for making SwitchInstProfUpdateWrapper strict | Yevgeny Rouban | 2019-07-09 | 1 | -3/+2 |
| * | Silenced a warning "implicit conversion turns string literal into bool" intro... | Dmitri Gribenko | 2019-06-04 | 1 | -2/+3 |
| * | Make SwitchInstProfUpdateWrapper safer | Yevgeny Rouban | 2019-06-04 | 1 | -18/+39 |
| * | [NFC] SwitchInst: Introduce wrapper for prof branch_weights handling | Yevgeny Rouban | 2019-05-24 | 1 | -0/+120 |
| * | [llvm] Avoid div by 0 when updating profile weights. | Mircea Trofin | 2019-05-08 | 1 | -0/+9 |
| * | [PGO/SamplePGO][NFC] Move the function updateProfWeight from Instruction | Wei Mi | 2019-04-22 | 1 | -0/+44 |
| * | [InstCombine] canonicalize select shuffles by commuting | Sanjay Patel | 2019-03-31 | 1 | -0/+19 |
| * | Remove large amount of empty lines mid-file. NFC | Kristina Brooks | 2019-03-03 | 1 | -9/+0 |
| * | Implementation of asm-goto support in LLVM | Craig Topper | 2019-02-08 | 1 | -0/+83 |
| * | [opaque pointer types] Pass function types to InvokeInst creation. | James Y Knight | 2019-02-01 | 1 | -3/+3 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -2/+2 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -4/+4 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -4/+4 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -4/+4 |
| * | [CallSite removal] Remove CallSite uses from InstCombine. | Craig Topper | 2019-01-31 | 1 | -0/+15 |
| * | Reapply "IR: Add fp operations to atomicrmw" | Matt Arsenault | 2019-01-22 | 1 | -0/+4 |
| * | Revert r351778: IR: Add fp operations to atomicrmw | Chandler Carruth | 2019-01-22 | 1 | -4/+0 |
| * | IR: Add fp operations to atomicrmw | Matt Arsenault | 2019-01-22 | 1 | -0/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [opaque pointer types] Update LoadInst creation APIs to consistently | James Y Knight | 2019-01-14 | 1 | -56/+15 |
| * | [opaque pointer types] Update CallInst creation APIs to consistently | James Y Knight | 2019-01-14 | 1 | -17/+12 |
| * | [CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and | Chandler Carruth | 2019-01-07 | 1 | -0/+10 |
| * | [CallSite removal] Add and flesh out APIs on the new `CallBase` base class th... | Chandler Carruth | 2018-12-27 | 1 | -0/+21 |
| * | [TI removal] Leverage the fact that TerminatorInst is gone to create | Chandler Carruth | 2018-11-22 | 1 | -31/+100 |
| * | Use llvm::copy. NFC | Fangrui Song | 2018-11-17 | 1 | -4/+4 |
| * | [IR] Add a dedicated FNeg IR Instruction | Cameron McInally | 2018-11-13 | 1 | -0/+57 |
| * | Fix -Wsign-compare warning | Fangrui Song | 2018-11-09 | 1 | -1/+1 |
| * | [CostModel] Add SK_ExtractSubvector handling to getInstructionThroughput (PR3... | Simon Pilgrim | 2018-11-09 | 1 | -0/+29 |
| * | [IR] add optional parameter for copying IR flags to compare instructions | Sanjay Patel | 2018-11-07 | 1 | -3/+6 |
| * | [IR] remove fake binop query for fneg | Sanjay Patel | 2018-11-01 | 1 | -19/+0 |
| * | [IR] Fix -Wunused-function after r345052 | Fangrui Song | 2018-10-23 | 1 | -7/+0 |