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
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
1
-12
/
+4
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-7
/
+7
*
AMDGPU/GlobalISel: Legalize FDIV16
Austin Kerbow
2019-10-25
1
-2
/
+3
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
1
-4
/
+12
*
[MachineIRBuilder] Fix an assertion failure with buildMerge
Quentin Colombet
2019-10-11
1
-2
/
+5
*
[GlobalISel] Replace hard coded dynamic alloca handling with G_DYN_STACKALLOC.
Amara Emerson
2019-08-27
1
-0
/
+11
*
[GlobalISel] CSEMIRBuilder: Add support for G_GEP
Volkan Keles
2019-08-15
1
-5
/
+1
*
GlobalISel: Add G_ATOMICRMW_{FADD|FSUB}
Matt Arsenault
2019-07-30
1
-13
/
+30
*
[AMDGPU/GlobalISel] Add llvm.amdgcn.fdiv.fast legalization.
Austin Kerbow
2019-07-30
1
-4
/
+6
*
GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources
Matt Arsenault
2019-07-17
1
-0
/
+3
*
GlobalISel: Convert some build functions to using SrcOp/DstOp
Matt Arsenault
2019-07-08
1
-43
/
+54
*
GlobalISel: Add G_FENCE
Matt Arsenault
2019-07-02
1
-0
/
+7
*
GlobalISel: Convert rest of MachineIRBuilder to using Register
Matt Arsenault
2019-06-28
1
-50
/
+50
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-13
/
+13
*
[GlobalISel] Add a G_BRJT opcode.
Amara Emerson
2019-06-14
1
-0
/
+11
*
[GlobalISel] Add a G_JUMP_TABLE opcode.
Amara Emerson
2019-06-11
1
-0
/
+6
*
GlobalISel: Define integer min/max instructions
Matt Arsenault
2019-05-17
1
-1
/
+5
*
GlobalISel: Add DstOp version of buildIntrinsic
Matt Arsenault
2019-05-16
1
-0
/
+12
*
GlobalISel: Add buildFConstant for APFloat
Matt Arsenault
2019-05-16
1
-0
/
+7
*
[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...
Amara Emerson
2019-04-15
1
-4
/
+2
*
GlobalISel: Add another overload of buildUnmerge
Matt Arsenault
2019-04-05
1
-0
/
+9
*
[GlobalISel] Include missing change from r356396
Amara Emerson
2019-03-18
1
-4
/
+2
*
Revert r356304: remove subreg parameter from MachineIRBuilder::buildCopy()
Amara Emerson
2019-03-18
1
-5
/
+5
*
[GlobalISel] Allow MachineIRBuilder to build subregister copies.
Amara Emerson
2019-03-15
1
-5
/
+5
*
GlobalISel: Use multiple returns for intrinsic structs
Matt Arsenault
2019-03-14
1
-3
/
+3
*
[MIPS GlobalISel] NarrowScalar G_MUL
Petar Avramovic
2019-03-11
1
-0
/
+7
*
GlobalISel: Make buildExtract use DstOp/SrcOp
Matt Arsenault
2019-02-18
1
-12
/
+15
*
GlobalISel: Implement narrowScalar for shift main type
Matt Arsenault
2019-02-07
1
-4
/
+18
*
GlobalISel: Fix CSE handling of buildConstant
Matt Arsenault
2019-02-04
1
-40
/
+38
*
GlobalISel: Use appropriate extension for legalizing select conditions
Matt Arsenault
2019-01-30
1
-0
/
+20
*
GlobalISel: Fix typo in assert messages
Matt Arsenault
2019-01-27
1
-2
/
+2
*
GlobalISel: Make buildConstant handle vectors
Matt Arsenault
2019-01-22
1
-4
/
+38
*
GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANT
Matt Arsenault
2019-01-22
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GISel]: Add support for CSEing continuously during GISel passes.
Aditya Nandakumar
2019-01-16
1
-0
/
+2
*
[GISel] Add parentheses to an assert because gcc is mean.
Craig Topper
2018-12-11
1
-1
/
+1
*
[GISel]: Add MachineIRBuilder support for passing in Flags while building
Aditya Nandakumar
2018-12-11
1
-1
/
+4
*
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...
Aditya Nandakumar
2018-12-11
1
-368
/
+457
*
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.
Amara Emerson
2018-12-10
1
-0
/
+4
*
[GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECT...
Amara Emerson
2018-12-05
1
-0
/
+58
*
[GISel]: Provide standard interface to observe changes in GISel passes
Aditya Nandakumar
2018-12-05
1
-9
/
+7
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
1
-0
/
+9
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
1
-9
/
+0
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
1
-0
/
+9
*
Revert "[DebugInfo] Generate DWARF debug information for labels."
Vlad Tsyrklevich
2018-07-31
1
-9
/
+0
*
[DebugInfo] Generate DWARF debug information for labels.
Hsiangkai Wang
2018-07-31
1
-0
/
+9
*
[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR blockaddress constants.
Amara Emerson
2018-07-31
1
-0
/
+9
*
[globalisel][irtranslator] Add support for atomicrmw and (strong) cmpxchg
Daniel Sanders
2018-07-09
1
-1
/
+116
*
Reapplying r331819 [GlobalISel][Legalizer] More concise and faster widenS...
Roman Tereshin
2018-05-09
1
-2
/
+6
*
Revert r331819 [GlobalISel][Legalizer] More concise and faster widenScalar, NFC
Roman Tereshin
2018-05-09
1
-6
/
+2
[next]