If loop header is also loop exiting block then it may not be safe to hoist instructions.
[oota-llvm.git] / lib /
2011-10-05 Jakob Stoklund OlesenOverride TRI::getSubClassWithSubReg for X86.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-05 Jim GrosbachUpdate InstCombine worklist after instruction transform...
2011-10-05 Justin HolewinskiPTX: Fixup a case where getRegClassFor() should be...
2011-10-05 Jakob Stoklund OlesenSimplify INSERT_SUBREG emission.
2011-10-05 Akira HatanakaFix assertion string.
2011-10-05 Akira HatanakaMake sure candidate for delay slot filler is not a...
2011-10-05 Akira HatanakaAdd RA to the set of registers that are defined if...
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-10-05 Andrew TrickTypo. Thanks Bob.
2011-10-05 Jakob Stoklund OlesenAdd a FIXME.
2011-10-05 Duncan SandsEnsure OpCode is not used uninitialized.
2011-10-05 Duncan SandsComment out a variable that is only used in commented...
2011-10-05 Duncan SandsRemove a bunch of unused variables in the PTX backend...
2011-10-05 Duncan SandsFix compilation when using gcc-4.6. Patch by wanders.
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-10-05 NAKAMURA TakumiMipsDelaySlotFiller.cpp: Appease msvc to specify llvm...
2011-10-05 Cameron ZwarichAdd braces around something that throws me for a loop.
2011-10-05 Cameron ZwarichThere is no point in setting out-parameters for a Compl...
2011-10-05 Bill WendlingAlso update the EH with bitcode. I missed this earlier...
2011-10-05 Chandler CarruthFix a broken assert found by -Wparentheses.
2011-10-05 Andrew TrickFix disabled SCEV analysis caused r141161 and add unit...
2011-10-05 Eric ChristopherAdd more initializers to quiet a clang warning.
2011-10-05 Craig TopperChange C++ style comments to C style comments in X86...
2011-10-05 Andrew TrickAvoid exponential recursion in SCEV getConstantEvolving...
2011-10-05 Akira HatanakaInsert space.
2011-10-05 Akira HatanakaDo not examine variadic or implicit operands if instruc...
2011-10-05 Akira HatanakaClean up function Filler::delayHasHazard.
2011-10-05 Akira HatanakaRemove function Filler::insertCallUses.
2011-10-05 Akira HatanakaClean up Filler::findDelayInstr.
2011-10-05 Akira HatanakaRemove function Filler::isDelayFiller. Check if I is...
2011-10-05 Akira HatanakaClean up Filler::runOnMachineBasicBlock. Change interfa...
2011-10-05 Akira HatanakaDefine a statistic for the number of slots that were...
2011-10-05 Akira HatanakaRemove unnecessary check. isDelayFiller(MBB, I) will...
2011-10-05 Akira HatanakaAdd comments and move assignment statement. If sawStore...
2011-10-05 Akira HatanakaCorrect description string of enable-mips-delay-filler.
2011-10-05 Bill WendlingLook at the number of entries in the jump table and...
2011-10-05 Bill WendlingCheckpoint for SJLJ EH code.
2011-10-05 Jakob Stoklund OlesenAlso add <imp-use,kill> flags for redefined super-regis...
2011-10-05 Jakob Stoklund OlesenAlso add <def,undef> flags when coalescing sub-registers.
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-10-04 Bill WendlingCreate a mapping between the landing pad basic block...
2011-10-04 Jakob Stoklund OlesenAllow <undef> flags on def operands as well as uses.
2011-10-04 Francois PichetReplace snprintf with raw_string_ostream.
2011-10-04 David GreeneAllow Operator Arguments
2011-10-04 Ted KremenekUnbreak CMake build.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-10-04 Francois PichetUnbreak MSVC build.
2011-10-04 Jakob Stoklund OlesenTeach PPCInstrInfo to handle sub-classes.
2011-10-04 Che-Liang Chioutblgen: add preprocessor as a separate mode
2011-10-04 Nadav RotemSet operation actions to legal types only.
2011-10-04 Nadav RotemOperations should be custom lowered only if their type...
2011-10-04 Nick LewyckyThe product of two chrec's can always be represented...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-04 Andrew TrickLSR should avoid redundant edge splitting.
2011-10-04 Andrew Trickwhitespace
2011-10-04 Rafael EspindolaRemove last references to hotpatch.
2011-10-04 Bill WendlingGeneric cleanup.
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMOV immediate.
2011-10-03 Jim GrosbachTidy up. 80 columns.
2011-10-03 Bill WendlingUse the PC label ID rather than '1'. Add support for...
2011-10-03 Bill WendlingDon't carry over the dispatchsetup hack from the old...
2011-10-03 Jim GrosbachARM parsing/encoding for VCMP/VCMPE.
2011-10-03 Nick LewyckyFix typo in comments.
2011-10-03 Bill WendlingCheck-pointing the new SjLj EH lowering.
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Bill WendlingMove the grabbing of the jump buffer into the caller...
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMRS/FMSTAT.
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Devang PatelAdd C api for Instruction->eraseFromParent().
2011-10-03 Jim GrosbachThumb2 ADD/SUB can take SP as a destination register.
2011-10-03 Akira HatanakaClean up MipsInstrInfo::copyPhysReg and handle copies...
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-10-03 Akira HatanakaAdd definitions of instructions which move values betwe...
2011-10-03 Craig TopperAdd support for MOVBE and RDRAND instructions for the...
2011-10-03 Eric ChristopherWhitespace.
2011-10-03 Eric ChristopherTypo.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperFix VEX disassembling to ignore REX.RXBW bits in 32...
2011-10-03 Nick LewyckyReapply r140979 with fix! We never did get a testcase...
2011-10-03 Nick LewyckyRevert r140979 due to reports of bootstrap failure.
2011-10-03 Nick LewyckyAdd one more case we compute a max trip count.
2011-10-02 Craig TopperFix some Intel syntax disassembly issues with instructi...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-02 Nick LewyckyAdd a new icmp+select optz'n. Also shows off the load...
2011-10-02 Nick LewyckyEnhance a couple places where we were doing constant...
2011-10-01 Craig TopperFix disassembling of INVEPT and INVVPID to take operands
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-10-01 Chad RosierRevert r140924 "Attempt to fix dynamic stack realignmen...
2011-10-01 Nadav RotemMoved type construction out of the loop and added an...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-10-01 Bill WendlingNo one should be using the method directly. Assert...
2011-10-01 Bill WendlingAdd a convenience method to tell if two things are...
2011-10-01 Bill WendlingUse the ARMConstantPoolMBB class to handle the MBB...
2011-10-01 Bill WendlingAdd ARMConstantPoolMBB to hold an MBB value in the...
2011-10-01 Bill WendlingRemove dead code.
next