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
*
[GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
Aditya Nandakumar
2017-04-07
2
-38
/
+26
*
[GlobalISel] implement narrowing for G_CONSTANT.
Igor Breger
2017-04-07
1
-0
/
+20
*
[tablegen][globalisel] Add support for nested instruction matching.
Daniel Sanders
2017-04-04
1
-0
/
+5
*
Revert "Localizer fun"
Quentin Colombet
2017-04-01
3
-122
/
+0
*
[RegBankSelect] Support REG_SEQUENCE for generic mapping
Quentin Colombet
2017-04-01
1
-8
/
+18
*
Localizer fun
Quentin Colombet
2017-04-01
3
-0
/
+122
*
[GlobalISel] Add a 'getConstantVRegVal' helper.
Ahmed Bougacha
2017-03-27
1
-12
/
+20
*
[GlobalISel]: Create VREGs for ConstantInt args
Aditya Nandakumar
2017-03-22
1
-4
/
+1
*
[GlobalISel] Update DBG_VALUEs referencing DCE'd instructions.
Ahmed Bougacha
2017-03-21
2
-3
/
+3
*
[GlobalISel] Don't translate br to layout successor.
Ahmed Bougacha
2017-03-21
1
-2
/
+5
*
GlobalISel: respect BooleanContents when extending i1.
Tim Northover
2017-03-21
1
-4
/
+16
*
GlobalISel: widen booleans by zero-extending to a byte.
Tim Northover
2017-03-21
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
[GlobalISel] Move isTriviallyDead to Utils. NFC.
Volkan Keles
2017-03-21
2
-23
/
+21
*
[GlobalISel] Translate shufflevector
Volkan Keles
2017-03-21
1
-0
/
+10
*
[GlobalISel] Use the correct calling conv for calls
Diana Picus
2017-03-20
3
-5
/
+7
*
[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
2
-19
/
+21
*
[GlobalISel] Avoid translating synthetic constants to new G_CONSTANTS.
Ahmed Bougacha
2017-03-15
1
-17
/
+20
*
[GlobalISel] Insert translated switch icmp blocks after switch parent.
Ahmed Bougacha
2017-03-15
1
-1
/
+2
*
[GlobalISel] Preserve IR block layout.
Ahmed Bougacha
2017-03-15
1
-20
/
+26
*
[GlobalISel] Remove dead member. NFC.
Ahmed Bougacha
2017-03-15
1
-1
/
+0
*
[GlobalISel] IRTranslator: Return the scalar for <1 x Ty> constant vectors
Volkan Keles
2017-03-14
1
-0
/
+6
*
GlobalISel: Translate ConstantDataVector
Volkan Keles
2017-03-13
1
-0
/
+7
*
[IRTranslator] Simplify error handling for translating constants. NFC.
Quentin Colombet
2017-03-11
1
-9
/
+3
*
[GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD X, (G_FNEG Y))
Volkan Keles
2017-03-10
1
-0
/
+18
*
GlobalISel: Translate ConstantAggregateZero vectors
Volkan Keles
2017-03-10
1
-1
/
+10
*
[GlobalISel] Translate insertelement and extractelement
Volkan Keles
2017-03-10
2
-0
/
+70
*
[GlobalISel] Make LegalizerInfo accessible in LegalizerHelper
Volkan Keles
2017-03-10
2
-11
/
+8
*
[GlobalISel] Use ImmutableCallSite instead of templates. NFC.
Ahmed Bougacha
2017-03-10
2
-21
/
+10
*
[GlobalISel] Fallback when failing to translate invoke.
Ahmed Bougacha
2017-03-10
1
-3
/
+4
*
GlobalISel: support trivial inlineasm calls.
Tim Northover
2017-03-09
1
-1
/
+20
*
GlobalISel: inform FrameLowering when we emit a function call.
Tim Northover
2017-03-09
2
-0
/
+2
*
GlobalISel: put debug info for static allocas in the MachineFunction.
Tim Northover
2017-03-09
1
-8
/
+8
*
GlobalISel: correctly handle trivial fcmp predicates.
Tim Northover
2017-03-08
1
-1
/
+4
*
[GlobalISel] Add default action for G_FNEG
Volkan Keles
2017-03-08
2
-0
/
+36
*
Fix additional constructor call missed by r297241.
Daniel Sanders
2017-03-07
1
-1
/
+1
*
Recommit: [globalisel] Change LLT constructor string into an LLT-based object...
Daniel Sanders
2017-03-07
1
-12
/
+12
*
GlobalISel: use inserts for landingpad instead of sequences.
Tim Northover
2017-03-07
1
-26
/
+28
*
GlobalISel: fix legalization of G_INSERT
Tim Northover
2017-03-07
1
-14
/
+19
*
[GlobalISel] Don't translate intrinsics with metadata parameters.
Ahmed Bougacha
2017-03-07
1
-0
/
+3
*
[GlobalISel] Avoid invalidating ValToVReg when translating no-op bitcast.
Ahmed Bougacha
2017-03-07
1
-2
/
+7
*
[GlobalISel] Relax vector G_SELECT assertion.
Ahmed Bougacha
2017-03-07
1
-3
/
+4
*
[GlobalISel] Slightly clean up DBG_VALUE FP build code.
Ahmed Bougacha
2017-03-07
1
-2
/
+1
*
[GlobalISel] Ignore %noreg when applying default regbank mapping.
Ahmed Bougacha
2017-03-07
1
-0
/
+7
*
[GlobalISel] Emit DBG_VALUE %noreg for non-int/fp constant values.
Ahmed Bougacha
2017-03-07
1
-1
/
+6
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
1
-12
/
+12
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
1
-12
/
+12
*
[GlobalISel] Translate floating-point negation
Volkan Keles
2017-03-07
1
-0
/
+12
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
3
-26
/
+17
[next]