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
/
MachineVerifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Verify G_MERGE_VALUES operand sizes
Matt Arsenault
2019-07-01
1
-0
/
+10
*
[MachineFunction] Base support for call site info tracking
Djordje Todorovic
2019-06-27
1
-0
/
+4
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
GlobalISel: Verify intrinsics
Matt Arsenault
2019-06-17
1
-0
/
+29
*
[GlobalISel] Add a G_BRJT opcode.
Amara Emerson
2019-06-14
1
-0
/
+12
*
[GlobalISel] Add a G_JUMP_TABLE opcode.
Amara Emerson
2019-06-11
1
-0
/
+8
*
Add a getSizeInBits() accessor to MachineMemOperand. NFC.
Amara Emerson
2019-04-17
1
-3
/
+3
*
GlobalISel: Verify g_insert
Matt Arsenault
2019-02-19
1
-0
/
+24
*
GlobalISel: Fix inadequate verification of g_build_vector
Matt Arsenault
2019-02-15
1
-6
/
+11
*
GlobalISel: Verify G_EXTRACT
Matt Arsenault
2019-02-11
1
-0
/
+22
*
GlobalISel: Verify G_GEP
Matt Arsenault
2019-02-05
1
-0
/
+16
*
GlobalISel: Fix verifier crashing on non-register operands
Matt Arsenault
2019-02-05
1
-1
/
+6
*
GlobalISel: Enforce operand types for constants
Matt Arsenault
2019-02-04
1
-0
/
+23
*
GlobalISel: Verify g_select
Matt Arsenault
2019-02-04
1
-24
/
+40
*
MachineVerifier: Move verification of G_* instructions to function
Matt Arsenault
2019-02-04
1
-100
/
+117
*
GlobalISel: Verify memory size for load/store
Matt Arsenault
2019-01-30
1
-4
/
+9
*
GlobalISel: Verify pointer casts
Matt Arsenault
2019-01-29
1
-0
/
+44
*
GlobalISel: Verify load/store has a pointer input
Matt Arsenault
2019-01-27
1
-1
/
+6
*
Re-apply "r351584: "GlobalISel: Verify g_zextload and g_sextload""
Amara Emerson
2019-01-27
1
-1
/
+14
*
GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANT
Matt Arsenault
2019-01-22
1
-0
/
+10
*
GlobalISel: Fix out of bounds crashes in verifier
Matt Arsenault
2019-01-22
1
-3
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert r351584: "GlobalISel: Verify g_zextload and g_sextload"
Amara Emerson
2019-01-19
1
-14
/
+1
*
GlobalISel: Verify G_BITCAST
Matt Arsenault
2019-01-18
1
-0
/
+13
*
GlobalISel: Verify G_ICMP/G_FCMP vector types
Matt Arsenault
2019-01-18
1
-0
/
+11
*
GlobalISel: Verify g_zextload and g_sextload
Matt Arsenault
2019-01-18
1
-1
/
+14
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-09
1
-1
/
+1
*
[MachineVerifier] Include offending register in allocatable live-in error msg.
Florian Hahn
2019-01-08
1
-0
/
+6
*
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.
Amara Emerson
2018-12-10
1
-0
/
+26
*
[GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECT...
Amara Emerson
2018-12-05
1
-0
/
+57
*
Fix typo in verifier error message
Matt Arsenault
2018-10-23
1
-1
/
+1
*
[machineverifier] Detect PHI's that are preceeded by non-PHI's
Daniel Sanders
2018-10-03
1
-3
/
+11
*
[globalisel][verifier] Run the MachineVerifier from IRTranslator onwards
Daniel Sanders
2018-10-02
1
-0
/
+7
*
[MachineVerifier] Relax checkLivenessAtDef regarding dead subreg defs
Bjorn Pettersson
2018-09-20
1
-21
/
+11
*
MachineVerifier: Fix assert on implicit virtreg use
Matt Arsenault
2018-08-27
1
-2
/
+4
*
[MachineVerifier] Check if predecessor is jointly dominated by undefs
Krzysztof Parzyszek
2018-08-16
1
-1
/
+11
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-3
/
+3
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-0
/
+4
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-1
/
+1
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[MachineVerifier][GlobalISel] Verifying generic extends and truncates
Roman Tereshin
2018-05-08
1
-0
/
+52
*
[MachineVerifier][GlobalISel] Checking that generic instrs have LLTs on all v...
Roman Tereshin
2018-05-07
1
-4
/
+14
*
[MachineVerifier][GlobalISel] NFC, Improving MO printing and refactoring visi...
Roman Tereshin
2018-05-07
1
-20
/
+21
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
1
-5
/
+9
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-7
/
+3
*
[GISel]: Verify COPIES involving generic registers.
Aditya Nandakumar
2018-02-09
1
-0
/
+30
*
[MachineVerifier] Add check that renamable operands aren't reserved registers.
Geoff Berry
2018-01-29
1
-6
/
+8
*
LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC
Matthias Braun
2017-12-18
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
[next]