aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-238-44/+287
* Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.Akira Hatanaka2012-07-231-0/+2
* Fix Mips long branch pass.Akira Hatanaka2012-07-212-131/+136
* Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka2012-07-213-1/+8
* Revert accidental commit.Akira Hatanaka2012-07-218-288/+45
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-218-45/+288
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-181-3/+8
* Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka2012-07-172-93/+117
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-164-1/+57
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-132-4/+4
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-134-4/+12
* Patch for Mips direct object generation.Jack Carter2012-07-111-0/+8
* This change removes an "initialization" warning.Jack Carter2012-07-111-4/+3
* In register classes in MipsRegisterInfo.td, list the registers in ascendingAkira Hatanaka2012-07-111-99/+114
* Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.Akira Hatanaka2012-07-112-3/+17
* Lower RETURNADDR node in Mips backend.Akira Hatanaka2012-07-113-5/+31
* Mips specific inline asm operand modifier 'L'.Jack Carter2012-07-101-14/+22
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-109-37/+88
* Reapply r158846.Akira Hatanaka2012-07-091-114/+77
* revert r159851.Akira Hatanaka2012-07-062-131/+166
* Reapply r158846.Akira Hatanaka2012-07-062-166/+131
* Changes per review of commit 159787Jack Carter2012-07-061-6/+5
* Mips specific inline asm operand modifier D.Jack Carter2012-07-051-7/+41
* Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka2012-07-051-0/+18
* mips32 long long register inline asm constraint support.Jack Carter2012-07-021-0/+2
* Revert " mips32 long long register inline asm constraint support." asEric Christopher2012-07-021-2/+0
* mips32 long long register inline asm constraint support.Jack Carter2012-07-021-0/+2
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-021-1/+2
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-3/+3
* Changed the formatting sequence of a curly brace to Jack Carter2012-06-281-2/+2
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-281-1/+13
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-282-4/+4
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-0/+1
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-274-3/+54
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-6/+8
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-271-1/+1
* Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka2012-06-272-3/+10
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* 1. fix null program output after some other changesAkira Hatanaka2012-06-213-9/+30
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-1/+2
* Revert r158846.Akira Hatanaka2012-06-202-128/+166
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-202-166/+128
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-191-4/+4
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-191-2/+2
* Mips/AsmParser/CMakeLists.txt: Fix dependency.NAKAMURA Takumi2012-06-161-2/+1
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-1418-91/+91
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-144-204/+229
* MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi2012-06-141-5/+7
* Fix Mips/CMakeLists.txt.Akira Hatanaka2012-06-141-0/+1
* Add file MipsLongBranch.cpp.Akira Hatanaka2012-06-141-0/+416