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
...
*
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
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-1
/
+1
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-1
/
+1
*
Remove a gross usage of environment variables in MachineVerifier, replacing i...
Owen Anderson
2015-02-04
1
-95
/
+74
*
MachineVerifier: Allow undef reads if a matching superreg is defined.
Matthias Braun
2015-01-14
1
-0
/
+19
*
[CodeGen] Let MachineVerifierPass own its banner string
Matthias Braun
2014-12-11
1
-5
/
+5
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
1
-7
/
+6
*
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
2014-12-10
1
-3
/
+2
*
MachineVerifier: Allow physreg use if just a subreg is defined.
Matthias Braun
2014-12-10
1
-1
/
+12
*
MachineVerifier: Allow LiveInterval segments to end at a partial write.
Matthias Braun
2014-12-10
1
-2
/
+10
*
LiveInterval: Add support to track liveness of subregisters.
Matthias Braun
2014-12-10
1
-31
/
+74
[prev]
[next]