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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
2
-13
/
+5
*
[GlobalISel] Change representation of shuffle masks in MachineOperand.
Eli Friedman
2020-01-13
3
-7
/
+6
*
GlobalISel: Handle llvm.read_register
Matt Arsenault
2020-01-09
2
-0
/
+28
*
GlobalISel: Move getLLTForMVT/getMVTForLLT
Matt Arsenault
2020-01-09
1
-17
/
+0
*
GlobalISel: Don't assert on MoreElements creating vectors
Matt Arsenault
2020-01-09
1
-5
/
+7
*
[AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs of constant offsets.
Amara Emerson
2020-01-07
1
-0
/
+46
*
GlobalISel: Implement lower for G_INTRINSIC_ROUND
Matt Arsenault
2020-01-06
1
-0
/
+29
*
GlobalISel: Correct result type for G_FCMP in lowerFPTOUI
Matt Arsenault
2020-01-06
1
-1
/
+3
*
GlobalISel: Start adding computeNumSignBits to GISelKnownBits
Matt Arsenault
2020-01-06
1
-0
/
+70
*
GlobalISel: Scalarize all division operations
Matt Arsenault
2020-01-04
1
-0
/
+3
*
GlobalISel: Define G_READCYCLECOUNTER
Matt Arsenault
2020-01-04
1
-0
/
+2
*
GlobalISel: Add type argument to getRegBankFromRegClass
Matt Arsenault
2020-01-03
1
-7
/
+13
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-1
/
+5
*
[MIPS GlobalISel] Select bitreverse. Recommit
Petar Avramovic
2019-12-30
1
-1
/
+46
*
GlobalISel: moreElementsVector for FP min/max
Matt Arsenault
2019-12-30
1
-1
/
+7
*
Revert "[MIPS GlobalISel] Select bitreverse"
Dmitri Gribenko
2019-12-30
1
-45
/
+1
*
[MIPS GlobalISel] Select bitreverse
Petar Avramovic
2019-12-30
1
-1
/
+45
*
[MIPS GlobalISel] Select bswap
Petar Avramovic
2019-12-30
1
-0
/
+58
*
GlobalISel: Update syntax in debug printing
Matt Arsenault
2019-12-24
1
-1
/
+1
*
GlobalISel: Fix naming variables "brank" instead of "bank"
Matt Arsenault
2019-12-24
1
-7
/
+7
*
[AArch64] [Windows] Use COFF stubs for calls to extern_weak functions
Martin Storsjö
2019-12-23
1
-1
/
+3
*
[gicombiner] Import tryCombineIndexedLoadStore()
Daniel Sanders
2019-12-18
1
-12
/
+27
*
[Legalizer] Making artifact combining order-independent
Roman Tereshin
2019-12-13
1
-1
/
+6
*
[Legalizer] Refactoring out legalizeMachineFunction
Roman Tereshin
2019-12-13
1
-49
/
+66
*
[Legalizer] More detailed debugging printing in main loop
Roman Tereshin
2019-12-13
1
-1
/
+7
*
[AArch64] Fix issues with large arrays on stack
Kiran Chandramohan
2019-12-10
1
-3
/
+3
*
[GlobalISel] Localizer: Allow targets not to run the pass conditionally
Volkan Keles
2019-12-05
1
-1
/
+9
*
[GlobalISel] Fix compiler crash lowering G_LOAD in AArch64.
Amara Emerson
2019-12-04
1
-1
/
+1
*
[GlobalISel]: Allow targets to override how to widen constants during legaliz...
Aditya Nandakumar
2019-12-03
2
-1
/
+13
*
[GlobalISel] CombinerHelper: Fix a bug in matchCombineCopy
Volkan Keles
2019-12-02
1
-3
/
+26
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-1
/
+2
*
[GISel][CombinerHelper] Use uses() instead of operands() when traversing use ...
Quentin Colombet
2019-11-15
1
-9
/
+2
*
[GISel][CombinerHelper] Add support for scalar type for the result of shuffle...
Quentin Colombet
2019-11-15
1
-3
/
+17
*
GlobalISel: Lower s1 source G_SITOFP/G_UITOFP
Matt Arsenault
2019-11-15
1
-0
/
+16
*
[globalisel][irtanslator] The IRTranslator should preserve TBAA information
Daniel Sanders
2019-11-14
1
-5
/
+15
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
5
-1
/
+10
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
7
-37
/
+39
*
[PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.
Hiroshi Yamauchi
2019-10-31
1
-1
/
+1
*
[GISel][CombinerHelper] Combine shuffle_vector scalar to build_vector
Quentin Colombet
2019-10-30
1
-2
/
+2
*
Fix a spelling mistake in a comment. NFC
Greg Bedwell
2019-10-29
1
-1
/
+1
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+8
*
GlobalISel: Implement widenScalar for G_INSERT_VECTOR_ELT
Matt Arsenault
2019-10-25
1
-0
/
+25
*
AMDGPU/GlobalISel: Legalize FDIV16
Austin Kerbow
2019-10-25
1
-2
/
+3
*
[GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectors
Quentin Colombet
2019-10-21
1
-0
/
+87
*
[Alignment][NFC] TargetCallingConv::setByValAlign
Guillaume Chatelet
2019-10-21
1
-1
/
+1
*
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...
Guillaume Chatelet
2019-10-21
1
-3
/
+3
*
Prune two MachineInstr.h includes, fix up deps
Reid Kleckner
2019-10-19
1
-0
/
+1
*
Fix unused variable in r375066
Daniel Sanders
2019-10-17
1
-2
/
+2
*
[gicombiner] Add the run-time rule disable option
Daniel Sanders
2019-10-17
1
-0
/
+12
[next]