summaryrefslogtreecommitdiff
path: root/backend/src/llvm/llvm_legalize.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-10GBE: Fix a bitcast from float vector to wide interger issue in legalize pass.Ruiling Song1-1/+8
2014-10-23GBE: add basic PHINode support in legalize pass.Zhigang Gong1-0/+66
2014-10-23GBE: add Selection instruction handler at legalize pass.Zhigang Gong1-0/+54
2014-10-17GBE: fix a legalize pass bug when bitcast wide integer to incompaitble vector.Zhigang Gong1-4/+12
2014-10-15GBE: fix a bug in legalize pass.Zhigang Gong1-7/+5
2014-10-11GBE: add legalize pass to handle wide integersRuiling Song1-0/+571