index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
Thumb2InstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
1
-1
/
+1
*
[ARM] MVE VPT Block Pass
Sjoerd Meijer
2019-06-14
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-2
/
+2
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-2
/
+2
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-2
/
+2
*
Don't pass Reloc::Model to places that already have it. NFC.
Rafael Espindola
2016-06-28
1
-2
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+2
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-3
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
2015-03-12
1
-3
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-0
/
+4
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-1
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-8
/
+8
*
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
1
-5
/
+0
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
1
-2
/
+1
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
1
-1
/
+1
*
ARM implement TargetInstrInfo::getNoopForMachoTarget()
Jim Grosbach
2012-02-28
1
-0
/
+3
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-3
/
+0
*
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-11-03
1
-6
/
+0
*
Thread the determination of branch prediction hit rates back through the if-c...
Owen Anderson
2010-10-01
1
-2
/
+2
*
Provide an option to restore old-style if-conversion heuristics for Thumb2.
Owen Anderson
2010-10-01
1
-0
/
+6
*
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-28
1
-5
/
+0
*
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-10
1
-1
/
+1
*
Replace copyRegToReg with copyPhysReg for ARM.
Jakob Stoklund Olesen
2010-07-11
1
-6
/
+4
*
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-25
1
-0
/
+5
*
Tail merging pass shall not break up IT blocks. rdar://8115404
Evan Cheng
2010-06-22
1
-0
/
+10
*
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-18
1
-1
/
+8
*
Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...
Evan Cheng
2010-06-09
1
-0
/
+5
*
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
-3
/
+0
*
Refactor code.
Evan Cheng
2009-11-08
1
-4
/
+0
*
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
1
-1
/
+1
*
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
1
-4
/
+0
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
1
-0
/
+4
*
80-columns
Jim Grosbach
2009-11-07
1
-1
/
+1
*
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
1
-0
/
+4
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
1
-3
/
+0
*
Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...
Evan Cheng
2009-07-27
1
-0
/
+10
*
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-24
1
-7
/
+0
*
Fix frame index elimination to correctly handle thumb-2 addressing modes that...
David Goodwin
2009-07-23
1
-0
/
+7
*
Emit cross regclass register moves for thumb2.
Anton Korobeynikov
2009-07-16
1
-0
/
+6
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
1
-61
/
+0
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
1
-6
/
+22
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
1
-0
/
+93