Remove dead enum value. There is no DIESectionOffset.
[oota-llvm.git] / lib / Target /
2011-10-25 Jim GrosbachARM assembly parsing and encoding for VLD1 with writeback.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Jim GrosbachNuke dead code. Nothing generates the VLD1d64QPseudo_UP...
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Evan ChengARMConstantPoolMBB::print should print BB number.
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Jim GrosbachARM refactor am6offset usage for VLD1.
2011-10-24 Eli FriedmanAdd support to the old JIT for acquire/release loads...
2011-10-24 Owen AndersonFix a NEON disassembly case that was broken in the...
2011-10-24 Dan GohmanChange this overloaded use of Sched::Latency to be...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
2011-10-24 Jim GrosbachThumb2 LDM instructions can target PC. Make sure to...
2011-10-23 Craig TopperAdd X86 SARX, SHRX, and SHLX instructions.
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-23 Craig TopperAdd X86 MULX instruction for disassembler.
2011-10-22 Craig TopperRemove some duplicate specifying of neverHasSideEffects...
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-22 Nadav RotemFix pr11193.
2011-10-22 Bill WendlingThe different flavors of ARM have different valid subse...
2011-10-21 Jim GrosbachAssembly parsing for 4-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 2-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-21 Owen AndersonDon't automatically set the "fc" bits on MSR instructio...
2011-10-21 Jim GrosbachNuke an #if0 that got accidentally left in.
2011-10-21 Jim Grosbachwhitespace.
2011-10-21 Jim GrosbachRemove some outdated comments.
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-21 Richard SmithFix unused variable warning.
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 Dan GohmanDisable the PPC hazard recognizer. It currently only...
2011-10-20 Owen AndersonSeparate out ARM MSR instructions into M-class versions...
2011-10-20 Bill WendlingAdd missing operand. <rdar://problem/10313323>
2011-10-20 Lang HamesHaven't yet found a nice way to handle TargetData verif...
2011-10-20 Jim GrosbachTidy up. Trailing whitespace.
2011-10-20 Jim GrosbachARM VLD1/VST1 (one register, no writeback) assembly...
2011-10-20 Jim GrosbachARM VTBX (one register) assembly parsing and encoding.
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-19 Evan ChengFix TLS lowering bug. The CopyFromReg must be glued...
2011-10-19 James MolloyUse literal pool loads instead of MOVW/MOVT for materia...
2011-10-19 Bill WendlingMake sure we emit the 'movw' and 'movt' only if it...
2011-10-19 Bill WendlingRemove some dead code.
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-18 Bill WendlingEmit the MOVT instruction only if the # LPads is >...
2011-10-18 Bill WendlingFor Thumb mode, we need to use a constant pool if the...
2011-10-18 Eric ChristopherRevert "Turn on the vzeroupper pass by default."
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-18 Bill WendlingUse the integer compare when the value is small enough...
2011-10-18 Eric ChristopherTurn on the vzeroupper pass by default.
2011-10-18 Bill WendlingUse the integer compare when the value is small enough...
2011-10-18 Lang HamesTeach fast isel about vector stores, and make DoSelectC...
2011-10-18 Bill WendlingThe value we're comparing against may be too large...
2011-10-18 Bill WendlingThe immediate may be too large for the CMP instruction...
2011-10-18 Jim GrosbachYet more ARM NEON assembly parsing for the lane index...
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmov assembly parsing for the lane index operand.
2011-10-18 Andrew TrickUse ARM/t2PseudoInst class from ARM/Thumb2 special...
2011-10-18 Bob WilsonUse isIntN and isUIntN to check for valid signed/unsign...
2011-10-18 Andrew Trickwhitespace
2011-10-18 Bill WendlingA landing pad could have more than one predecessor...
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vqdmulh assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmul assembly parsing for the lane index operand.
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-10-18 Jim GrosbachARM vqdmlal assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachThumb2 parsing of 'mov.w' gets the cc_out operand wrong...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-18 Duncan SandsFix a bunch of unused variable warnings when doing...
2011-10-18 Bill WendlingCoding style cleanups. No functionality change.
2011-10-18 David MeyerRemove NaClMode
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-18 Joe AbbeyCommit test, capitalizing store... keep it simple.
2011-10-18 Eli FriedmanFix misc warnings. Patch by Joe Abbey.
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Chad RosierAdd a few FIXME comments.
2011-10-17 Jim GrosbachTidy up.
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Bill WendlingNow Igor, throw the switch...give my creation life!
2011-10-17 Jim GrosbachARM NEON "vmov.i8" immediate assembly parsing and encoding.
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-17 Benjamin KramerUse a SmallVector for intrinsic argument types.
2011-10-17 Bill WendlingDon't renumber the blocks here. This could cause proble...
2011-10-17 Cameron ZwarichPseudoinstructions should not be less constrained than...
2011-10-17 Jim GrosbachTidy up organization.
2011-10-17 Bill WendlingAdd a call to EmitSjLjDispatchBlock.
2011-10-17 Jim GrosbachFix improperly formed assert() call.
2011-10-17 Akira HatanakaAdd definitions of conditional moves with 64-bit operan...
2011-10-17 Hal FinkelRevert change to function alignment b/c existing logic...
2011-10-17 Chad RosierRemoved set, but unused variables.
2011-10-17 Akira HatanakaMove class and instruction definitions for conditional...
2011-10-17 Akira HatanakaRevert change made in r142205.
next