Fix test-llvm failures.
[oota-llvm.git] / lib /
2011-04-05 Shantonu SenAn MCDisassembler has the option to not implement
2011-04-05 Jim GrosbachMake second source operand of LDRD pre/post explicit.
2011-04-05 Johnny ChenConstants with multiple encodings (ARM):
2011-04-05 Johnny ChenCheck for invalid register encodings for UMAAL and...
2011-04-05 Owen AndersonConvert ADCS and SBCS instructions into pseudos that...
2011-04-05 Jakob Stoklund OlesenEnsure all defs referring to a virtual register are...
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-04-05 Jakob Stoklund OlesenUse std::unique instead of a SmallPtrSet to ensure...
2011-04-05 Nadav RotemInstCombine optimizes gep(bitcast(x)) even when the...
2011-04-05 Jakob Stoklund OlesenStop precomputing last split points, query the SplitAna...
2011-04-05 Jakob Stoklund OlesenCache the fairly expensive last split point computation...
2011-04-05 Bill WendlingRevamp the SjLj "dispatch setup" intrinsic.
2011-04-05 Eric ChristopherJust use BL all the time. It's safer that way.
2011-04-05 Stuart HastingsRevert 123704; it broke threaded LLVM.
2011-04-05 Johnny ChenFix SRS/SRSW encoding bits.
2011-04-04 Johnny ChenA8.6.105 MUL
2011-04-04 Johnny ChenRFE encoding should also specify the "should be" encodi...
2011-04-04 Jim GrosbachAdd missing file from r128851.
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-04-04 Joerg SonnenbergerMake OpcodeMask an unsigned long long literal to deal...
2011-04-04 Jakob Stoklund OlesenAllow coalescing with reserved physregs in certain...
2011-04-04 Jakob Stoklund OlesenExtract physreg joining policy to a separate method.
2011-04-04 Johnny ChenFix incorrect alignment for NEON VST2b32_UPD.
2011-04-04 Jakob Stoklund OlesenInsert code in the right location when lowering PowerPC...
2011-04-04 Bruno Cardoso Lopes- Implement asm parsing support for LDRSBT, LDRHT,...
2011-04-04 Akira HatanakaMove transformation of JmpLink and related nodes done...
2011-04-04 Jakob Stoklund OlesenPowerPC atomic pseudos clobber CR0, they don't read it.
2011-04-04 Jakob Stoklund OlesenUse X0 instead of R0 for the zero register on ppc64.
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-04-04 Joerg SonnenbergerExpand Op0Mask by one bit in preparation for the PadLoc...
2011-04-04 Jakob Stoklund OlesenStop caching basic block index ranges now that SlotInde...
2011-04-04 Jakob Stoklund OlesenDelete leftover data members.
2011-04-04 Jay FoadRemove some support for ReturnInsts with multiple opera...
2011-04-04 Tobias GrosserRegion: Allow user control the printing style of the...
2011-04-04 Eli FriedmanAttempt to fix breakage from r128782 reported by Franco...
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-04-03 Eric ChristopherAdd a set of C bindings for the Object interface.
2011-04-02 Eli FriedmanPR9446: RecursivelyDeleteTriviallyDeadInstructions...
2011-04-02 Eli FriedmanDon't assume something which might be a constant expres...
2011-04-02 Benjamin KramerWhile SimplifyDemandedBits constant folds this, we...
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-04-02 Jakob Stoklund OlesenUse InterferenceCache in RegAllocGreedy.
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...
2011-04-02 Jakob Stoklund OlesenUse basic block numbers as indexes when mapping slot...
2011-04-02 Cameron ZwarichDo some peephole optimizations to remove pointless...
2011-04-02 Cameron ZwarichAdd a RemoveFromWorklist method to DCI. This is needed...
2011-04-02 Johnny ChenFixed a bug in disassembly of STR_POST, where the immed...
2011-04-02 Akira HatanakaUndo changes mistakenly made in revision 128750.
2011-04-02 Akira HatanakaInsert space before ';' to prevent warnings.
2011-04-01 Johnny ChenFixed MOVr for "should be" encoding bits for Inst{19...
2011-04-01 Johnny ChenMOVs should have Inst{19-16} as 0b0000, otherwise,...
2011-04-01 Johnny ChenFix the instruction table entries for AI1_adde_sube_s_i...
2011-04-01 Benjamin KramerFix comment.
2011-04-01 Benjamin KramerTweaks to the icmp+sext-to-shifts optimization to addre...
2011-04-01 Evan ChengAvoid de-referencing pass beginning of a basic block...
2011-04-01 Akira HatanakaRemove redundant code. There are assignments to variabl...
2011-04-01 Akira HatanakaSimplifies logic for printing target flags.
2011-04-01 Owen AndersonWhen the architecture is explicitly armv6 or thumbv6...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-04-01 Johnny ChenFix a LDRT/LDRBT decoding bug where for Encoding A2...
2011-04-01 Benjamin KramerFix build.
2011-04-01 Benjamin KramerInstCombine: Turn icmp + sext into bitwise/integer...
2011-04-01 Benjamin KramerInstCombine: Move (sext icmp) transforms into their...
2011-04-01 Evan ChengAdd comments.
2011-04-01 Evan ChengAssign node order numbers to results of call instructio...
2011-04-01 Akira HatanakaModifies MipsAsmPrinter::isBlockOnlyReachableByFallthro...
2011-04-01 Johnny ChenFix LDRi12 immediate operand, which was changed to...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-04-01 Benjamin KramerInitialize HasVMLxForwarding.
2011-04-01 Jay FoadVarious Instructions' resizeOperands() methods are...
2011-04-01 Duncan SandsWhile testing dragonegg I noticed that isCastable and...
2011-04-01 Evan ChengIssue libcalls __udivmod*i4 / __divmod*i4 for div ...
2011-04-01 Matt Beaumont-GayRemove unused variables
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Jakob Stoklund OlesenThe basic register allocator must also use the inline...
2011-03-31 Jakob Stoklund OlesenProvide a legal pointer register class when targeting...
2011-03-31 Nadav RotemInstcombile optimization: extractelement(cast) -> cast...
2011-03-31 Benjamin KramerInstCombine: APFloat can't perform arithmetic on PPC...
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2011-03-31 Johnny ChenFix single word and unsigned byte data transfer instruc...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-31 Jakob Stoklund OlesenDon't completely eliminate identity copies that also...
2011-03-31 Johnny ChenAdd BLXi to the instruction table for disassembly purpose.
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-03-31 Devang PatelRemove dead code.
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Jakob Stoklund OlesenFix bug found by valgrind.
2011-03-31 Richard OsborneAdd XCore intrinsics for initializing / starting /...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 NAKAMURA Takumilib/CodeGen/LiveIntervalAnalysis.cpp: [PR9590] Don...
2011-03-31 Benjamin KramerInstCombine: Fix transform to use the swapped predicate.
2011-03-31 Benjamin KramerInstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y
2011-03-31 Benjamin KramerInstCombine: fold fcmp pred (fneg x), C -> fcmp swap...
2011-03-31 Benjamin KramerInstCombine: Shrink "fcmp (fpext x), C" to "fcmp x...
2011-03-31 Benjamin KramerInstCombine: fold fcmp (fpext x), (fpext y) -> fcmp...
2011-03-31 Jakob Stoklund OlesenPick a conservative register class when creating a...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
next