aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-06-08[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64Guozhi Wei1-12/+26
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-03-31Temporarily revert "[PPC] In PPCBoolRetToInt change the bool value to i64 if ...Eric Christopher1-35/+17
2017-03-28[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64Guozhi Wei1-17/+35
2016-12-12[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko1-23/+37
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-5/+3
2016-08-03[PPC] Handling CallInst in PPCBoolRetToIntGuozhi Wei1-7/+13
2016-04-27Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor1-0/+3
2016-02-22Fix some abuse of auto flagged by clang's -Wrange-loop-analysis.Benjamin Kramer1-5/+5
2015-12-07[PPC64] Convert bool literals to i32Kit Barton1-0/+253