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] 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
*
[ARM] GlobalISel: Select floating point loads
Diana Picus
2017-02-16
1
-10
/
+31
*
[ARM] GlobalISel: Select G_SEQUENCE and G_EXTRACT
Diana Picus
2017-02-16
1
-0
/
+78
*
[ARM] GlobalISel: Select double G_FADD and copies
Diana Picus
2017-02-16
1
-6
/
+29
*
[ARM] GlobalISel: Add FPR reg bank
Diana Picus
2017-02-08
1
-1
/
+16
*
[ARM] GlobalISel: Load i1, i8 and i16 args from stack
Diana Picus
2017-01-26
1
-2
/
+30
*
[ARM] GlobalISel: Fix stack-use-after-scope bug.
Martin Bohme
2017-01-25
1
-1
/
+1
*
[ARM] GlobalISel: Support i1 add and ABI extensions
Diana Picus
2017-01-25
1
-0
/
+28
*
[ARM] GlobalISel: Support i8/i16 ABI extensions
Diana Picus
2017-01-25
1
-0
/
+42
*
[ARM] CodeGen: Remove AddDefaultCC. NFC.
Diana Picus
2017-01-13
1
-2
/
+2
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-3
/
+3
*
Silence unused warning.
Daniel Jasper
2016-12-19
1
-0
/
+1
*
[ARM] GlobalISel: Select i8 and i16 copies
Diana Picus
2016-12-19
1
-2
/
+9
*
[ARM] GlobalISel: Support loading from the stack
Diana Picus
2016-12-19
1
-4
/
+20
*
[GlobalISel] Silence unused variable warnings in Release builds.
Benjamin Kramer
2016-12-16
1
-5
/
+4
*
[ARM] GlobalISel: Select add i32, i32
Diana Picus
2016-12-16
1
-3
/
+54
*
GlobalISel: remove unused variable to silence warning.
Tim Northover
2016-11-15
1
-1
/
+1
*
[ARM] GlobalISel: Remove unused members. NFCI
Diana Picus
2016-11-15
1
-3
/
+2
*
[ARM] Add plumbing for GlobalISel
Diana Picus
2016-11-11
1
-0
/
+36
[prev]