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
/
unittests
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Try to make legalize rules more useful for vectors
Matt Arsenault
2019-02-07
2
-0
/
+181
*
GlobalISel: Fix not calling observer when legalizing bitcount ops
Matt Arsenault
2019-02-04
1
-0
/
+65
*
GlobalISel: Fix CheckMachineFunction passing if ReadCheckFile files
Matt Arsenault
2019-02-04
1
-1
/
+3
*
GlobalISel: Allow constructing SrcOp/DstOp from MachineOperand
Matt Arsenault
2019-02-04
1
-0
/
+25
*
GlobalISel: Fix CSE handling of buildConstant
Matt Arsenault
2019-02-04
2
-4
/
+49
*
GlobalISel: Improve gtest usage
Matt Arsenault
2019-02-04
9
-169
/
+188
*
GlobalISel: Fix moreElementsToNextPow2
Matt Arsenault
2019-02-04
1
-0
/
+40
*
GlobalISel: Allow bitcount ops to have different result type
Matt Arsenault
2019-01-31
1
-33
/
+47
*
GlobalISel: Fix address space limit in LLT
Matt Arsenault
2019-01-26
1
-26
/
+33
*
GlobalISel: Add helper to LLT to get a scalar or vector
Matt Arsenault
2019-01-25
1
-0
/
+15
*
GlobalISel: Make buildConstant handle vectors
Matt Arsenault
2019-01-22
3
-7
/
+43
*
Add missing test file
Serge Guelton
2019-01-20
1
-0
/
+26
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
2
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
12
-48
/
+36
*
[GISel]: Add support for CSEing continuously during GISel passes.
Aditya Nandakumar
2019-01-16
4
-49
/
+142
*
[AArch64] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-4
/
+2
*
[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...
Daniel Sanders
2018-12-14
1
-4
/
+4
*
[globalisel] Add GISelChangeObserver::changingInstr()
Daniel Sanders
2018-12-12
1
-0
/
+1
*
[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...
Daniel Sanders
2018-12-12
1
-1
/
+1
*
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...
Aditya Nandakumar
2018-12-11
2
-31
/
+33
*
[GISel]: Provide standard interface to observe changes in GISel passes
Aditya Nandakumar
2018-12-05
2
-14
/
+36
*
[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
Diana Picus
2018-11-26
1
-0
/
+27
*
[DebugInfo] DISubprogram flags get their own flags word. NFC.
Paul Robinson
2018-11-19
1
-2
/
+2
*
[SelectionDAG] Assert on the width of DemandedElts argument to computeKnownBi...
Craig Topper
2018-11-08
1
-2
/
+2
*
MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC
Matthias Braun
2018-11-05
3
-18
/
+21
*
[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG node...
Craig Topper
2018-11-04
1
-2
/
+2
*
Move init code in AArch64SelectionDAGTest to SetUpTestCase (NFC)
Scott Linder
2018-09-06
1
-11
/
+5
*
[Codegen] Fix test added in rL341380: AArch64SelectionDAGTest needs to link a...
Jordan Rupprecht
2018-09-04
1
-0
/
+1
*
[CodeGen] Fix remaining zext() assertions in SelectionDAG
Scott Linder
2018-09-04
2
-0
/
+171
*
[GISel]: Add legalization support for Widening UADDO/USUBO
Aditya Nandakumar
2018-08-29
1
-0
/
+75
*
[GISel]: Add legalization support for widening bit counting operations
Aditya Nandakumar
2018-08-22
1
-0
/
+157
*
Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit coun...
Aditya Nandakumar
2018-08-21
3
-0
/
+379
*
Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting ope...
Reid Kleckner
2018-08-20
3
-379
/
+0
*
[GISel]: Add Legalization/lowering code for bit counting operations
Aditya Nandakumar
2018-08-18
3
-0
/
+379
*
[DebugInfo] Reduce debug_str_offsets section size
Pavel Labath
2018-08-07
1
-2
/
+2
*
[GISel]: Pattern matchers for GFSUB, GFNEG
Aditya Nandakumar
2018-05-31
1
-0
/
+14
*
Inline a few CMake variables into their only uses.
Nico Weber
2018-05-14
1
-5
/
+1
*
[CodeGen] Print user-friendly debug locations as MI comments
Francis Visoiu Mistrih
2018-04-24
1
-1
/
+7
*
[GISel] Refactor MachineIRBuilder to allow transformations while
Aditya Nandakumar
2018-04-09
1
-0
/
+30
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[GISel]: Fix incorrect type used in Pattern Match for ICst
Aditya Nandakumar
2018-03-13
1
-5
/
+5
*
[GISel]: Add helpers for easy building G_FCONSTANT along with matchers
Aditya Nandakumar
2018-03-09
1
-0
/
+36
*
GlobalISel: IRTranslate llvm.fabs.* intrinsic
Volkan Keles
2018-03-05
1
-0
/
+29
*
[GISel]: Fix base case for m_any_of PatternMatcher.
Aditya Nandakumar
2018-02-23
1
-0
/
+6
*
[GISel]: Add pattern matchers for G_BITCAST/PTRTOINT/INTTOPTR
Aditya Nandakumar
2018-02-19
1
-0
/
+14
*
GlobalISel: Add templated functions and pattern matcher support for some more...
Volkan Keles
2018-02-14
1
-2
/
+28
*
[GISel]: Add Pattern Matcher for G_FMUL.
Aditya Nandakumar
2018-02-13
1
-0
/
+9
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
3
-5
/
+5
[next]