Clean up some style and formatting issues.
[oota-llvm.git] / lib / Target / Mips / Mips16InstrInfo.cpp
2014-07-18 Eric ChristopherClean up some style and formatting issues.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-12-15 Reed Kotlerremove an uneeded statement (condition is covered by...
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-12-11 Reed KotlerDistinguish and choose 16 or 32 bit forms of save/resto...
2013-12-10 Reed KotlerNext step in Mips16 prologue/epilogue cleanup.
2013-12-09 Reed Kotlerget rid of superfluous comment
2013-12-09 Reed KotlerDelete some old code used for testing that is not neede...
2013-12-08 Reed KotlerMake sure we mark these registers as defined. Previousl...
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-12-06 Reed KotlerDelete dead code.
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-13 NAKAMURA TakumiMips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-14 Akira Hatanaka[mips] Rename HIRegs and LORegs.
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-13 Akira Hatanaka[mips] Rename functions. No functionality changes.
2013-03-29 Akira Hatanaka[mips] Define overloaded versions of storeRegToStack...
2013-02-25 Reed KotlerMake pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into...
2013-02-24 Reed Kotler Make psuedo FEXT_T8I816_ins into a custom emitter.
2013-02-24 Reed KotlerMake psuedo FEXT_T8I816_ins a custom inserter. It shoul...
2013-02-20 Reed KotlerExpand pseudos/macros:
2013-02-19 Reed KotlerExpand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
2013-02-19 Reed KotlerExpand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
2013-02-18 Reed KotlerExpand macro/pseudo instructions BtnezT8SltX16 and...
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltuX16 . There is no test...
2013-02-18 Reed KotlerExpand pseudo/macro BteqzT8SltX16.
2013-02-18 Reed KotlerExpand macro/pseudo BteqzT8CmpX16.
2013-02-18 Reed KotlerBeginning of expanding all current mips16 macro/pseudo...
2013-02-16 Reed KotlerOne more try to make this look nice. I have lots of...
2013-02-16 Reed KotlerUse a different scheme to chose 16/32 variants. This...
2013-02-13 Reed KotlerFor Mips 16, add the optimization where the 16 bit...
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-01-19 Jack CarterThis is a resubmittal. For some reason it broke the...
2012-12-20 Reed Kotlerfix most of remaining issues with large frames.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-30 Reed KotlerChange mips16 delay slot jumps to non delay slot forms...
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-09-28 Reed Kotler1. Add load/store words from the stack
2012-09-14 Akira Hatanakamips16 fixes.
2012-08-23 Craig TopperRemove unused private field to silence build warning.
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...