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
/
AArch64
/
AArch64InstructionSelector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AArch64][GlobalISel] Refactor selectBuildVector to use MachineIRBuilder. NFC.
Amara Emerson
2019-02-25
1
-60
/
+43
*
Re-land "[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR""
Amara Emerson
2019-02-21
1
-0
/
+130
*
Revert "[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR"
Amara Emerson
2019-02-21
1
-130
/
+0
*
[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR
Amara Emerson
2019-02-20
1
-0
/
+130
*
Move some classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-02-11
1
-3
/
+3
*
[NFC][GlobalISel]: Add a convenience method to MachineInstrBuilder to simplif...
Aditya Nandakumar
2019-02-05
1
-1
/
+1
*
[GlobalISel][AArch64][NFC] Fix incorrect comment in selectUnmergeValues
Jessica Paquette
2019-01-25
1
-1
/
+1
*
Fix gcc -Wparentheses warning. NFCI.
Simon Pilgrim
2019-01-25
1
-4
/
+4
*
[GlobalISel][AArch64] Avoid unused variable warning for variable only used in...
Benjamin Kramer
2019-01-24
1
-0
/
+1
*
[GlobalISel][AArch64] Avoid unused function warnings in Release builds
Benjamin Kramer
2019-01-24
1
-0
/
+2
*
Suppress unused capture warning in CheckCopy
Jessica Paquette
2019-01-24
1
-1
/
+1
*
[GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
Jessica Paquette
2019-01-24
1
-91
/
+415
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix build errors introduced by r349712 on aarch64 bots.
Amara Emerson
2018-12-20
1
-2
/
+1
*
[AArch64][GlobalISel] Implement selection og G_MERGE of two s32s into s64.
Amara Emerson
2018-12-20
1
-0
/
+50
*
Introduce control flow speculation tracking pass for AArch64
Kristof Beyls
2018-12-18
1
-7
/
+27
*
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...
Aditya Nandakumar
2018-12-11
1
-1
/
+1
*
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.
Amara Emerson
2018-12-10
1
-0
/
+128
*
[AArch64][GlobalISel] Re-enable selection of volatile loads.
Amara Emerson
2018-12-05
1
-6
/
+0
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+3
*
[AArch64][GlobalISel] Add isel support for G_BLOCK_ADDR.
Amara Emerson
2018-07-31
1
-31
/
+65
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-50
/
+57
*
[globalisel] Update GlobalISel emitter to match new representation of extendi...
Daniel Sanders
2018-05-05
1
-3
/
+3
*
[AArch64][GlobalISel] Implement selection for the llvm.trap intrinsic.
Amara Emerson
2018-04-25
1
-0
/
+9
*
[AArch64][GlobalISel] When copying from a gpr32 to an fpr16 reg, convert to f...
Amara Emerson
2018-02-20
1
-4
/
+31
*
Fix unused assertion variable warning.
Amara Emerson
2018-02-18
1
-0
/
+1
*
[AArch64][GlobalISel] Fix an assert fail/miscompile when fp16 types are copied
Amara Emerson
2018-02-18
1
-0
/
+25
*
[AArch64][GlobalISel] Support G_INSERT/G_EXTRACT of types < s32 bits.
Amara Emerson
2018-02-18
1
-3
/
+19
*
[AArch64][GlobalISel] Use getRegClassForTypeOnBank() in selectCopy.
Amara Emerson
2018-02-02
1
-23
/
+15
*
[GlobalISel] Constrain the dest reg of IMPLICT_DEF.
Amara Emerson
2018-02-02
1
-0
/
+6
*
[AArch64][GlobalISel] Fall back during AArch64 isel if we have a volatile load.
Amara Emerson
2018-01-24
1
-0
/
+6
*
[AArch64][GlobalISel] Add isel support for global values in the large code mo...
Amara Emerson
2018-01-18
1
-0
/
+34
*
[GISel] Make constrainSelectedInstRegOperands() available to the legalizer. NFC
Aditya Nandakumar
2018-01-17
1
-4
/
+4
*
[GlobalISel][TableGen] Add support for SDNodeXForm
Volkan Keles
2018-01-16
1
-0
/
+11
*
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
*
[globalisel][tablegen] Generate rule coverage and use it to identify untested...
Daniel Sanders
2017-11-16
1
-4
/
+5
*
InstructionSelectorImpl.h: Modularize/remove ODR violations by using a static...
David Blaikie
2017-10-26
1
-2
/
+2
*
[globalisel][tablegen] Fix small spelling nits. NFC
Daniel Sanders
2017-10-20
1
-14
/
+14
*
[aarch64][globalisel] Fix a crash in selectAddrModeIndexed() caused by incorr...
Daniel Sanders
2017-10-16
1
-1
/
+5
*
Re-commit r315885: [globalisel][tblgen] Add support for iPTR and implement am...
Daniel Sanders
2017-10-16
1
-0
/
+125
*
Revert r315885: [globalisel][tblgen] Add support for iPTR and implement am_un...
Daniel Sanders
2017-10-16
1
-125
/
+0
*
[globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_i...
Daniel Sanders
2017-10-16
1
-0
/
+125
*
Re-commit r315863: [globalisel][tablegen] Import ComplexPattern when used as ...
Daniel Sanders
2017-10-15
1
-5
/
+8
*
Revert r315863: [globalisel][tablegen] Import ComplexPattern when used as an ...
Daniel Sanders
2017-10-15
1
-8
/
+5
*
[globalisel][tablegen] Import ComplexPattern when used as an operator
Daniel Sanders
2017-10-15
1
-5
/
+8
*
[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...
Daniel Sanders
2017-10-13
1
-0
/
+5
*
[AArch64][GlobalISel] Select all fpexts.
Ahmed Bougacha
2017-09-12
1
-27
/
+0
*
[AArch64][GlobalISel] Select all fptruncs.
Ahmed Bougacha
2017-09-12
1
-28
/
+3
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-2
/
+4
[prev]
[next]