oota-llvm.git
2012-01-25 Jim GrosbachTidy up. s/Low Level Virtual Machine/LLVM/.
2012-01-25 Lang HamesAlways break upon finding a vreg operand (in Release...
2012-01-25 Jim GrosbachARM assemly parsing and validation of IT instruction.
2012-01-25 Nick LewyckyUse precomputed BB size instead of BB->size().
2012-01-25 Chris Lattnerfix a bug I introduced in r148929, this is not a splat!
2012-01-25 Nick LewyckyGracefully degrade precision in branch probability...
2012-01-25 Nick LewyckySupport pointer comparisons against constants, when...
2012-01-25 Chandler CarruthRevert a tiny bit of r148553 which extended LLVM's...
2012-01-25 Evan ChengUpdate hasProperty comment.
2012-01-25 Chris Lattneruse Constant::getAggregateElement to simplify a bunch...
2012-01-25 Craig TopperCustom lower PSIGN and PSHUFB intrinsics to their corre...
2012-01-25 Chris Lattnerconstify some methods and add a new Constant::getAggreg...
2012-01-25 Chris Lattneruse ConstantVector::getSplat in a few places.
2012-01-25 Craig TopperCustom lower phadd and phsub intrinsics to target speci...
2012-01-25 Chris Lattnerreapply r148901 with a crucial fix.
2012-01-25 Craig TopperRemove AVX 256-bit unaligned load intrinsics. 128-bit...
2012-01-25 Akira HatanakaMark 64-bit register RA_64 unused too.
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaModify MipsRegisterInfo::eliminateFrameIndex to use...
2012-01-25 Craig TopperMerge intrinsic pattern and no pattern versions of...
2012-01-25 Rafael Espindola-fvisibility-inlines-hidden is a c++ only option.
2012-01-25 NAKAMURA TakumiMipsAnalyzeImmediate.h: Fix to add DataTypes.h for...
2012-01-25 Nick LewyckyFix assert("msg"). Fix unused-variable warnings complai...
2012-01-25 NAKAMURA TakumiTarget/Mips: Unbreak CMake build.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-25 Argyrios KyrtzidisRevert r148901 because it crashes llvm tests.
2012-01-25 Chris LattnerIntroduce a new ConstantVector::getSplat constructor...
2012-01-25 Akira HatanakaAdd class MipsAnalyzeImmediate which comes up with...
2012-01-25 Chris LattnerRemove the Type::getNumElements() method, which is...
2012-01-25 Chris LattnerUse the right method to get the # elements in a CDS.
2012-01-25 Jim GrosbachNEON VLD4(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachTidy up. Rename VLD4DUP patterns for consistency.
2012-01-24 Jim GrosbachNEON VLD3(all lanes) assembly parsing and encoding.
2012-01-24 TalinAdditional methods for SmallString.
2012-01-24 Jakob Stoklund... Set correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Jakob Stoklund... Use the standard MachineFunction::print() after SlotInd...
2012-01-24 Akira HatanakaSign-extend 32-bit integer arguments when they are...
2012-01-24 Akira HatanakaPass CCState by reference.
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-24 Devang PatelIntel Syntax: Extend special hand coded logic, to recog...
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-24 Jim GrosbachTidy up. Trailing whitespace.
2012-01-24 Matt Beaumont-GaySink assert-only variables into the asserts
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-24 Jim GrosbachNEON VST4(one lane) assembly parsing and encoding.
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-24 Jim GrosbachNEON VLD4(one lane) assembly parsing and encoding.
2012-01-24 Jakob Stoklund... Fix old doxygen comment.
2012-01-24 Jakob Stoklund... Add an (interleave A, B, ...) SetTheory operator.
2012-01-24 Chandler CarruthUndo an over zealous rename. This bit of the CMake...
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSRA.
2012-01-24 Jim GrosbachRemove redundant test file.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSLI.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSRI.
2012-01-24 Jim GrosbachTidy up.
2012-01-24 Jim GrosbachNEON add correct predicates for some asm aliases.
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-24 Chris Lattnerbasic instcombine support for CDS.
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-24 Chris LattnerRearrange argument order of ::get methods so that LLVMC...
2012-01-24 Elena DemikhovskyZERO_EXTEND operation is optimized for AVX.
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Benjamin KramerBit pack DIE structures better.
2012-01-24 Eric ChristopherFix the testcases for the previous patch.
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chris LattnerAdd various "string" methods to ConstantDataSequential...
2012-01-24 Chris Lattneradd ::drop_back() and ::drop_front() methods, which...
2012-01-24 Chris Lattnerteach valuetracking about ConstantDataSequential
2012-01-24 Chris Lattnerswitch SCEV to use the new ConstantFoldLoadThroughGEPIn...
2012-01-24 Chris LattnerSplit the interesting bits of ConstantFoldLoadThroughGE...
2012-01-24 Chris LattnerAdd some accessor methods to CAZ and UndefValue that...
2012-01-24 Anton KorobeynikovUse correct register class for am2offset register operands.
2012-01-24 Jakob Stoklund... Preserve <def,undef> flags in CoalesceExtSubRegs.
2012-01-24 Chris Lattnerimplement the ConstantDataSequential accessor methods.
2012-01-24 Craig TopperAdd comments near load pattern fragments indicating...
2012-01-24 Jim GrosbachNEON VST4(multiple 4 element structures) assembly parsing.
2012-01-24 Jim GrosbachNEON VLD4(multiple 4 element structures) assembly parsing.
2012-01-24 Jim GrosbachTidy up. Remove some vertical space for readability.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-24 Jim GrosbachFix typo.
2012-01-24 Jim GrosbachNEON VST3(single element from one lane) assembly parsing.
2012-01-23 Devang PatelFix typo.
2012-01-23 Jim GrosbachNEON VST3(multiple 3-element structures) assembly parsing.
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 Jim GrosbachNEON VLD3(multiple 3-element structures) assembly parsing.
2012-01-23 Anton KorobeynikovAdd missed mayStore flag to STREXD / t2STREXD
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 David BlaikieRemove dead default.
2012-01-23 Devang PatelIntel syntax: Robustify parsing of memory operand's...
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2012-01-23 Jim GrosbachNEON VLD3 lane-indexed assembly parsing and encoding.
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-23 Chris LattnerVarious public StringMap methods take or return "MapEnt...
2012-01-23 Lang HamescopyImplicitOps is redundant here - the loop above...
2012-01-23 Jakob Stoklund... Fix PR11829. PostRA LICM was too aggressive.
2012-01-23 Jakob Stoklund... Simplify debug output.
next