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
*
[InstructionSelect] NumBlocks isn't defined in DEBUG build.
Haojian Wu
2016-08-29
1
-1
/
+1
*
[RegBankSelect] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
1
-17
/
+48
*
[InstructionSelect] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
1
-7
/
+28
*
[MachineLegalize] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
2
-6
/
+26
*
[GlobalISel] Teach the core pipeline not to run if ISel failed.
Quentin Colombet
2016-08-27
3
-0
/
+14
*
[IRTranslator] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-26
1
-5
/
+52
*
[IRTranslator][NFC] Use DEBUG_TYPE instead of repeating the name.
Quentin Colombet
2016-08-26
1
-1
/
+1
*
GlobalISel: simplify G_ICMP legalization regime.
Tim Northover
2016-08-26
1
-30
/
+20
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
3
-0
/
+46
*
GlobalISel: legalize under-width divisions.
Tim Northover
2016-08-26
1
-0
/
+27
*
GlobalISel: add missing type to G_UADDE instructions
Tim Northover
2016-08-25
1
-5
/
+4
*
GlobalISel: perform multi-step legalization
Tim Northover
2016-08-25
2
-2
/
+41
*
Don't use "return {...}" to initialize a std::tuple. This has only been valid
Richard Smith
2016-08-23
1
-2
/
+2
*
#ifdef out validation code when asserts are disabled to remove unused variable
Richard Smith
2016-08-23
1
-0
/
+2
*
GlobalISel: make truncate/extend casts uniform
Tim Northover
2016-08-23
3
-21
/
+46
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
2
-2
/
+44
*
GlobalISel: legalize conditional branches on AArch64.
Tim Northover
2016-08-23
2
-0
/
+12
*
GlobalISel: extend legalizer interface to handle multiple types.
Tim Northover
2016-08-23
2
-30
/
+45
*
GlobalISel: legalize 1-bit load/store and mark 8/16 bit variants legal on AAr...
Tim Northover
2016-08-23
1
-5
/
+24
*
GlobalISel: support legalization of G_FCONSTANTs
Tim Northover
2016-08-19
2
-0
/
+13
*
GlobalISel: teach legalizer how to handle integer constants.
Tim Northover
2016-08-19
2
-3
/
+12
*
GlobalISel: translate floating-point comparisons
Tim Northover
2016-08-19
2
-11
/
+29
*
GlobalISel: translate floating-point constants
Tim Northover
2016-08-19
2
-0
/
+7
*
GlobalISel: support translating select instructions.
Tim Northover
2016-08-19
2
-0
/
+17
*
GlobalISel: fix insert/extract to work on ConstantExprs too.
Tim Northover
2016-08-19
1
-18
/
+27
*
GlobalISel: translate insertvalue instructions.
Tim Northover
2016-08-19
1
-0
/
+24
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
3
-20
/
+42
*
GlobalISel: allow extractvalue to extract an aggregate.
Tim Northover
2016-08-19
1
-1
/
+1
*
GlobalISel: support translation of extractvalue instructions.
Tim Northover
2016-08-19
3
-2
/
+23
*
GlobalISel: support overflow arithmetic intrinsics.
Tim Northover
2016-08-19
3
-15
/
+63
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
2
-0
/
+25
*
[AArch64][GlobalISel] Select G_MUL.
Ahmed Bougacha
2016-08-16
1
-0
/
+4
*
[AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
Ahmed Bougacha
2016-08-16
1
-2
/
+2
*
GlobalISel: support loads and stores of strange types.
Tim Northover
2016-08-15
1
-9
/
+10
*
GlobalISel: support 'null' constant in translation.
Tim Northover
2016-08-11
1
-0
/
+4
*
GlobalISel: clear vreg mapping after translating each function
Tim Northover
2016-08-11
1
-2
/
+4
*
GlobalISel: support same ConstantExprs as Instructions.
Tim Northover
2016-08-10
1
-75
/
+41
*
GlobalISel: implement simple function calls on AArch64.
Tim Northover
2016-08-10
1
-4
/
+17
*
GlobalISel: avoid inserting redundant COPYs for bitcasts.
Tim Northover
2016-08-10
1
-2
/
+5
*
GlobalISel: support 'undef' constant.
Tim Northover
2016-08-09
1
-4
/
+6
*
GlobalISel: first translation support for Constants.
Tim Northover
2016-08-09
1
-1
/
+23
*
GlobalISel: clear pending phis after MachineFunction translated
Tim Northover
2016-08-05
1
-0
/
+4
*
GlobalISel: IRTranslate PHI instructions
Tim Northover
2016-08-05
1
-0
/
+31
*
GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR.
Tim Northover
2016-08-04
1
-2
/
+8
*
GlobalISel: add support for G_MUL
Tim Northover
2016-08-04
1
-0
/
+2
*
GlobalISel: implement narrowing for G_ADD.
Tim Northover
2016-08-04
2
-1
/
+49
*
GlobalISel: also add G_TRUNC to IRTranslator.
Tim Northover
2016-08-04
1
-1
/
+3
*
GlobalISel: add code to widen scalar G_ADD
Tim Northover
2016-08-04
3
-1
/
+39
*
[GlobalISel] Set the Selected MF property.
Ahmed Bougacha
2016-08-02
1
-14
/
+0
*
[GlobalISel] Set, require, and verify Legalized MF property.
Ahmed Bougacha
2016-08-02
2
-0
/
+35
[next]