aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-29[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper1-1/+1
2018-03-28Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...David Blaikie1-2/+1
2018-03-23Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie1-1/+1
2018-03-23Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie1-1/+1
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie1-1/+1
2018-03-20[CGP] Avoid segmentation fault when doing PHI node simplificationsBjorn Pettersson1-61/+71
2018-03-13[CodeGenPrepare] Respect endianness in splitMergedValStore.Jonas Paulsson1-1/+2
2018-03-12[CGP] Fix the remove of matched phis in complex addressing modeSerguei Katkov1-1/+13
2018-02-14Adding a width of the GEP index to the Data Layout.Elena Demikhovsky1-1/+1
2018-01-31[CodeGenPrepare] Improve source and dest alignments of memory intrinsics inde...Daniel Neilson1-5/+8
2018-01-26[CGP] Re-enable Select in complex addressing mode.Serguei Katkov1-1/+1
2018-01-23[CGP] Fix the GV handling in complex addressing modeSerguei Katkov1-15/+21
2018-01-19Revert [CGP] Re-enable Select in complex addressing modeSerguei Katkov1-1/+1
2018-01-12[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...Daniel Neilson1-1/+1
2018-01-12[CGP] Re-enable Select in complex addressing modeSerguei Katkov1-1/+1
2018-01-09Tidy some grammar in some commentsEric Christopher1-3/+3
2018-01-09[CGP] Fix Complex addressing mode for offsetSerguei Katkov1-1/+6
2017-12-30Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer1-37/+21
2017-12-20[PGO] Function section hotness prefix should look at all blocksTeresa Johnson1-11/+4
2017-12-19[CGP] Format. NFCHaicheng Wu1-1/+1
2017-12-18[CGP] Fix the handling select inst in complex addressing modeSerguei Katkov1-2/+2
2017-12-13Revert "[CGP] Enable select in complex addr mode"Serguei Katkov1-1/+1
2017-12-13[CGP] Enable select in complex addr modeSerguei Katkov1-1/+1
2017-12-04Move splitIndirectCriticalEdges() to BasicBlockUtils.h.Hiroshi Yamauchi1-159/+1
2017-11-29[CGP] Enable complex addr modeSerguei Katkov1-1/+1
2017-11-29[CGP] Fix common type handling in optimizeMemoryInstSerguei Katkov1-6/+10
2017-11-27[CGP] Fix handling of null pointer values in optimizeMemoryInstJohn Brawn1-9/+7
2017-11-24[CodeGenPrepare] Check that erased sunken address are not reusedSimon Dardis1-5/+14
2017-11-24[CGP] Make optimizeMemoryInst able to combine more kinds of ExtAddrMode fieldsJohn Brawn1-12/+94
2017-11-21Revert "[CGP] Enable complex addr mode (2nd attempt)"Serguei Katkov1-1/+1
2017-11-21[CGP] Enable complex addr mode (2nd attempt)Serguei Katkov1-1/+1
2017-11-20[CGP] Fix the crash caused by enable of complex addr modeSerguei Katkov1-9/+5
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-14[CodeGenPrepare] Disable div bypass when working set size is huge.Easwaran Raman1-3/+4
2017-11-13Revert "[CodeGenPrepare] Check that erased sunken address are not reused"Simon Dardis1-6/+1
2017-11-13[CodeGenPrepare] Check that erased sunken address are not reusedSimon Dardis1-1/+6
2017-11-08Revert "[CGP] Enable extending scope of optimizeMemoryInst"Serguei Katkov1-1/+1
2017-11-08[CGP] Enable extending scope of optimizeMemoryInstSerguei Katkov1-1/+1
2017-11-07[CodeGenPrepare] Fix typo in comment. NFCCraig Topper1-1/+1
2017-11-07[CGP] Disable Select instruction handling in optimizeMemoryInst. NFCSerguei Katkov1-1/+1
2017-11-05[CGP] Fix the bug found by asan.Serguei Katkov1-2/+2
2017-11-05[CGP] Extends the scope of optimizeMemoryInst optimizationSerguei Katkov1-5/+438
2017-11-03Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl1-0/+1
2017-11-03Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"Adrian Prantl1-1/+0
2017-11-03Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl1-0/+1
2017-11-03re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet1-710/+0
2017-11-02Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet1-0/+710
2017-11-02[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.Clement Courbet1-710/+0
2017-10-31[CGP] Fix the detection of trivial case for addressing modeSerguei Katkov1-10/+9
2017-10-30[CGP] Fix crash on i96 bit multiplyPhilip Reames1-1/+1