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
*
[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
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
[ARM] GlobalISel: Select simple G_GLOBAL_VALUE instructions
Diana Picus
2017-08-03
1
-0
/
+57
*
Re-commit: r309094 [globalisel][tablegen] Fuse the generated tables together.
Daniel Sanders
2017-07-27
1
-1
/
+1
*
[ARM] GlobalISel: Support G_BRCOND
Diana Picus
2017-07-14
1
-0
/
+23
*
[ARM] GlobalISel: Simplify inst selector code. NFC
Diana Picus
2017-07-12
1
-198
/
+143
*
[ARM] GlobalISel: Select s64 G_FCMP
Diana Picus
2017-07-12
1
-3
/
+38
*
[ARM] GlobalISel: Fixup r307365
Diana Picus
2017-07-07
1
-11
/
+10
*
[ARM] GlobalISel: Select hard G_FCMP for s32
Diana Picus
2017-07-07
1
-63
/
+234
*
[globalisel][tablegen] Partially fix compile-time regressions by converting m...
Daniel Sanders
2017-07-04
1
-0
/
+2
*
[ARM] GlobalISel: Support G_SELECT for i32
Diana Picus
2017-06-27
1
-0
/
+50
*
[ARM] GlobalISel: Support G_ICMP for i32 and pointers
Diana Picus
2017-06-19
1
-0
/
+105
*
[ARM] GlobalISel: Purge G_SEQUENCE
Diana Picus
2017-06-07
1
-36
/
+34
*
Reland r303247: [ARM] GlobalISel: Remove dead instruction selection code
Diana Picus
2017-05-17
1
-15
/
+0
*
Revert "[ARM] GlobalISel: Remove dead instruction selection code"
Diana Picus
2017-05-17
1
-0
/
+15
*
[ARM] GlobalISel: Remove dead instruction selection code
Diana Picus
2017-05-17
1
-15
/
+0
*
[ARM][GlobalISel] Support for G_ANYEXT
Diana Picus
2017-05-11
1
-10
/
+3
*
[ARM GlobalISel] Remove hand-written G_FADD selection
Diana Picus
2017-05-09
1
-26
/
+0
*
[ARM] GlobalISel: Use TableGen instruction selector
Diana Picus
2017-05-02
1
-15
/
+43
*
[ARM] GlobalISel: Get rid of ARMInstructionSelector.h. NFC.
Diana Picus
2017-04-28
1
-1
/
+24
*
[ARM] GlobalISel: Support G_(S|U)DIV for s32
Diana Picus
2017-04-24
1
-0
/
+10
*
[ARM] GlobalISel: Select G_CONSTANT with CImm operands
Diana Picus
2017-04-24
1
-0
/
+12
*
[ARM] GlobalISel: Add support for G_TRUNC
Diana Picus
2017-04-21
1
-6
/
+25
*
[ARM] GlobalISel: Add support for G_MUL
Diana Picus
2017-04-19
1
-0
/
+10
*
[ARM] GlobalISel: Add support for G_SUB
Diana Picus
2017-04-18
1
-0
/
+4
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-12
/
+8
*
[ARM] GlobalISel: Select 32-bit G_CONSTANT
Diana Picus
2017-02-28
1
-0
/
+11
*
[ARM] GlobalISel: Select G_GEP
Diana Picus
2017-02-28
1
-0
/
+1
*
[ARM] GlobalISel: Select G_STORE
Diana Picus
2017-02-24
1
-16
/
+20
*
[ARM] GlobalISel: Don't select atomic loads
Diana Picus
2017-02-20
1
-0
/
+6
*
[ARM] GlobalISel: Clean up some helpers
Diana Picus
2017-02-17
1
-19
/
+24
[next]