oota-llvm.git
2011-10-05 Akira HatanakaMake sure candidate for delay slot filler is not a...
2011-10-05 Dan GohmanMake this test less sensitive to codegen optimizations.
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... Add 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 TrickMissing test case for r141164.
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 Jakob Stoklund... Add TRI::getSubClassWithSubReg(RC, Idx) function.
2011-10-05 Bill WendlingCheckpoint for SJLJ EH code.
2011-10-05 Jakob Stoklund... Also add <imp-use,kill> flags for redefined super-regis...
2011-10-05 Jakob Stoklund... Also 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... Allow <undef> flags on def operands as well as uses.
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Bill WendlingDoxygen-ize comments. No functionality change.
2011-10-04 Daniel DunbarRemove unused web page.
2011-10-04 Jim GrosbachUn-XFAIL file. Comment out individual failing instructions.
2011-10-04 Francois PichetReplace snprintf with raw_string_ostream.
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK lines. General forma...
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line. General format...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line.
2011-10-04 Jim GrosbachUn-XFAIL the file. Disable only the individual tests...
2011-10-04 Bill WendlingAdd method to determine if a begin label has a call...
2011-10-04 Jakob Stoklund... Properly use const_iterator.
2011-10-04 Devang PatelUpdate cmake list.
2011-10-04 David ChisnallTell people using the tutorial how to make it actually...
2011-10-04 David GreeneTest Operand Arguments
2011-10-04 David GreeneAllow Operator Arguments
2011-10-04 Jim GrosbachUn-XFAIL the file. Disable only the individual tests...
2011-10-04 Ted KremenekUnbreak CMake build.
2011-10-04 Jim GrosbachTidy up. Formatting.
2011-10-04 Devang PatelPut GCOVFile and other related interface in a common...
2011-10-04 Francois PichetUnbreak MSVC build.
2011-10-04 David DeanFix PR9833/PR11054 (patch provided by Patrik Hägglund)
2011-10-04 Jakob Stoklund... Teach TableGen to infer missing register classes.
2011-10-04 Jakob Stoklund... Teach PPCInstrInfo to handle sub-classes.
2011-10-04 Jakob Stoklund... TableGen: Store all allocation orders together.
2011-10-04 Jakob Stoklund... TableGen: Privatize CodeGenRegisterClass::TheDef and...
2011-10-04 Jakob Stoklund... TableGen: Don't add synthetic Records to the RecordKeeper.
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 Peter CollingbourneExclude libLLVMTableGen.a from the shared library
2011-10-04 Bill WendlingGeneric cleanup.
2011-10-04 Andrew TrickUnit test for r140919, loop unroll heuristics.
2011-10-03 Jim GrosbachTidy up. These tests are covered in the .s file tests...
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 HatanakaMove CHECK after entry label.
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 GrosbachUpdate test for 141010.
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.
next