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
/
Legalizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[GISel]: Rework legalization algorithm for better elimination of
Aditya Nandakumar
2017-11-14
1
-101
/
+111
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Make the combiner check if shifts are legal before creating them
Aditya Nandakumar
2017-10-25
1
-2
/
+3
*
[Legalizer] Use SmallSetVector instead of SetVector.
Quentin Colombet
2017-10-13
1
-1
/
+1
*
[Legalizer] Only allocate the SetVectors once per function.
Quentin Colombet
2017-10-13
1
-3
/
+5
*
[GISel]: Add a clean up combiner during legalization.
Aditya Nandakumar
2017-08-30
1
-101
/
+60
*
GlobalISel: remove G_SEQUENCE instruction.
Tim Northover
2017-06-23
1
-70
/
+0
*
[GlobalISel] combine not symmetric merge/unmerge nodes.
Igor Breger
2017-06-20
1
-13
/
+58
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+0
*
[GISel]:Skip legalizing Intermediate inst(with generic types)
Aditya Nandakumar
2017-05-04
1
-2
/
+7
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
1
-1
/
+5
*
[globalisel] Enable tracing the legalizer with --debug-only=legalize-mir
Daniel Sanders
2017-04-20
1
-5
/
+21
*
[GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
Aditya Nandakumar
2017-04-07
1
-13
/
+26
*
[GlobalISel] Make LegalizerInfo accessible in LegalizerHelper
Volkan Keles
2017-03-10
1
-2
/
+1
*
GlobalISel: add merge/unmerge nodes for legalization.
Tim Northover
2017-03-03
1
-0
/
+31
*
[GlobalISel] Replace all combined G_EXTRACT uses.
Ahmed Bougacha
2017-03-01
1
-4
/
+1
*
[GlobalISel] Emit opt remarks on isel fallbacks.
Ahmed Bougacha
2017-02-23
1
-10
/
+6
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-0
/
+180