reduce indentation by eliminating 'else after return'
[oota-llvm.git] / lib /
2010-02-23 Chris Lattnerreapply my cellspu changes with a fix to not break...
2010-02-23 Dan GohmanRevert 96854, 96852, and 96849, unbreaking test/CodeGen...
2010-02-23 Chris LattnerX86InstrInfoSSE.td declares PINSRW as having type v8i16,
2010-02-23 Johnny ChenAdded versions of VCGE, VCGT, VCLE, and VCLT NEON instr...
2010-02-23 Chris Lattnerfix hte last cellspu failure.
2010-02-23 Chris Lattnerhack around more crimes in instruction selection.
2010-02-23 Chris Lattnerthe cell backend is making all sorts of unsafe and...
2010-02-23 Johnny ChenAdded VCEQ (immediate #0) NEON instruction for disassem...
2010-02-23 Jakob Stoklund OlesenDead code elimination
2010-02-23 Jeffrey YasskinFix viewCFG on Linux.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Jim GrosbachClean up a bit and fix for when SPAdj != 0
2010-02-22 Jim GrosbachThe predicate index isn't fixed, so scan for it to...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Chris Lattnerremove dupes now.
2010-02-22 Chris Lattnermove #includes earlier.
2010-02-22 Daniel DunbarMC/Mach-O: Remove non-sensical comment, and add a missi...
2010-02-22 Dan GohmanMinor formatting cleanup.
2010-02-22 Dan GohmanUse Instruction::isCommutative instead of duplicating it.
2010-02-22 Johnny ChenAdded SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR...
2010-02-22 Bob WilsonErase deleted instructions from GVN's ValueTable. ...
2010-02-22 Johnny ChenAdded a bunch of instructions for disassembly only:
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanRemove unused variables and parameters.
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-22 Dan GohmanFix a typo in a comment.
2010-02-22 Dan GohmanConstant-fold certain comparisons with infinity and...
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-22 Dan GohmanThis cast<Instruction> is unnecessary.
2010-02-22 Chris Lattnerfix an incorrect VT: eflags is always i32. The bug...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Duncan SandsRemove a bunch of duplicated code, where there was...
2010-02-21 Jakob Stoklund OlesenEnable assertion to detect cyclic valno references.
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Johnny ChenUndo r96654. The printing of ARM shift instructions...
2010-02-21 Chris Lattnerrename SelectScalarSSELoad -> SelectScalarSSELoadXXX...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-19 Dan GohmanRename getSDiv to getExactSDiv to reflect its behavior...
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Dan GohmanAdd a comment.
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Johnny ChenAdded entries for ASR, LSL, LSR, ROR, and RRX so that...
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Johnny ChenAdded LDRD_PRE/POST & STRD_PRE/POST for disassembly...
2010-02-18 TalinreplaceUsesOfWithOnConstant implementation for unions.
2010-02-18 Dan GohmanHoist this loop-invariant logic out of the loop.
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
2010-02-18 Sanjiv GuptaRemap the call sites of a shared function in interrupt...
2010-02-18 Sanjiv GuptaRe-factoring.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRemove terminating dot in description. Inconsistency...
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-18 Chris Lattneradd a missing type cast.
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Daniel DunbarMC/Mach-O: Update fixup values for change to X86 offsets.
2010-02-17 Bob WilsonRemove the NEON N2VSInt instruction class: it's only...
2010-02-17 Johnny ChenAdded CLREX (Clear-Exclusive) for disassembly only.
2010-02-17 Bob WilsonMore cleanup for NEON:
2010-02-17 Johnny ChenAdded RFE for disassembly only.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Jakob Stoklund OlesenRemember to define super registers in mips calls.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Jakob Stoklund OlesenDead code elimination.
2010-02-17 Chris Lattner"Fix and issue in SparcAsmPrinter where multiple identi...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattneradd a note, from PR5100
2010-02-17 Sanjiv GuptaAdded routine to clone the body of a function and maint...
2010-02-17 Duncan SandsPacify gcc-4.5, which warns (correctly) that these...
2010-02-17 Sanjiv GuptaAdded a function to clone locals of a function.( which...
2010-02-17 Sanjiv GuptaRemoved header files from .h by adding forward decls.
2010-02-17 Johnny ChenAdded BFI for disassembly only.
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-17 Chris Lattnerrename and document some arguments so I don't have...
2010-02-17 Anton KorobeynikovUse pointer-wide encoding for LSDA and FDE on Darwin.
2010-02-17 Lang HamesRemoved an early out which was causing the PBQP allocat...
2010-02-17 Dan GohmanFix SCEVExpander's existing PHI reuse checking to recog...
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-17 Chris Lattnerdaniel remembered why this was needed.
2010-02-17 Chris Lattneradd a comment explaining why darwin/i386 uses ## as...
next