summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineVerifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MachineVerifier] Accept a MBB with a single landing pad successor.Ahmed Bougacha2014-12-011-1/+5
* MachineVerifier: Report register for bad liverangesMatthias Braun2014-11-191-24/+28
* Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper2014-11-171-5/+6
* Access subtarget specific variables off of the MachineFunction'sEric Christopher2014-10-141-2/+2
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+5
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* MachineVerifier: Clean up some syntactic weirdness left behind by find&replace.Benjamin Kramer2014-05-241-6/+6
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-241-9/+8
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-16/+16
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-301-33/+25
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-9/+9
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+2
* Fix confusing machine verifier error.Matt Arsenault2013-11-151-1/+1
* increase the accuracy of register pressure computation in the presence of dea...Pedro Artigas2013-11-081-10/+9
* Print register in LiveInterval::print()Matthias Braun2013-10-101-12/+2
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-6/+6
* Change MachineVerifier to work on LiveRange + LiveIntervalMatthias Braun2013-10-101-92/+117
* Pass LiveQueryResult by valueMatthias Braun2013-10-101-2/+2
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-13/+12
* Fix indentationMatthias Braun2013-10-041-1/+1
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+1
* Machine Verifier: verify FrameSetup and FrameDestroyManman Ren2013-07-151-0/+132
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-4/+4
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-191-0/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Add a missing 'else'. Found by grep '} if'Dmitri Gribenko2012-12-191-1/+1
* Verify bundle flags for consistency in MachineVerifier.Jakob Stoklund Olesen2012-12-181-0/+17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-12/+12
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-301-2/+3
* Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen2012-10-161-4/+1
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-151-1/+1
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen2012-09-041-36/+26
* Verify the consistency of inline asm operands.Jakob Stoklund Olesen2012-08-291-16/+72
* Verify the tied operand flags.Jakob Stoklund Olesen2012-08-291-0/+37
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2
* Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen2012-08-201-2/+18
* Add CFG checks to MachineVerifier.Jakob Stoklund Olesen2012-08-201-0/+40
* Fix undefined behavior: don't perform array indexing through a potentially nullRichard Smith2012-08-151-1/+2
* Verify regunit intervals along with virtreg intervals.Jakob Stoklund Olesen2012-08-021-2/+12
* Add report() functions that take a LiveInterval argument.Jakob Stoklund Olesen2012-08-021-60/+67
* Extract some methods from verifyLiveIntervals.Jakob Stoklund Olesen2012-08-021-245/+259
* Also verify RegUnit intervals at uses.Jakob Stoklund Olesen2012-08-011-15/+36
* Verify two-address constraints more carefully.Jakob Stoklund Olesen2012-07-251-14/+7
* Fix crash in machine verifier when trying to print the def of a register whic...Pete Cooper2012-07-191-0/+2
* Remove tabs.Bill Wendling2012-07-191-2/+2
* Check for extra kill flags on live-out virtual registers.Jakob Stoklund Olesen2012-06-291-0/+14
OpenPOWER on IntegriCloud