summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* fix a circular dependency between the mips code generatorChris Lattner2009-06-161-3/+6
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-3/+3
* Second attempt:Bill Wendling2009-04-291-4/+4
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-4/+4
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-4/+4
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+1
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+8
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-2/+2
* Fixed Bug 2751Bruno Cardoso Lopes2008-09-151-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+1
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-061-1/+2
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-151-2/+2
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-1/+5
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-5/+15
* Some Mips minor fixesBruno Cardoso Lopes2008-06-041-5/+24
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+2
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-0/+5
* Position Independent Code (PIC) support [2]Bruno Cardoso Lopes2007-10-091-1/+5
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-281-4/+5
* createMipsDelaySlotFillerPass added to mips codegen runtime Bruno Cardoso Lopes2007-08-181-2/+2
* Now that stack is represented the right way, LOA starts at 0Bruno Cardoso Lopes2007-07-111-6/+7
* The various "getModuleMatchQuality" implementations should returnChris Lattner2007-07-091-3/+4
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+81
OpenPOWER on IntegriCloud