Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Mips / Mips16HardFloat.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the Mips16HardFloat...
2015-03-09 Benjamin KramerMove unreferenced passes into the cpp file
2015-01-06 Eric ChristopherRewrite the Mips16HardFloat pass to avoid using the...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-11-20 Reid KlecknerFix more instances of -Wsentinel on Windows with s...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-02-14 Reed KotlerThis patch has two main functions:
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-10 Reed KotlerNext step in Mips16 prologue/epilogue cleanup.
2013-10-08 Reed KotlerAdd fabsf to the list of inlined functions; otherwise
2013-09-25 Reed KotlerFix a bad typo in the inline assembly code for mips16...
2013-09-21 Reed KotlerSet .reorder for the stub so that gas takes care of...
2013-09-01 Reed KotlerMake sure we don't generate stubs for any of these...
2013-08-30 Reed KotlerFix a problem with dual mips16/mips32 mode. When the...
2013-08-25 Reed KotlerStart to add the LLVM builtins to the mips16 exclusion...
2013-08-24 Shuxin YangRevert 189161
2013-08-24 Reed KotlerStart to add the builtind to the mips16 exclusion lists...
2013-08-12 Benjamin KramerRemove global construction. const char* is sufficient...
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-01 Reed KotlerFix some misc. issues with Mips16 fp stubs.
2013-05-16 Reed KotlerPatch number 2 for mips16/32 floating point interoperab...
2013-05-14 Reed KotlerFix typo.
2013-05-14 Reed KotlerRemoved an unnamed namespace and forgot to make two...
2013-05-14 Reed KotlerThis is the first of three patches which creates stubs...
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...