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
/
CodeGen
/
GlobalISel
/
InstructionSelect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel] Defer setting HasCalls on MachineFrameInfo to selection time.
Amara Emerson
2019-09-20
1
-0
/
+18
*
GlobalISel: Fix missing pass dependency
Matt Arsenault
2019-08-30
1
-0
/
+1
*
GlobalISel: Add known bits to InstructionSelector
Matt Arsenault
2019-08-29
1
-1
/
+5
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-2
/
+3
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-3
/
+3
*
GlobalISel: Remove redundant pass initialization
Tom Stellard
2019-06-18
1
-3
/
+1
*
[GlobalISel] Make isel verification checks of vregs run under NDEBUG only.
Amara Emerson
2019-03-16
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-13
1
-0
/
+1
*
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...
Matthias Braun
2018-07-12
1
-1
/
+0
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-12
1
-0
/
+1
*
[GlobalISel] NFCI, Getting GlobalISel ~5% faster
Roman Tereshin
2018-05-23
1
-14
/
+15
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+5
*
[GlobalISel] Reporting rules covered as part of the InstructionSelect's debug...
Roman Tereshin
2018-04-26
1
-0
/
+6
*
[GlobalISel][AArch64] Adding -disable-gisel-legality-check CL option
Roman Tereshin
2018-03-01
1
-14
/
+8
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
1
-8
/
+6
*
[GISel]: Remove redundant copies at the end of ISel
Aditya Nandakumar
2018-01-24
1
-0
/
+32
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[globalisel][tablegen] Generate rule coverage and use it to identify untested...
Daniel Sanders
2017-11-16
1
-1
/
+20
*
ARM: Compute MaxCallFrame size early
Matthias Braun
2017-05-05
1
-2
/
+5
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+3
*
[GlobalISel] Update DBG_VALUEs referencing DCE'd instructions.
Ahmed Bougacha
2017-03-21
1
-1
/
+1
*
[GlobalISel] Move isTriviallyDead to Utils. NFC.
Volkan Keles
2017-03-21
1
-23
/
+0
*
[GlobalISel] Don't select trivially dead instructions.
Ahmed Bougacha
2017-03-19
1
-0
/
+31
*
[GlobalISel] Move method definition to the proper file. NFC.
Ahmed Bougacha
2017-03-19
1
-19
/
+0
*
GlobalISel: check for CImm rather than Imm on G_CONSTANTs.
Tim Northover
2017-02-24
1
-2
/
+5
*
[globalisel] Decouple src pattern operands from dst pattern operands.
Daniel Sanders
2017-02-24
1
-0
/
+17
*
[GlobalISel] Use the DISubprogram for translation failure remarks.
Ahmed Bougacha
2017-02-24
1
-1
/
+2
*
[GlobalISel] Emit opt remarks on isel fallbacks.
Ahmed Bougacha
2017-02-23
1
-30
/
+24
*
[GlobalISel] Simplify Select type cleanup using a ScopeExit. NFC.
Ahmed Bougacha
2017-02-23
1
-13
/
+18
*
GlobalISel: tidy up def/use test. NFC.
Tim Northover
2017-01-30
1
-2
/
+2
*
GlobalISel: permit unused vregs without a register-class after ISel.
Tim Northover
2017-01-30
1
-5
/
+9
*
GlobalISel: Fix typo in error message
Justin Bogner
2017-01-25
1
-1
/
+1
*
GlobalISel: Pass the MachineFunction in to reportSelectionError directly
Justin Bogner
2017-01-20
1
-6
/
+6
*
GlobalISel: Fix text wrapping in a comment. NFC
Justin Bogner
2017-01-19
1
-2
/
+1
*
GlobalISel: Fix unconditional fallback with global isel abort is disabled
Tom Stellard
2016-11-18
1
-1
/
+1
*
GlobalISel: make sure debugging variables are appropriately elided in release...
David L. Jones
2016-11-08
1
-2
/
+4
*
GlobalISel: allow CodeGen to fallback on VReg type/class issues.
Tim Northover
2016-11-08
1
-14
/
+38
*
[GlobalISel] Dump all instructions inserted by selector.
Ahmed Bougacha
2016-11-08
1
-3
/
+9
*
[GlobalISel] Permit select() to erase.
Ahmed Bougacha
2016-11-08
1
-5
/
+22
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-3
/
+3
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-2
/
+3
*
[InstructionSelect] NumBlocks isn't defined in DEBUG build.
Haojian Wu
2016-08-29
1
-1
/
+1
*
[InstructionSelect] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
1
-7
/
+28
*
[GlobalISel] Teach the core pipeline not to run if ISel failed.
Quentin Colombet
2016-08-27
1
-0
/
+5
*
[GlobalISel] Set the Selected MF property.
Ahmed Bougacha
2016-08-02
1
-14
/
+0
*
[GlobalISel] Set, require, and verify Legalized MF property.
Ahmed Bougacha
2016-08-02
1
-0
/
+14
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+99