]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/MachineVerifier.cpp
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
[opencl/llvm.git] / lib / CodeGen / MachineVerifier.cpp
2013-11-15 Matt ArsenaultFix confusing machine verifier error.
2013-11-08 Pedro Artigasincrease the accuracy of register pressure computation...
2013-10-10 Matthias BraunPrint register in LiveInterval::print()
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2013-10-10 Matthias BraunChange MachineVerifier to work on LiveRange + LiveInterval
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-10-04 Matthias BraunFix indentation
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-15 Manman RenMachine Verifier: verify FrameSetup and FrameDestroy
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-04-19 Jakob Stoklund OlesenAdd an MRI::verifyUseLists() function.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Dmitri GribenkoAdd a missing 'else'. Found by grep '} if'
2012-12-18 Jakob Stoklund OlesenVerify bundle flags for consistency in MachineVerifier.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-30 Chad Rosier[inline asm] Implement mayLoad and mayStore for inline...
2012-10-16 Jakob Stoklund OlesenRemove unused BitVectors from getAllocatableSet().
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-04 Jakob Stoklund OlesenMove tie checks into MachineVerifier::visitMachineOperand.
2012-08-29 Jakob Stoklund OlesenVerify the consistency of inline asm operands.
2012-08-29 Jakob Stoklund OlesenVerify the tied operand flags.
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-20 Jakob Stoklund OlesenDon't add CFG edges for redundant conditional branches.
2012-08-20 Jakob Stoklund OlesenAdd CFG checks to MachineVerifier.
2012-08-15 Richard SmithFix undefined behavior: don't perform array indexing...
2012-08-02 Jakob Stoklund OlesenVerify regunit intervals along with virtreg intervals.
2012-08-02 Jakob Stoklund OlesenAdd report() functions that take a LiveInterval argument.
2012-08-02 Jakob Stoklund OlesenExtract some methods from verifyLiveIntervals.
2012-08-01 Jakob Stoklund OlesenAlso verify RegUnit intervals at uses.
2012-07-25 Jakob Stoklund OlesenVerify two-address constraints more carefully.
2012-07-19 Pete CooperFix crash in machine verifier when trying to print...
2012-07-19 Bill WendlingRemove tabs.
2012-06-29 Jakob Stoklund OlesenCheck for extra kill flags on live-out virtual registers.
2012-06-25 Jakob Stoklund OlesenEnforce stricter liveness rules for PHIs.
2012-06-22 Jakob Stoklund OlesenAlso verify the def index for early clobbers.
2012-06-20 Jakob Stoklund OlesenFix some more LiveInterval enumerations.
2012-06-14 Akira HatanakaMake machine verifier check the first instruction of...
2012-06-07 Pete CooperMove terminator machine verification to check MachineBa...
2012-06-06 Jakob Stoklund OlesenProperly verify liveness with bundled machine instructions.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-29 Evan ChengOptional def can be either a def or a use (of reg0).
2012-05-17 Jakob Stoklund OlesenFix a verifier bug.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-03-28 Jakob Stoklund OlesenEnable machine code verification after PreSched2 passes.
2012-03-28 Jakob Stoklund OlesenSkip liveness verification when MRI->tracksLiveness...
2012-03-10 Jakob Stoklund OlesenReport the defining instruction.
2012-03-10 Jakob Stoklund OlesenAdd SSA verification to MachineVerifier.
2012-03-10 Jakob Stoklund OlesenUse SmallPtrSet instead of DenseSet.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-28 Jakob Stoklund OlesenHandle regmasks in the machine code verifier.
2012-02-27 Jakob Stoklund OlesenUpdate machine code verifier.
2012-02-14 Lang HamesUpdate MachineVerifier to check the new physreg live...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-14 Jakob Stoklund OlesenUse getVNInfoBefore() when it makes sense.
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-10-05 Jakob Stoklund OlesenFix sub-register operand verification.
2011-09-23 Jakob Stoklund OlesenVerify that terminators follow non-terminators.
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-15 Jakob Stoklund OlesenStop verifying hasPHIKill() flags.
2011-07-30 Jakob Stoklund OlesenRevert "Don't check liveness of unallocatable registers."
2011-07-29 Jakob Stoklund OlesenDon't check liveness of unallocatable registers.
2011-07-29 Jakob Stoklund OlesenCheck for multiple defs in the machine code verifier.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-06-02 Jakob Stoklund OlesenUse TRI::has{Sub,Super}ClassEq() where possible.
2011-05-19 Cameron ZwarichRevert r128961 because it didn't include a test and...
2011-05-04 Bill WendlingSjLj EH could produce a machine basic block that legiti...
2011-04-05 Jakob Stoklund OlesenPermit blocks to branch directly to a landing pad.
2011-03-31 Jakob Stoklund OlesenAllow kill flags on two-address instructions. They...
2011-03-31 Jakob Stoklund OlesenMark all uses as <undef> when joining a copy.
2011-02-04 Jakob Stoklund OlesenVerify kill flags conservatively.
2011-01-12 Jakob Stoklund OlesenVerify slot index ordering.
2011-01-12 Jakob Stoklund OlesenVerify that machine instruction parent pointers are...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2011-01-08 Jakob Stoklund OlesenFix a MachineVerifier loop that probably didn't mean...
2010-12-28 Cameron ZwarichSimplify some code in MachineVerifier that was doing...
2010-12-27 Cameron ZwarichAdd knowledge of phi-def and phi-kill valnos to Machine...
2010-12-20 Cameron ZwarichMachineVerifier should count landing pad successors...
2010-12-20 Cameron ZwarichTeach MachineVerifier that early clobber defs begin...
2010-12-20 Cameron ZwarichAdd a missing check from r122218.
2010-12-20 Cameron ZwarichDon't assume that an instruction ending a register...
2010-12-20 Cameron ZwarichIgnore debug values when performing MachineVerifier...
2010-12-19 Cameron ZwarichEarly clobber operands are allowed to be defined at...
2010-12-19 Cameron ZwarichFix PR8811 by teaching MachineVerifier about optional...
2010-12-18 Jakob Stoklund OlesenPass a Banner argument to the machine code verifier...
2010-12-17 Jakob Stoklund OlesenAllow missing kill flags on an untied operand of a...
2010-11-17 Eric ChristopherOnly avoid the check if we're the last operand before...
2010-11-16 Eric ChristopherMake the verifier a little quieter on instructions...
2010-11-01 Jakob Stoklund OlesenBe more precise about verifying missing kill flags.
2010-11-01 Jakob Stoklund OlesenAdd kill flag verification.
2010-11-01 Jakob Stoklund OlesenAdd basic LiveStacks verification.
2010-10-30 Jakob Stoklund OlesenDisable more of physical register live intervals verifi...
2010-10-29 Jakob Stoklund OlesenPrint out the connected components in the verifier...
2010-10-28 Jakob Stoklund OlesenOne day, physical register live ranges will be sensible.
2010-10-27 Jakob Stoklund OlesenPhysical registers trivially have multiple connected...
next