Unbreak the build.
[oota-llvm.git] / lib / Target /
2011-07-25 Oscar FuentesUnbreak the build.
2011-07-25 Jim GrosbachTidy up formatting.
2011-07-25 Jim GrosbachTidy up a bit.
2011-07-25 Evan ChengMissed a file.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-25 Evan ChengMore refactoring.
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-07-25 Bill WendlingChanged disabled code into a flag.
2011-07-25 Bill WendlingRemove dead variable.
2011-07-25 Bill WendlingAfter we've modified the prolog to save volatile regist...
2011-07-24 Roman DivackySet PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
2011-07-23 NAKAMURA TakumiARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-22 Jim GrosbachARM assembly parsing and encoding updates.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Bruno Cardoso LopesFix PR10422 by adding the necessary AVX UCOMISD memory...
2011-07-22 Jim GrosbachARM assembly parsing and encoding of SMLAL instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing of SMLAD{X} instructions.
2011-07-22 Bruno Cardoso LopesAdd v8f32->v8i32 bitcast. Fixes PR10440
2011-07-22 Rafael EspindolaTurn shuffles into unpacks for VT == MVT::v2i64 and...
2011-07-22 Dan GohmanFix x86's XALUO lowering to return its replacement...
2011-07-22 Owen AndersonFix test failures caused by my so_reg refactoring.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SMC instruction.
2011-07-22 Jim GrosbachClean up a few more comments.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Jim GrosbachThumb assembly support for SETEND instruction.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SETEND instruction.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-22 Benjamin KramerGCC complains about the angle of this line.
2011-07-22 Bruno Cardoso LopesRemove the 128-bit special handling from SCALAR_TO_VECT...
2011-07-22 Bruno Cardoso Lopes-Inspected a AVX code block added by someone in early...
2011-07-22 Bruno Cardoso LopesAdd a DAGCombine for transforming 128->256 casts into...
2011-07-22 Bruno Cardoso LopesIntroduce a new function to lower 256-bit vectors which...
2011-07-22 Bruno Cardoso LopesRename function to be more specific and be more strict...
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-21 Jim GrosbachARM Asm parser range checking for [0,31] immediates.
2011-07-21 Jim GrosbachARM assembly parsing support for RSC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSB instruction.
2011-07-21 Jim GrosbachTidy up.
2011-07-21 Nicolas GeoffrayUpdate generated CPP code with the new API on CallInst...
2011-07-21 Jim GrosbachARM assembly parsing POP/PUSH mnemonics.
2011-07-21 Oscar FuentesFix CMake build
2011-07-21 Owen AndersonSplit up the ARM so_reg ComplexPattern into so_reg_reg...
2011-07-21 Jim GrosbachARM assembly parsing and encoding for PKHBT and PKHTB...
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Bruno Cardoso Lopes- Register v16i16 as valid VR256 register class
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-07-21 Bruno Cardoso LopesImprove splat promotion to handle AVX types: v32i8...
2011-07-21 Bruno Cardoso LopesAdd aditional patterns for vextractf128 instruction
2011-07-21 Bruno Cardoso LopesAdd aditional patterns for vinsertf128 instruction
2011-07-21 Bruno Cardoso LopesAdd v16i16 type to VR256 class
2011-07-21 Bruno Cardoso LopesMove code around. No functionality changes
2011-07-21 Bruno Cardoso LopesTidy up code
2011-07-21 Bill WendlingMark instructions which are part of the frame setup...
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-20 Bill WendlingRemove unused function.
2011-07-20 Bill WendlingRemove the now defunct getCompactUnwindEncoding method...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-20 Jim GrosbachTidy up a bit.
2011-07-20 Jim GrosbachARM: Tidy up representation of PKH instruction.
2011-07-20 Benjamin KramerFix cmake again :)
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Eli FriedmanExtend the hack for _GLOBAL_OFFSET_TABLE_ slightly...
2011-07-20 Jim GrosbachARM assembly parsing of MUL instruction.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-20 NAKAMURA TakumiX86Subtarget.h: Assume "x86_64-cygwin", though it has...
2011-07-20 Benjamin KramerDon't leak CodeGenInfos.
2011-07-20 Akira HatanakaChange name of class.
2011-07-20 Akira HatanakaDefine classes for definitions of atomic instructions.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-19 Jim GrosbachARM assembly parsing of MRS instruction.
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-19 Akira HatanakaChange variable name.
2011-07-19 Jim GrosbachARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaUse descriptive variable names.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (register).
2011-07-19 Jim GrosbachTidy up.
2011-07-19 Jim GrosbachTighten conditional for 'mov' cc_out.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (immediate).
2011-07-19 Jim GrosbachRemove unused code.
2011-07-19 Akira HatanakaFix comments.
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-19 Akira HatanakaSeparate code that modifies control flow from code...
2011-07-19 Jim GrosbachARM range checking for so_imm operands in assembly...
2011-07-19 Jay FoadConvert gep_type_begin and gep_type_end to use ArrayRef.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Richard OsborneAdd intrinsics for the zext / sext instructions.
2011-07-19 Richard OsborneAdd intrinsics for the testct, testwct instructions.
2011-07-19 Richard OsborneAdd intrinsics for the peek and endin instructions.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Akira HatanakaMake EmitAtomic functions return the correct MachineBas...
next