| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC). | Florian Hahn | 2020-01-04 | 1 | -1/+0 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -1/+2 |
| * | [CodeGen] Generic Hardware Loop Support | Sam Parker | 2019-06-07 | 1 | -572/+0 |
| * | [MemorySSA] Teach LoopSimplify to preserve MemorySSA. | Alina Sbirlea | 2019-05-08 | 1 | -1/+1 |
| * | [PowerPC] Add initialization for some ppc passes | Kang Zhang | 2019-04-12 | 1 | -7/+0 |
| * | Revert "[PowerPC] Add initialization for some ppc passes" | Eric Christopher | 2019-04-12 | 1 | -0/+7 |
| * | [PowerPC] Add initialization for some ppc passes | Kang Zhang | 2019-04-12 | 1 | -7/+0 |
| * | [PowerPC] initialize SchedModel according to platform. | Chen Zheng | 2019-04-09 | 1 | -0/+1 |
| * | [opaque pointer types] Pass function types to CallInst creation. | James Y Knight | 2019-02-01 | 1 | -4/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [PowerPC] fix trivial typos in comment, NFC | Hiroshi Inoue | 2018-06-13 | 1 | -1/+1 |
| * | Move Analysis/Utils/Local.h back to Transforms | David Blaikie | 2018-06-04 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -13/+15 |
| * | [PowerPC] No CTR loop if the candidate exiting block is in a different loop | Nemanja Ivanovic | 2018-05-02 | 1 | -0/+14 |
| * | Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio... | David Blaikie | 2018-03-28 | 1 | -0/+1 |
| * | Fix a couple of layering violations in Transforms | David Blaikie | 2018-03-21 | 1 | -1/+1 |
| * | [PowerPC] Do not produce invalid CTR loop with an FRem | Nemanja Ivanovic | 2018-02-22 | 1 | -1/+4 |
| * | [PowerPC] fix up in rL324229, NFC | Hiroshi Inoue | 2018-02-06 | 1 | -1/+1 |
| * | [PowerPC] Check hot loop exit edge in PPCCTRLoops | Hiroshi Inoue | 2018-02-05 | 1 | -0/+21 |
| * | [PowerPC] Can not assume an intrinsic argument is a simple type. | Sean Fertile | 2018-01-09 | 1 | -6/+7 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -10/+9 |
| * | [PowerPC] Add profitablilty check for conversion to mtctr loops | Lei Huang | 2017-10-12 | 1 | -1/+32 |
| * | Untabify. | NAKAMURA Takumi | 2017-08-28 | 1 | -2/+2 |
| * | [PowerPC] Make sure that we remove dead PHI nodes after the PPCCTRLoops pass. | Sean Fertile | 2017-07-05 | 1 | -1/+4 |
| * | To help readability of mightUseCTR pull out the inline asm handling support i... | Eric Christopher | 2017-06-29 | 1 | -10/+17 |
| * | Make the PPCCTRLoops pass depend on being able to access the TargetMachine an... | Eric Christopher | 2017-06-29 | 1 | -47/+34 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [PowerPC] multiply-with-overflow might use the CTR register | Hal Finkel | 2017-04-11 | 1 | -9/+11 |
| * | [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC) | David L. Jones | 2017-01-23 | 1 | -34/+34 |
| * | PowerPC: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-27 | 1 | -4/+4 |
| * | Add optimization bisect opt-in calls for PowerPC passes | Andrew Kaylor | 2016-04-27 | 1 | -0/+3 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -3/+0 |
| * | [PowerPC] Map max/minnum intrinsics and fmax/fmin to ISD nodes for CTR-based ... | Hal Finkel | 2016-03-27 | 1 | -3/+13 |
| * | [PowerPC] Disable the CTR optimization in the presence of {min,max}num | David Majnemer | 2016-03-26 | 1 | -0/+2 |
| * | [PowerPC] Disable CTR loops optimization for soft float operations | Petar Jovanovic | 2016-03-17 | 1 | -0/+19 |
| * | LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC | Justin Bogner | 2015-12-15 | 1 | -1/+3 |
| * | [PowerPC] Recurse through constants when looking for TLS globals | Hal Finkel | 2015-10-28 | 1 | -2/+10 |
| * | PowerPC: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
| * | [SCEV] Introduce ScalarEvolution::getOne and getZero. | Sanjoy Das | 2015-09-23 | 1 | -1/+1 |
| * | Untabify. | NAKAMURA Takumi | 2015-09-22 | 1 | -2/+2 |
| * | Reformat blank lines. | NAKAMURA Takumi | 2015-09-22 | 1 | -2/+1 |
| * | Reformat. | NAKAMURA Takumi | 2015-09-22 | 1 | -4/+3 |
| * | Fix the PPC CTR Loop pass to look for calls to the intrinsics that | Eric Christopher | 2015-09-08 | 1 | -0/+6 |
| * | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -3/+3 |
| * | Make TargetLowering::getPointerTy() taking DataLayout as an argument | Mehdi Amini | 2015-07-09 | 1 | -2/+3 |
| * | Clean up redundant copies of Triple objects. NFC | Daniel Sanders | 2015-06-16 | 1 | -2/+2 |
| * | Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini... | David Blaikie | 2015-05-18 | 1 | -1/+1 |
| * | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -1/+1 |
| * | Make DataLayout Non-Optional in the Module | Mehdi Amini | 2015-03-04 | 1 | -2/+1 |
| * | Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-30 | 1 | -1/+2 |