summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenPrepare.cpp
AgeCommit message (Expand)Author
2018-01-17Merging r322056:Hans Wennborg
2017-12-30Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer
2017-12-20[PGO] Function section hotness prefix should look at all blocksTeresa Johnson
2017-12-19[CGP] Format. NFCHaicheng Wu
2017-12-18[CGP] Fix the handling select inst in complex addressing modeSerguei Katkov
2017-12-13Revert "[CGP] Enable select in complex addr mode"Serguei Katkov
2017-12-13[CGP] Enable select in complex addr modeSerguei Katkov
2017-12-04Move splitIndirectCriticalEdges() to BasicBlockUtils.h.Hiroshi Yamauchi
2017-11-29[CGP] Enable complex addr modeSerguei Katkov
2017-11-29[CGP] Fix common type handling in optimizeMemoryInstSerguei Katkov
2017-11-27[CGP] Fix handling of null pointer values in optimizeMemoryInstJohn Brawn
2017-11-24[CodeGenPrepare] Check that erased sunken address are not reusedSimon Dardis
2017-11-24[CGP] Make optimizeMemoryInst able to combine more kinds of ExtAddrMode fieldsJohn Brawn
2017-11-21Revert "[CGP] Enable complex addr mode (2nd attempt)"Serguei Katkov
2017-11-21[CGP] Enable complex addr mode (2nd attempt)Serguei Katkov
2017-11-20[CGP] Fix the crash caused by enable of complex addr modeSerguei Katkov
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-14[CodeGenPrepare] Disable div bypass when working set size is huge.Easwaran Raman
2017-11-13Revert "[CodeGenPrepare] Check that erased sunken address are not reused"Simon Dardis
2017-11-13[CodeGenPrepare] Check that erased sunken address are not reusedSimon Dardis
2017-11-08Revert "[CGP] Enable extending scope of optimizeMemoryInst"Serguei Katkov
2017-11-08[CGP] Enable extending scope of optimizeMemoryInstSerguei Katkov
2017-11-07[CodeGenPrepare] Fix typo in comment. NFCCraig Topper
2017-11-07[CGP] Disable Select instruction handling in optimizeMemoryInst. NFCSerguei Katkov
2017-11-05[CGP] Fix the bug found by asan.Serguei Katkov
2017-11-05[CGP] Extends the scope of optimizeMemoryInst optimizationSerguei Katkov
2017-11-03Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl
2017-11-03Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"Adrian Prantl
2017-11-03Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl
2017-11-03re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet
2017-11-02Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet
2017-11-02[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.Clement Courbet
2017-10-31[CGP] Fix the detection of trivial case for addressing modeSerguei Katkov
2017-10-30[CGP] Fix crash on i96 bit multiplyPhilip Reames
2017-10-30[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).Clement Courbet
2017-10-27[CodeGen] Fix -Wunused-private-field warning on lld-x86_64-darwin13.Clement Courbet
2017-10-27[CodeGen][ExpandMemCmp][NFC] Simplify load sequence generation.Clement Courbet
2017-10-27Revert "[CGP] Merge empty case blocks if no extra moves are added."Balaram Makam
2017-10-26[CGP] Merge empty case blocks if no extra moves are added.Balaram Makam
2017-10-25Re-land "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads ...Clement Courbet
2017-10-24Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)"Martin Bohme
2017-10-24[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)Clement Courbet
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-03[CGP] Make optimizeMemoryInst capable of handling multiple AddrModesJohn Brawn
2017-10-03[CGP] In optimizeMemoryInst handle select similarly to phiJohn Brawn
2017-09-25[CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMemCmp -> TargetTrans...Clement Courbet
2017-09-11Unmerge GEPs to reduce register pressure on IndirectBr edges.Hiroshi Yamauchi
2017-08-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-08-29[Instruction] add moveAfter() convenience function; NFCISanjay Patel