projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Improve Mips back-end's handling of DBG_VALUE.
[oota-llvm.git]
/
lib
/
Target
/
Mips
/
MipsInstrInfo.h
2011-07-01
Akira Hatanaka
Improve Mips back-end's handling of DBG_VALUE.
blob
|
commitdiff
|
raw
2011-05-31
Bruno Cardoso Lopes
This patch implements the thread local storage. Impleme...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Akira Hatanaka
Reverse unnecessary changes made in r129606 and r129608...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Akira Hatanaka
Fix lines that have incorrect indentation or exceed...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-01
Akira Hatanaka
Simplifies logic for printing target flags.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-01
Akira Hatanaka
Add code for analyzing FP branches. Clean up branch...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-31
Akira Hatanaka
Added support for FP conditional move instructions...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-04
Bruno Cardoso Lopes
Remove (hopefully) all trailing whitespaces from the...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-16
Jakob Stoklund Olesen
Remove the isMoveInstr() hook.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-11
Jakob Stoklund Olesen
RISC architectures get their memory operand folding...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-11
Jakob Stoklund Olesen
Replace copyRegToReg with copyPhysReg for Mips.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-17
Stuart Hastings
Add a DebugLoc parameter to TargetInstrInfo::InsertBran...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Dan Gohman
Add a DebugLoc argument to TargetInstrInfo::copyRegToRe...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Evan Cheng
Add argument TargetRegisterInfo to loadRegFromStackSlot...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-05
Dan Gohman
Remove the target hook TargetInstrInfo::BlockHasNoFallT...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-05
Dan Gohman
Remove explicit enum integer values. They don't appear...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Bruno Cardoso Lopes
Reapply 80278
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Bruno Cardoso Lopes
Revert 80278 for now, it caused a lot of MIPS tests...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Bruno Cardoso Lopes
Revamp our friend Mips :)
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Eli Friedman
Remove unused member functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Torok Edwin
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-11
Torok Edwin
assert(0) -> LLVM_UNREACHABLE.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-03
Dan Gohman
Convert Alpha and Mips to use a MachineFunctionInfo...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Evan Cheng
Turns out AnalyzeBranch can modify the mbb being analyz...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Evan Cheng
Change TargetInstrInfo::isMoveInstr to return source...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Dan Gohman
Split foldMemoryOperand into public non-virtual and...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-18
Dan Gohman
Add more const qualifiers. This fixes build breakage...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Dan Gohman
Const-ify several TargetInstrInfo methods.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Owen Anderson
Make TargetInstrInfo::copyRegToReg return a bool indica...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-14
Owen Anderson
Convert uses of std::vector in TargetInstrInfo to Small...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-28
Bruno Cardoso Lopes
Added floating point lowering for setcc and brcond.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-09
Bruno Cardoso Lopes
Fixe typos and 80 column size problems
blob
|
commitdiff
|
raw
|
diff to current
2008-07-05
Bruno Cardoso Lopes
Several changes to Mips backend, experimental fp suppor...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-14
Dan Gohman
Change target-specific classes to use more precise...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-10
Dan Gohman
Rename MRegisterInfo to TargetRegisterInfo.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-08
Evan Cheng
It's not always safe to fold movsd into xorpd, etc...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Owen Anderson
Move even more functionality from MRegisterInfo into...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-01
Owen Anderson
Move some more instruction creation methods from Regist...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-01
Chris Lattner
Fix a problem where lib/Target/TargetInstrInfo.h would...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Owen Anderson
Move copyRegToReg from MRegisterInfo to TargetInstrInfo...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-28
Bruno Cardoso Lopes
Mask directive completed with CalleeSave info
blob
|
commitdiff
|
raw
|
diff to current
2007-08-18
Bruno Cardoso Lopes
Branch Analysis and InsertNoop inserted into header...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Bruno Cardoso Lopes
Initial Mips support, here we go! =)
blob
|
commitdiff
|
raw
|
diff to current