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
/
LegalizerInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Don't assert on MoreElements creating vectors
Matt Arsenault
2020-01-09
1
-5
/
+7
*
[GlobalISel]: Allow targets to override how to widen constants during legaliz...
Aditya Nandakumar
2019-12-03
1
-0
/
+4
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[globalisel] Add G_SEXT_INREG
Daniel Sanders
2019-08-09
1
-4
/
+36
*
[GlobalISel]: Allow backends to custom legalize Intrinsics
Aditya Nandakumar
2019-07-01
1
-0
/
+6
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-5
/
+4
*
[globalisel] Improve Legalizer debug output
Daniel Sanders
2019-04-29
1
-4
/
+42
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
1
-4
/
+2
*
Use llvm::upper_bound. NFC
Fangrui Song
2019-04-12
1
-3
/
+2
*
[GlobalISel][AArch64] Always fall back on aarch64.neon.addp.*
Jessica Paquette
2019-03-11
1
-7
/
+31
*
GlobalISel: Add alignment to LegalityQuery MMOs
Matt Arsenault
2019-02-14
1
-2
/
+3
*
GlobalISel: Add assert that legalize mutation makes sense
Matt Arsenault
2019-01-30
1
-1
/
+64
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GlobalISel] Change to range-based invocation of llvm::sort
Mandeep Singh Grang
2019-01-18
1
-6
/
+3
*
Fix test commit
Rhys Perry
2018-12-19
1
-1
/
+1
*
Test commit
Rhys Perry
2018-12-19
1
-1
/
+1
*
[GISel]: Provide standard interface to observe changes in GISel passes
Aditya Nandakumar
2018-12-05
1
-1
/
+3
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-2
/
+1
*
[GISel] LegalizerInfo: Rename MemDesc::Size to SizeInBits to make the value c...
Volkan Keles
2018-10-25
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[globalisel][legalizer] Add AtomicOrdering to LegalityQuery and use it in AAr...
Daniel Sanders
2018-06-27
1
-1
/
+2
*
[GlobalISel][Legalizer] LegalizerInfo verifier: Making LegalizerInfo::verify(...
Roman Tereshin
2018-05-31
1
-0
/
+3
*
[GlobalISel][Legalizer] LegalizerInfo verifier: check rules cover type indices
Roman Tereshin
2018-05-30
1
-0
/
+52
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-16
/
+17
*
[globalisel][legalizerinfo] Add support for legalization based on the Machine...
Daniel Sanders
2018-04-27
1
-2
/
+14
*
[globalisel][legalizerinfo] Add support for the Lower action in getActionDefi...
Daniel Sanders
2018-04-09
1
-0
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-6
/
+7
*
[GlobalISel][AArch64] Adding -disable-gisel-legality-check CL option
Roman Tereshin
2018-03-01
1
-0
/
+23
*
[globalisel][legalizerinfo] Follow up on post-commit review comments after r3...
Daniel Sanders
2018-02-13
1
-0
/
+4
*
[GlobalISel][Legalizer] Relax a legalization loop detecting assert.
Amara Emerson
2018-02-01
1
-1
/
+3
*
[globalisel][legalizer] Adapt LegalizerInfo to support inter-type dependencie...
Daniel Sanders
2018-01-29
1
-5
/
+103
*
[globalisel] Make LegalizerInfo::LegalizeAction available outside of Legalize...
Daniel Sanders
2018-01-29
1
-3
/
+5
*
[globalisel] Introduce LegalityQuery to better encapsulate the legalizer deci...
Daniel Sanders
2018-01-24
1
-7
/
+16
*
GlobalISel: Enable the legalization of G_MERGE_VALUES and G_UNMERGE_VALUES
Volkan Keles
2017-12-01
1
-8
/
+14
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Mark intentional fall-through with LLVM_FALLTHROUGH.
Kristof Beyls
2017-11-07
1
-0
/
+1
*
Silence C4715 warning from MSVC (NFC).
Kristof Beyls
2017-11-07
1
-0
/
+1
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
1
-108
/
+273
*
[LegalizerInfo] Don't evaluate end boundary every time through the loop
Quentin Colombet
2017-10-13
1
-3
/
+4
*
[Legalizer] Add support for G_OR NarrowScalar.
Quentin Colombet
2017-10-03
1
-0
/
+1
*
GlobalISel: add G_IMPLICIT_DEF instruction.
Tim Northover
2017-06-30
1
-0
/
+2
*
[GlobalISel] Make multi-step legalization work.
Kristof Beyls
2017-06-30
1
-11
/
+15
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-26
1
-13
/
+16
*
AArch64: legalize G_EXTRACT operations.
Tim Northover
2017-06-26
1
-2
/
+2
*
GlobalISel: remove G_SEQUENCE instruction.
Tim Northover
2017-06-23
1
-2
/
+1
*
[GISel]: Fix undefined behavior while accessing DefaultAction map
Aditya Nandakumar
2017-05-12
1
-1
/
+1
*
[GISel]: Remove unused lambda captures. NFC
Aditya Nandakumar
2017-05-11
1
-4
/
+4
*
[GlobalISel] LegalizerInfo: Enable legalization of non-power-of-2 types
Volkan Keles
2017-04-11
1
-6
/
+9
*
[GlobalISel] Add default action for G_FNEG
Volkan Keles
2017-03-08
1
-0
/
+4
*
GlobalISel: add merge/unmerge nodes for legalization.
Tim Northover
2017-03-03
1
-1
/
+3
[next]