Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / Target / Mips / MipsAnalyzeImmediate.cpp
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-03-09 Ahmed CharlesFix undefined behavior in the Mips backend.
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-22 Akira HatanakaUse a function in MathExtras to do sign extension.
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-25 Akira HatanakaAdd class MipsAnalyzeImmediate which comes up with...