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
*
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
*
[MachineVerifier] Accept a MBB with a single landing pad successor.
Ahmed Bougacha
2014-12-01
1
-1
/
+5
*
MachineVerifier: Report register for bad liveranges
Matthias Braun
2014-11-19
1
-24
/
+28
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-5
/
+6
*
Access subtarget specific variables off of the MachineFunction's
Eric Christopher
2014-10-14
1
-2
/
+2
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-4
/
+5
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
MachineVerifier: Clean up some syntactic weirdness left behind by find&replace.
Benjamin Kramer
2014-05-24
1
-6
/
+6
*
CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.
Benjamin Kramer
2014-05-24
1
-9
/
+8
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-16
/
+16
*
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
2014-04-30
1
-33
/
+25
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-9
/
+9
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Fix confusing machine verifier error.
Matt Arsenault
2013-11-15
1
-1
/
+1
*
increase the accuracy of register pressure computation in the presence of dea...
Pedro Artigas
2013-11-08
1
-10
/
+9
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-12
/
+2
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-6
/
+6
*
Change MachineVerifier to work on LiveRange + LiveInterval
Matthias Braun
2013-10-10
1
-92
/
+117
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-2
/
+2
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-13
/
+12
*
Fix indentation
Matthias Braun
2013-10-04
1
-1
/
+1
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+1
*
Machine Verifier: verify FrameSetup and FrameDestroy
Manman Ren
2013-07-15
1
-0
/
+132
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-4
/
+4
*
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
1
-0
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Add a missing 'else'. Found by grep '} if'
Dmitri Gribenko
2012-12-19
1
-1
/
+1
[next]