ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
[oota-llvm.git] / lib /
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-06 Bill WendlingAdd the MBBs before inserting the instructions. Doing...
2011-10-05 Cameron ZwarichAlways merge profitable shifts on A9, not just when...
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-10-05 Bill WendlingGet the proper call site numbers for the landing pads...
2011-10-05 David GreenePrefix Template Arg Names with Multiclass Name
2011-10-05 David GreeneProcess Multidefs
2011-10-05 David GreeneParser Multidef Support
2011-10-05 David GreeneLexer Support for Multidefs
2011-10-05 David GreeneRefactor Multiclass Def Processing
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-10-05 Bill WendlingModify the mapping from landing pad to call sites to...
2011-10-05 Bill WendlingAdd an ivar that maps a landing pad's EH symbol to...
2011-10-05 Bill WendlingSmall refactoring. Cache the FunctionInfo->MBB into...
2011-10-05 Jakob Stoklund OlesenFix sub-register operand verification.
2011-10-05 Andrew TrickFixes PR11070 - assert in SCEV getConstantEvolvingPHIOp...
2011-10-05 Bill WendlingFix comment to reflect the new EH stuff.
2011-10-05 Jakob Stoklund OlesenRemove unused DstSubIdx argument.
2011-10-05 Jim GrosbachRe-commit 141203, but much more conservative.
2011-10-05 Jim GrosbachRevert 141203. InstCombine is looping on unit tests.
2011-10-05 Jakob Stoklund OlesenSimplify EXTRACT_SUBREG emission.
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.
next