summaryrefslogtreecommitdiff
path: root/backend/src/ir/immediate.hpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-11GBE: Import constantexpr lower pass from pNaClRuiling Song1-1/+2
2015-01-09change Immediate::operator= from private to publicGuo Yejun1-1/+2
2014-12-16GBE: Add some missing constant expression cases.Zhigang Gong1-4/+66
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-06GBE: Support more instructions for constant expression handling.Zhigang Gong1-6/+34
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-15/+13
2014-07-31GBE: complete constant expression processing.Zhigang Gong1-31/+83
2014-07-31GBE: refactor the immediate class to support vector data type.Zhigang Gong1-19/+143
2012-11-06Implemented merge of identical immediates per basic blockBenjamin Segovia1-0/+7
2012-08-10Properly added use of the custom allocators everywhereBenjamin Segovia1-0/+1
2012-08-10Added first support for stack Only c++ simulator can handle it right nowBenjamin Segovia1-0/+1
2012-08-10Removed useless EOL at the end of the filesBenjamin Segovia1-2/+0
2012-08-10s/getSrcIndex/getSrc/g s/getDstIndex/getDst/gBenjamin Segovia1-0/+2
2012-08-10Started to implement values and ud | du chainsBenjamin Segovia1-3/+3
2012-08-10value.hpp -> immediate.hpp value is going to be a real "Value" (as compiler v...Benjamin Segovia1-0/+79