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
/
ARMInstructionSelector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen/GlobalISel: Add way for SDNodeXForm to work on timm
Matt Arsenault
2020-01-09
1
-6
/
+9
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-1
/
+1
*
[SDAG] Minor code cleanup/standardization of atomic accessors [NFC]
Philip Reames
2019-08-15
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-15
/
+15
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-4
/
+3
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-5
/
+6
*
[ARM GlobalISel] Fixup r359768
Diana Picus
2019-05-02
1
-2
/
+1
*
[ARM GlobalISel] Select extensions to < 32 bits
Diana Picus
2019-05-02
1
-5
/
+2
*
Fixup r358063
Diana Picus
2019-04-10
1
-2
/
+2
*
[ARM GlobalISel] Add some asserts. NFC.
Diana Picus
2019-04-10
1
-0
/
+2
*
[ARM GlobalISel] Select G_FCONSTANT for VFP3
Diana Picus
2019-04-10
1
-0
/
+27
*
[ARM GlobalISel] Select G_FCONSTANT into pools
Diana Picus
2019-04-10
1
-0
/
+21
*
[ARM GlobalISel] Fix G_STORE with s1
Diana Picus
2019-03-28
1
-0
/
+18
*
[ARM GlobalISel] Fix selection of G_SELECT
Diana Picus
2019-03-28
1
-5
/
+3
*
[AArch64/ARM] Fix two compiler warnings in InstructionSelector, NFCI
Jonas Hahnfeld
2019-03-04
1
-5
/
+6
*
[ARM GlobalISel] Make arm_i32imm an IntImmLeaf
Diana Picus
2019-02-28
1
-0
/
+5
*
[ARM GlobalISel] Support global variables for Thumb2
Diana Picus
2019-02-28
1
-23
/
+72
*
[ARM GlobalISel] Support G_FRAME_INDEX for Thumb2
Diana Picus
2019-02-21
1
-1
/
+3
*
[ARM GlobalISel] Style fix. NFCI
Diana Picus
2019-02-15
1
-1
/
+5
*
[ARM GlobalISel] Support branches for Thumb2
Diana Picus
2019-02-15
1
-7
/
+15
*
[ARM GlobalISel] Support G_SELECT for Thumb2
Diana Picus
2019-02-13
1
-2
/
+10
*
[ARM] Add OptMinSize to ARMSubtarget
Sam Parker
2019-02-08
1
-1
/
+1
*
[ARM GlobalISel] Support G_ICMP for Thumb2
Diana Picus
2019-02-07
1
-8
/
+21
*
[ARM GlobalISel] Support G_GEP for Thumb2
Diana Picus
2019-02-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM GlobalISel] Minor refactoring. NFCI
Diana Picus
2018-12-14
1
-43
/
+84
*
[ARM GlobalISel] Support exts and truncs for Thumb2
Diana Picus
2018-12-13
1
-12
/
+15
*
[ARM GlobalISel] Select load/store for Thumb2
Diana Picus
2018-12-12
1
-2
/
+16
*
[GlobalISel][ARM] Adding HPR and QPR regclasses to FPRB regbank
Roman Tereshin
2018-05-23
1
-0
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-21
/
+24
*
TargetMachine: Add address space to getPointerSize
Matt Arsenault
2018-03-14
1
-2
/
+2
*
[ARM GlobalISel] Select G_PHI
Diana Picus
2018-01-04
1
-16
/
+33
*
[ARM GlobalISel] Fix selection of pointer constants
Diana Picus
2018-01-04
1
-8
/
+26
*
[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT for s32
Diana Picus
2017-12-22
1
-0
/
+22
*
[ARM GlobalISel] Support pointer constants
Diana Picus
2017-12-22
1
-1
/
+10
*
[ARM GlobalISel] Fix assertion in RegBankSelect
Diana Picus
2017-12-20
1
-0
/
+25
*
Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...
Daniel Sanders
2017-12-05
1
-0
/
+6
*
[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...
Daniel Sanders
2017-12-04
1
-6
/
+0
*
[ARM GlobalISel] Fix selecting G_BRCOND
Diana Picus
2017-11-29
1
-1
/
+1
*
[globalisel][tablegen] Generate rule coverage and use it to identify untested...
Daniel Sanders
2017-11-16
1
-4
/
+5
*
[ARM GlobalISel] Remove C++ code for G_CONSTANT
Diana Picus
2017-11-14
1
-22
/
+0
*
[arm] Fix Unnecessary reloads from GOT.
Evgeniy Stepanov
2017-11-13
1
-1
/
+5
*
InstructionSelectorImpl.h: Modularize/remove ODR violations by using a static...
David Blaikie
2017-10-26
1
-2
/
+2
*
[ARM] GlobalISel: Select shifts
Diana Picus
2017-10-06
1
-0
/
+16
*
[ARM] GlobalISel: Minor cleanups in inst selector
Diana Picus
2017-09-05
1
-11
/
+10
*
[ARM] GlobalISel: Support global variables for RWPI
Diana Picus
2017-09-05
1
-15
/
+51
*
[ARM] GlobalISel: Support ROPI global variables
Diana Picus
2017-09-01
1
-2
/
+14
*
[ARM] GlobalISel: Select globals in PIC mode
Diana Picus
2017-08-29
1
-5
/
+22
[next]