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
...
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+4
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[GlobalISel] Verify Selected MF property.
Ahmed Bougacha
2016-08-02
1
-1
/
+15
*
[GlobalISel] Verify RegBankSelected MF property.
Ahmed Bougacha
2016-08-02
1
-1
/
+17
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+2
*
[GlobalISel] Remove types on selected insts instead of using LLT().
Ahmed Bougacha
2016-07-28
1
-0
/
+10
*
MachineVerifier: Fix printing nonsense for physical registers
Matt Arsenault
2016-07-25
1
-3
/
+3
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-2
/
+2
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
AMDGPU: Add convergent flag to INLINEASM instruction.
Wei Ding
2016-06-22
1
-2
/
+3
*
Delete some dead code.
Rafael Espindola
2016-06-21
1
-5
/
+0
*
MachineVerifier: subregs so not require defs/valnos on every path
Matthias Braun
2016-05-20
1
-2
/
+3
*
MachineVerifier: Fix error reporting.
Matthias Braun
2016-05-11
1
-4
/
+10
*
[MachineVerifier] Teach how to check some of the properties of generic
Quentin Colombet
2016-04-08
1
-1
/
+24
*
MachineVerifier: On dead-def live segments, check that corresponding machine ...
Matthias Braun
2016-03-29
1
-3
/
+18
*
Add MachineVerifier check for AllVRegsAllocated MachineFunctionProperty
Derek Schuff
2016-03-29
1
-0
/
+16
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-2
/
+2
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-11
/
+11
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-2
/
+2
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
MachineVerifier: Add parameter to choose if MachineFunction::verify() aborts
Matthias Braun
2016-02-15
1
-10
/
+13
*
MachineVerifier: Check that defs/uses are live in subregisters as well.
Matthias Braun
2016-02-02
1
-52
/
+141
*
MachineVerifier: Use report_context() instead of ad-hoc messages.
Matthias Braun
2016-02-02
1
-10
/
+32
*
LiveInterval: A LiveRange is enough for ConnectedVNInfoEqClasses::Classify()
Matthias Braun
2016-01-08
1
-1
/
+1
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
MachineVerifier: Streamline live interval related error reporting
Matthias Braun
2015-11-09
1
-90
/
+93
*
MachineVerifier: Add missing linebreak
Matthias Braun
2015-11-09
1
-0
/
+1
*
MachineVerifier: MI::print has no TargetMachine overload
Matthias Braun
2015-11-09
1
-1
/
+1
*
MachineVerifier: print list of live intervals if available
Matthias Braun
2015-11-09
1
-1
/
+4
*
[WinEH] Tweak funclet prologue/epilogue insertion to pass verifier
Reid Kleckner
2015-11-09
1
-1
/
+4
*
[MachineVerifier] Analyze MachineMemOperands for mem-to-mem moves.
Jonas Paulsson
2015-10-29
1
-6
/
+25
*
Let MachineVerifier be aware of mem-to-mem instructions.
Jonas Paulsson
2015-10-21
1
-2
/
+8
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-20
/
+25
*
TargetRegisterInfo: Introduce PrintLaneMask.
Matthias Braun
2015-09-25
1
-3
/
+2
*
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
2015-09-25
1
-10
/
+11
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-5
/
+5
*
MachineVerifier: Check that SlotIndex MBBIndexList is sorted.
Matthias Braun
2015-09-09
1
-0
/
+17
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-3
/
+3
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-9
/
+5
*
MachineVerifier: Handle the optional def operand in a PATCHPOINT instruction.
Alex Lorenz
2015-08-10
1
-1
/
+4
*
LiveInterval: Document and enforce rules about empty subranges.
Matthias Braun
2015-07-16
1
-0
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
MachineFrameInfo: Simplify pristine register calculation.
Matthias Braun
2015-05-28
1
-1
/
+1
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-2
/
+2
*
Fix typo
Matt Arsenault
2015-04-30
1
-1
/
+1
*
MachineVerifier: Don't crash if MachineOperand has no parent
Matt Arsenault
2015-04-30
1
-2
/
+12
*
MachineVerifier: slightly simplify code that is only called with vregs
Matthias Braun
2015-03-25
1
-30
/
+25
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
1
-1
/
+2
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+1
[prev]
[next]