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
*
[GISel]: Add helpers for easy building G_FCONSTANT along with matchers
Aditya Nandakumar
2018-03-09
1
-0
/
+8
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...
Daniel Sanders
2017-12-05
1
-32
/
+0
*
[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...
Daniel Sanders
2017-12-04
1
-0
/
+32
*
[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SUCCESS and G_ATOMICRMW_*
Daniel Sanders
2017-11-30
1
-0
/
+25
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[GISel]: Implement widenScalar for Legalizing G_PHI
Aditya Nandakumar
2017-08-25
1
-14
/
+16
*
Use helper function instead of manually constructing DBG_VALUEs (NFC)
Adrian Prantl
2017-08-01
1
-12
/
+7
*
Remove the unused DBG_VALUE offset parameter from GlobalISel (NFC)
Adrian Prantl
2017-07-28
1
-5
/
+5
*
[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
[next]