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
/
MachineIRBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MachineIRBuilder] Fix formatting. NFC.
Diana Picus
2017-07-05
1
-1
/
+1
*
[MachineIRBuilder] Add buildOr helper. NFC.
Diana Picus
2017-07-05
1
-0
/
+4
*
[MachineIRBuilder] Add buildBinaryOp helper. NFC
Diana Picus
2017-07-05
1
-29
/
+11
*
GlobalISel: add G_IMPLICIT_DEF instruction.
Tim Northover
2017-06-30
1
-1
/
+1
*
GlobalISel: add some more sanity-checking to MachineInstrBuilder. NFC.
Tim Northover
2017-06-27
1
-1
/
+15
*
GlobalISel: verify that a COPY is trivial when created.
Tim Northover
2017-06-27
1
-2
/
+3
*
AArch64: legalize G_EXTRACT operations.
Tim Northover
2017-06-26
1
-0
/
+3
*
GlobalISel: convert buildSequence to use non-deprecated instructions.
Tim Northover
2017-06-23
1
-9
/
+25
*
[globalisel][legalizer] G_LOAD/G_STORE NarrowScalar should not emit G_GEP x, 0.
Daniel Sanders
2017-06-13
1
-0
/
+18
*
[GlobalISel] Support vector-of-pointers in LLT
Kristof Beyls
2017-04-19
1
-2
/
+3
*
Revert "[GlobalISel] Support vector-of-pointers in LLT"
Kristof Beyls
2017-04-18
1
-3
/
+2
*
[GlobalISel] Support vector-of-pointers in LLT
Kristof Beyls
2017-04-18
1
-2
/
+3
*
[GlobalISel] Translate insertelement and extractelement
Volkan Keles
2017-03-10
1
-0
/
+40
*
[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] Emit DBG_VALUE %noreg for non-int/fp constant values.
Ahmed Bougacha
2017-03-07
1
-1
/
+6
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-23
/
+14
*
GlobalISel: don't emit degenerate G_INSERT instructions.
Tim Northover
2017-03-06
1
-0
/
+25
*
GlobalISel: add buildUndef method to MachineIRBuilder. NFC.
Tim Northover
2017-03-06
1
-0
/
+4
*
GlobalISel: constrain G_INSERT to inserting just one value per instruction.
Tim Northover
2017-03-03
1
-0
/
+9
*
GlobalISel: add merge/unmerge nodes for legalization.
Tim Northover
2017-03-03
1
-0
/
+40
*
GlobalISel: introduce G_PTR_MASK to simplify alloca handling.
Tim Northover
2017-02-14
1
-0
/
+11
*
GlobalISel: translate dynamic alloca instructions.
Tim Northover
2017-02-03
1
-0
/
+24
*
[GlobalISel] Add support for indirectbr
Kristof Beyls
2017-01-30
1
-0
/
+4
*
GlobalISel: support debug intrinsics.
Tim Northover
2017-01-26
1
-0
/
+61
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
GlobalISel: simplify MachineIRBuilder interface.
Tim Northover
2016-12-07
1
-16
/
+11
*
GlobalISel: allow G_SELECT instructions for pointers.
Tim Northover
2016-12-06
1
-4
/
+5
*
Add missing parens in assert.
Sam McCall
2016-12-06
1
-1
/
+1
*
GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
Tim Northover
2016-12-05
1
-3
/
+19
*
GlobalISel: handle stack-based parameters on AArch64.
Tim Northover
2016-09-22
1
-0
/
+9
*
GlobalISel: split aggregates for PCS lowering
Tim Northover
2016-09-20
1
-1
/
+2
*
GlobalISel: relax type constraints on G_ICMP to allow pointers.
Tim Northover
2016-09-15
1
-3
/
+1
*
GlobalISel: support translation of global addresses.
Tim Northover
2016-09-12
1
-0
/
+12
*
GlobalISel: translate GEP instructions.
Tim Northover
2016-09-12
1
-0
/
+23
*
GlobalISel: fix comments and add assertions for valid instructions.
Tim Northover
2016-09-09
1
-4
/
+88
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-99
/
+68
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-0
/
+5
*
GlobalISel: combine extracts & sequences created for legalization
Tim Northover
2016-08-30
1
-0
/
+4
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
1
-0
/
+16
*
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
1
-0
/
+14
*
#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
1
-9
/
+33
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-0
/
+10
*
GlobalISel: support legalization of G_FCONSTANTs
Tim Northover
2016-08-19
1
-0
/
+5
*
GlobalISel: translate floating-point comparisons
Tim Northover
2016-08-19
1
-0
/
+11
*
GlobalISel: translate floating-point constants
Tim Northover
2016-08-19
1
-0
/
+5
*
GlobalISel: support translating select instructions.
Tim Northover
2016-08-19
1
-0
/
+10
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
1
-11
/
+26
[next]