summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [X86] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-041-4/+4
* Prune Analysis includes from SelectionDAG.hReid Kleckner2019-10-191-0/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* This reverts r365061 and r365062 (test update)Robert Lougher2019-07-051-4/+4
* Revert r365198 as this accidentally commited something thatRobert Lougher2019-07-051-4/+4
* This reverts r365061 and r365062 (test update)Robert Lougher2019-07-051-4/+4
* [X86] Avoid SFB - Skip meta instructionsRobert Lougher2019-07-031-4/+4
* [X86] Avoid SFB - Fix inconsistent codegen with/without debug info(2)Robert Lougher2019-07-011-0/+4
* X86: Clean up pass initializationTom Stellard2019-06-131-3/+1
* Resubmit r360436 "[X86] Avoid SFB - Fix inconsistent codegen with/without deb...Robert Lougher2019-05-231-4/+10
* Revert [X86] Avoid SFB - Fix inconsistent codegen with/without debug info Robert Lougher2019-05-131-4/+2
* [X86] Avoid SFB - Fix inconsistent codegen with/without debug info Robert Lougher2019-05-101-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Fix assert fails in pass X86AvoidSFBPassCraig Topper2018-12-191-13/+14
* [X86] Fix AvoidStoreForwardingBlocks pass for negative displacementsNikita Popov2018-12-101-1/+1
* X86: Consistently declare pass initializers in X86.h; NFCMatthias Braun2018-11-011-4/+0
* [X86] - Avoid SFB pass - fix bug in updating the offsets for newly created co...Lama Saba2018-05-211-2/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-8/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* [X86] Fix Update Kill Register in Avoid SFB Pass - Bug 37153Lama Saba2018-04-261-19/+29
* [X86] Reduce Store Forward Block issues in HW - Recommit after fixing Bug 36346Lama Saba2018-04-021-0/+722
OpenPOWER on IntegriCloud