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] 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
*
Verify bundle flags for consistency in MachineVerifier.
Jakob Stoklund Olesen
2012-12-18
1
-0
/
+17
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-12
/
+12
*
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-30
1
-2
/
+3
*
Remove unused BitVectors from getAllocatableSet().
Jakob Stoklund Olesen
2012-10-16
1
-4
/
+1
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-1
/
+1
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-1
/
+1
*
Move tie checks into MachineVerifier::visitMachineOperand.
Jakob Stoklund Olesen
2012-09-04
1
-36
/
+26
*
Verify the consistency of inline asm operands.
Jakob Stoklund Olesen
2012-08-29
1
-16
/
+72
*
Verify the tied operand flags.
Jakob Stoklund Olesen
2012-08-29
1
-0
/
+37
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+2
*
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
1
-2
/
+18
*
Add CFG checks to MachineVerifier.
Jakob Stoklund Olesen
2012-08-20
1
-0
/
+40
*
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-15
1
-1
/
+2
*
Verify regunit intervals along with virtreg intervals.
Jakob Stoklund Olesen
2012-08-02
1
-2
/
+12
*
Add report() functions that take a LiveInterval argument.
Jakob Stoklund Olesen
2012-08-02
1
-60
/
+67
*
Extract some methods from verifyLiveIntervals.
Jakob Stoklund Olesen
2012-08-02
1
-245
/
+259
*
Also verify RegUnit intervals at uses.
Jakob Stoklund Olesen
2012-08-01
1
-15
/
+36
*
Verify two-address constraints more carefully.
Jakob Stoklund Olesen
2012-07-25
1
-14
/
+7
*
Fix crash in machine verifier when trying to print the def of a register whic...
Pete Cooper
2012-07-19
1
-0
/
+2
*
Remove tabs.
Bill Wendling
2012-07-19
1
-2
/
+2
*
Check for extra kill flags on live-out virtual registers.
Jakob Stoklund Olesen
2012-06-29
1
-0
/
+14
[prev]
[next]