Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate AtomicExpandPass and DwarfEHPrepare to using a Function-ized getSubta... | Eric Christopher | 2015-01-27 | 1 | -2/+2 |
* | Cache the lookup of TargetLowering in the atomic expand pass. | Eric Christopher | 2015-01-26 | 1 | -31/+17 |
* | Lower idempotent RMWs to fence+load | Robin Morisset | 2014-09-25 | 1 | -2/+43 |
* | [X86] Make wide loads be managed by AtomicExpand | Robin Morisset | 2014-09-23 | 1 | -0/+29 |
* | Add AtomicExpandPass::bracketInstWithFences, and use it whenever getInsertFen... | Robin Morisset | 2014-09-23 | 1 | -38/+70 |
* | [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass | Robin Morisset | 2014-09-17 | 1 | -52/+133 |
* | Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction | Robin Morisset | 2014-09-03 | 1 | -30/+31 |
* | Use target-dependent emitLeading/TrailingFence instead of the target-independ... | Robin Morisset | 2014-09-03 | 1 | -51/+46 |
* | Rename AtomicExpandLoadLinked into AtomicExpand | Robin Morisset | 2014-08-21 | 1 | -0/+384 |