MC'ize padding when padding the ULEB128 value.
[oota-llvm.git] / lib /
2010-02-25 Bill WendlingMC'ize padding when padding the ULEB128 value.
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-24 Chris Lattnerclean up various VT manipulations, patch by Micah Villm...
2010-02-24 Jakob Stoklund OlesenCreate a stack frame on ARM when
2010-02-24 Bob WilsonCheck for comparisons of +/- zero when optimizing less...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Chris Lattnerconvert cycle checker to smallptrset, add comments...
2010-02-24 Chris Lattnerrevert david's patch which does not even build.
2010-02-24 David GreeneUse a SmallPtrSet as suggested by Chris.
2010-02-24 Wesley PeckAdding function "lookupGCCName" to MBlazeIntrinsicInfo
2010-02-24 Johnny ChenAdded Vector Swap (VSWPd and VSWPq) instructions for...
2010-02-24 Dan GohmanConstantFoldInstOperands can theoretically return null...
2010-02-24 Dan GohmanSimplify this code; these casts aren't necessary.
2010-02-24 Jakob Stoklund OlesenStay away from str <undef> in ARMLoadStoreOpt. This...
2010-02-24 Johnny ChenFixed typo of opcodestr, should be "vst1", not "vld1".
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Dan GohmanFix indentation.
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Chandler CarruthRemove an unused variable. Was this intentional?
2010-02-24 Chris Lattneradd node #'s to debug dumps.
2010-02-24 Johnny ChenAdded for disassembly VST1 (multiple single elements...
2010-02-24 Jim Grosbachhandle very large call frames when require SPAdj !...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-24 Jakob Stoklund OlesenDIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Chris Lattnermake selectnodeto set the nodeid to -1. This makes...
2010-02-23 Jakob Stoklund OlesenRemember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Evan ChengFix rev 96389 by restricting the xform to mask that...
2010-02-23 Kevin EnderbyThis is the second patch to allow x86 code to be aligne...
2010-02-23 Richard OsborneDon't mark call instruction as a barrier.
2010-02-23 Johnny ChenAdded for disassembly VLD1 (multiple single elements...
2010-02-23 Nicolas GeoffrayUse the module's context instead of the global context.
2010-02-23 Chris Lattnerno need to override IsLegalToFold, the base implementation
2010-02-23 Chris Lattnerfix a bug in findNonImmUse (used by IsLegalToFold)...
2010-02-23 Chris LattnerPrint node ID's in dumps and views if set.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Chris Lattneruse OutStreamer.EmitCodeAlignment for alignment in...
2010-02-23 Chris Lattnergenericize MCAsmStreamer::EmitCodeAlignment to support...
2010-02-23 Richard OsborneECALLF, ECALLT shouldn't be marked as barriers.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-23 Richard OsborneMark unconditional branches as barriers. Found using...
2010-02-23 David GreeneSpeed up cycle checking significantly by caching results.
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-23 Jim GrosbachSpelling. s/suppor /support /
2010-02-23 Dan GohmanRemove the code which constant-folded ptrtoint(inttoptr...
2010-02-23 Richard OsborneRemove unused lowering function LowerJumpTable
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovTemporary disable response files.
2010-02-23 Mikhail GlushenkovImplement order-preserving option forwarding.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Chris Lattnerdisable two patterns that are using non-sensical result...
2010-02-23 Chris Lattnerremove a confused pattern that is trying to match an...
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2010-02-23 Chris Lattnerfix a type mismatch in this pattern, where we were...
2010-02-23 Bob WilsonUpdate memdep when load PRE inserts a new load, and...
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.
next