index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary newline.
Akira Hatanaka
2011-07-07
1
-1
/
+1
*
Rather than having printMemOperand change the way memory operands are printed
Akira Hatanaka
2011-07-07
3
-16
/
+21
*
Define class MipsMCInstLower.
Akira Hatanaka
2011-07-07
3
-0
/
+161
*
Change visibility of MipsAsmPrinter.
Akira Hatanaka
2011-07-07
2
-60
/
+87
*
Define class MipsMCSymbolRefExpr.
Akira Hatanaka
2011-07-07
3
-0
/
+126
*
Simplify MipsRegisterInfo::eliminateFrameIndex.
Akira Hatanaka
2011-07-07
1
-33
/
+13
*
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-07-07
7
-50
/
+50
*
Add missing return statement.
Akira Hatanaka
2011-07-07
1
-1
/
+3
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
2
-3
/
+4
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
4
-4
/
+4
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
2
-3
/
+3
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
2
-1
/
+13
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
2
-3
/
+6
*
Improve Mips back-end's handling of DBG_VALUE.
Akira Hatanaka
2011-07-01
5
-23
/
+70
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
4
-13
/
+17
*
Update comment for getRegForInlineAsmConstraint for Mips.
Eric Christopher
2011-06-29
1
-3
/
+3
*
Remove getRegClassForInlineAsmConstraint for Mips.
Eric Christopher
2011-06-29
2
-48
/
+3
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-2
/
+1
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
2
-3
/
+3
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
4
-5
/
+7
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
3
-9
/
+9
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
5
-9
/
+9
*
Change the chain input of nodes that load the address of a function. This change
Akira Hatanaka
2011-06-24
1
-4
/
+1
*
Prevent generation of redundant addiu instructions that compute address of
Akira Hatanaka
2011-06-24
1
-1
/
+2
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
3
-6
/
+9
*
Add A0 and A1 to the list of registers used for returning a value in order to
Akira Hatanaka
2011-06-21
1
-2
/
+2
*
Coding style fixes.
Akira Hatanaka
2011-06-21
1
-28
/
+29
*
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-21
7
-34
/
+93
*
Silence warnings in non assert builds. Patch by David Blaikie
Bruno Cardoso Lopes
2011-06-16
1
-2
/
+2
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-18
/
+10
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
2
-71
/
+5
*
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
7
-92
/
+31
*
Initial support for inline asm memory operand constraints.
Akira Hatanaka
2011-06-09
2
-0
/
+28
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-22
/
+22
*
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
Akira Hatanaka
2011-06-08
5
-31
/
+64
*
Reorganize code in MipsTargetLowering::LowerCall to improve readability.
Akira Hatanaka
2011-06-08
1
-38
/
+36
*
Refactor MipsTargetLowering::EmitInstrWithCustomInserter.
Akira Hatanaka
2011-06-07
1
-92
/
+90
*
Put back removed line.
Akira Hatanaka
2011-06-07
1
-0
/
+1
*
Coding style fixes.
Akira Hatanaka
2011-06-07
3
-44
/
+31
*
Use tabs to separate opcode and operand strings.
Akira Hatanaka
2011-06-07
1
-21
/
+21
*
Add comments for wrapper node patterns in MipsInstrInfo.td.
Akira Hatanaka
2011-06-07
1
-1
/
+10
*
Add test case for C++ exception handling and fix the following mistakes in Mi...
Akira Hatanaka
2011-06-07
1
-30
/
+60
*
Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.
Akira Hatanaka
2011-06-02
1
-16
/
+17
*
Custom-lower FRAMEADDR. Patch by Sasa Stankovic.
Akira Hatanaka
2011-06-02
3
-1
/
+17
*
Fix uninitialized variables and silence warnings
Bruno Cardoso Lopes
2011-05-31
1
-2
/
+3
*
This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,
Bruno Cardoso Lopes
2011-05-31
4
-6
/
+664
*
This patch implements the thread local storage. Implemented are General
Bruno Cardoso Lopes
2011-05-31
7
-3
/
+144
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
2
-0
/
+5
*
Remove the dwarf numbers from the D registers. They don't have dwarf numbers
Rafael Espindola
2011-05-29
1
-16
/
+16
[next]