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
...
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-2
/
+4
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-4
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-11
1
-30
/
+60
*
LiveIntervalAnalysis: Fix alias regunit reserved definition
Matthias Braun
2017-09-01
1
-0
/
+2
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-0
/
+17
*
[MachineVerifier] Add check that tied physregs aren't different.
Mikael Holmen
2017-07-06
1
-0
/
+8
*
RegAllocPBQP: Do not assign reserved physical register
Matthias Braun
2017-06-08
1
-4
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Verify a couple more fields in STATEPOINT instructions
Philip Reames
2017-06-02
1
-0
/
+14
*
Add placeholder for more extensive verification of psuedo ops
Philip Reames
2017-06-02
1
-8
/
+21
*
MachineVerifier: Remove unused set; NFC
Matthias Braun
2017-05-26
1
-5
/
+0
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-1
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+2
*
ARM: Compute MaxCallFrame size early
Matthias Braun
2017-05-05
1
-3
/
+5
*
Do not run frame verification if target does not use frame instructions
Serge Pavlov
2017-04-20
1
-0
/
+2
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
1
-11
/
+2
*
MIR: Allow parsing of empty machine functions
Justin Bogner
2017-04-11
1
-2
/
+4
*
[MachineVerifier] Drop a spurious const
Sven van Haastregt
2017-03-29
1
-1
/
+1
*
[MachineVerifier] Avoid reference to nullptr
Sven van Haastregt
2017-03-29
1
-2
/
+2
*
GlobalISel: verify that generic loads & stores have a mem operand.
Tim Northover
2017-02-17
1
-0
/
+8
*
Fix typos
Matt Arsenault
2017-02-15
1
-1
/
+1
*
CodeGen: Assert that liveness is up to date when reading block live-ins.
Matthias Braun
2017-01-05
1
-8
/
+10
*
[GlobalISel] More fix for the size vs. type typo. NFC.
Quentin Colombet
2016-12-22
1
-1
/
+1
*
[MachineVerifier] Check that even generic vregs comply to regclass constraints.
Quentin Colombet
2016-12-22
1
-0
/
+15
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-10
/
+10
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-25
/
+27
*
Clarify rules for reserved regs, fix aarch64 ones.
Matthias Braun
2016-11-30
1
-10
/
+0
*
Modify df_iterator to support post-order actions
David Callahan
2016-10-05
1
-2
/
+2
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-1
/
+1
*
GlobalISel: remove G_TYPE and G_PHI
Tim Northover
2016-09-09
1
-2
/
+1
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-12
/
+24
*
ADT: Remove external uses of ilist_iterator, NFC
Duncan P. N. Exon Smith
2016-09-03
1
-5
/
+2
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-1
/
+2
*
GlobalISel: forbid physical registers on generic MIs.
Tim Northover
2016-08-30
1
-0
/
+8
*
Do not use MRI::getMaxLaneMaskForVReg as a mask covering whole register
Krzysztof Parzyszek
2016-08-29
1
-3
/
+2
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-7
/
+4
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-4
/
+11
*
MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.
Matthias Braun
2016-08-24
1
-1
/
+2
*
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
[prev]
[next]