Use std::is_sorted to replace a custom version. Also replace a comparison predicate...
[oota-llvm.git] / lib / Target / Mips / MipsCCState.cpp
2015-10-17 Craig TopperUse std::is_sorted to replace a custom version. Also...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2014-11-10 Daniel Sanders[mips] Fix sret arguments for N32/N64 which were accide...
2014-11-07 Daniel Sanders[mips] Promote i32 arguments to i64 for the N32/N64...
2014-11-07 Daniel Sanders[mips] Move MipsCCState to a separate file and clang...