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
/
MipsInstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-1
/
+1
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
1
-6
/
+0
*
Emit B (unconditional branch) when -relocation-model=pic and J (jump) when
Akira Hatanaka
2011-12-12
1
-0
/
+1
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
1
-80
/
+0
*
Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot.
Akira Hatanaka
2011-10-11
1
-0
/
+1
*
Add enums and functions for symbols Mips64 uses.
Akira Hatanaka
2011-09-22
1
-1
/
+8
*
One more patch towards JIT support for Mips.
Bruno Cardoso Lopes
2011-09-14
1
-0
/
+27
*
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-07
1
-92
/
+1
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
1
-1
/
+4
*
Improve Mips back-end's handling of DBG_VALUE.
Akira Hatanaka
2011-07-01
1
-0
/
+5
*
This patch implements the thread local storage. Implemented are General
Bruno Cardoso Lopes
2011-05-31
1
-1
/
+15
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
1
-6
/
+5
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
1
-5
/
+6
*
Simplifies logic for printing target flags.
Akira Hatanaka
2011-04-01
1
-3
/
+3
*
Add code for analyzing FP branches. Clean up branch Analysis functions.
Akira Hatanaka
2011-04-01
1
-16
/
+10
*
Added support for FP conditional move instructions and fixed bugs in handling...
Akira Hatanaka
2011-03-31
1
-9
/
+9
*
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2011-03-04
1
-11
/
+11
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
1
-6
/
+0
*
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
1
-12
/
+0
*
Replace copyRegToReg with copyPhysReg for Mips.
Jakob Stoklund Olesen
2010-07-11
1
-6
/
+4
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
1
-1
/
+2
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-1
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+4
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
1
-1
/
+0
*
Remove explicit enum integer values. They don't appear to be needed, and
Dan Gohman
2009-10-05
1
-5
/
+5
*
Reapply 80278
Bruno Cardoso Lopes
2009-09-01
1
-0
/
+32
*
Revert 80278 for now, it caused a lot of MIPS tests to fail
Bruno Cardoso Lopes
2009-08-27
1
-32
/
+0
*
Revamp our friend Mips :)
Bruno Cardoso Lopes
2009-08-27
1
-0
/
+32
*
Remove unused member functions.
Eli Friedman
2009-07-24
1
-10
/
+0
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-1
/
+1
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-1
/
+2
*
Convert Alpha and Mips to use a MachineFunctionInfo subclass to
Dan Gohman
2009-06-03
1
-0
/
+6
*
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-09
1
-1
/
+2
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-4
/
+4
*
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-12-03
1
-9
/
+9
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
1
-2
/
+4
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
1
-3
/
+3
*
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...
Owen Anderson
2008-08-26
1
-1
/
+1
*
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-08-14
1
-3
/
+4
*
Added floating point lowering for setcc and brcond.
Bruno Cardoso Lopes
2008-07-28
1
-1
/
+10
*
Fixe typos and 80 column size problems
Bruno Cardoso Lopes
2008-07-09
1
-1
/
+2
*
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2008-07-05
1
-0
/
+78
*
Change target-specific classes to use more precise static types.
Dan Gohman
2008-05-14
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-1
/
+1
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-08
1
-2
/
+4
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-0
/
+11
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+19
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-2
/
+1
[next]