cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF
[oota-llvm.git] / lib / Target /
2014-06-27 Matt ArsenaultR600: Move trivial getters into header, use initializer...
2014-06-27 Juergen Ributzka[FastISel][X86] Fix typos.
2014-06-27 Matt ArsenaultR600: Don't crash on unhandled instruction in promote...
2014-06-27 Alexander KornienkoClean up unused variable warning in release build.
2014-06-27 Ulrich Weigand[PowerPC] Constrain base register in PPCRegisterInfo...
2014-06-27 Chandler Carruth[x86] Clean up some unused variables, especially in...
2014-06-27 Chandler Carruth[x86] Teach the target combine step to aggressively...
2014-06-27 Chandler Carruth[x86] Teach the target-specific combining how to aggres...
2014-06-27 Chandler Carruth[x86] Teach the X86 backend to DAG-combine SSE2 shuffle...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...
2014-06-27 Eric ChristopherRemove the caching of the target machine from SystemZTa...
2014-06-27 Eric ChristopherRemove target machine caching from SystemZInstrInfo and
2014-06-27 Eric ChristopherHave SystemZSelectionDAGInfo constructor take a DataLay...
2014-06-27 Craig TopperRename getX86ConditonCode -> getX86ConditionCode
2014-06-27 Eric ChristopherHave MipsSelectionDAGInfo constructor take a DataLayout...
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-06-27 Eric ChristopherUse the target lowering we can get off of the DAG rathe...
2014-06-27 Matt ArsenaultFix missing newline and simplify debug printing.
2014-06-27 Matt ArsenaultR600: Move load/store ReplaceNodeResults to common...
2014-06-27 Eric ChristopherMove the constructor for NVPTXFrameLowering into the...
2014-06-27 Eric ChristopherRemove unnecessary caching of the TargetMachine on...
2014-06-27 Eric ChristopherRework the logic for setting the TargetName. This appea...
2014-06-27 Eric ChristopherRemove caching of the target machine in NVPTXInstrInfo and
2014-06-27 Eric ChristopherRemove comment that duplicated information in the const...
2014-06-27 Eric ChristopherRemove commented out code.
2014-06-27 Eric ChristopherRemove extraneous parens and extraneous const cast...
2014-06-27 Eric ChristopherMove the subtarget dependent features from the target...
2014-06-27 Eric ChristopherRemove uses and caches of the target machine and subtar...
2014-06-27 Eric ChristopherRemove caching of an unused subtarget from MSP430FrameL...
2014-06-27 Adam Nemet[X86] AVX512: Add vbroadcasti*
2014-06-27 Eric ChristopherRemove unnecessary caching of variables by MSP430Target...
2014-06-27 Eric ChristopherHave MSP430SelectionDAGInfo constructor take a DataLayo...
2014-06-27 Eric ChristopherMove all of the hexagon subtarget dependent variables...
2014-06-27 Eric ChristopherHave HexagonSelectionDAGInfo take a DataLayout rather...
2014-06-27 Eric ChristopherMake HexagonISelLowering not dependent upon a HexagonTa...
2014-06-27 Eric ChristopherReduce indentation.
2014-06-27 Eric ChristopherRemove unnecessary caching of the subtarget for Hexagon...
2014-06-27 Eric ChristopherInstrItineraryData is already on the subtarget, no...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Eric ChristopherMove the various Subtarget dependent members down to...
2014-06-26 Eric ChristopherHave SparcSelectionDAGInfo take a DataLayout to initial...
2014-06-26 Eric ChristopherRemove the storage and use of the subtarget out of...
2014-06-26 Eric ChristopherRemove extraneous includes from the target machines.
2014-06-26 Eric ChristopherMove all of the ARM subtarget features down onto the...
2014-06-26 Eric ChristopherMove the frame lowering constructors out of line to...
2014-06-26 Matt ArsenaultR600/SI: Add FP mode bits to binary.
2014-06-26 Aaron BallmanSilencing a warning about isZExtFree hiding an inherite...
2014-06-26 Andrea Di BiagioSilence a warning due to a comparison between signed...
2014-06-26 Will Schmidtadd ppc64/pwr8 as target
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-26 Matt ArsenaultR600: Fix vector FMA
2014-06-26 Adam Nemet[X86] AVX512: Fix asm syntax for packed vcmp
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Juergen Ributzka[FastISel][X86] More refactoring of select lowering...
2014-06-25 Juergen Ributzka[FastISel][X86] Refactor XALU folding. NFC.
2014-06-25 Juergen Ributzka[FastISel][X86] Only fold the cmp into the select when...
2014-06-25 Andrea Di Biagio[X86] Always prefer to lower a VECTOR_SHUFFLE into...
2014-06-25 Juergen RibutzkaFix indentation.
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-25 Andrea Di Biagio[X86] Add target combine rule to select ADDSUB instruct...
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-24 Tom StellardR600/SI: Use a ComplexPattern for MUBUF stores
2014-06-24 Tom StellardR600: Promote i64 stores to v2i32
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Matt ArsenaultR600: Fix inconsistency in rsq instructions.
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-24 Matt ArsenaultR600: Remove DIV_INF
2014-06-24 Matt ArsenaultR600/SI: Move pattern to instruction definition
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-24 Daniel Sanders[mips] Added support for assembling sdbbp.
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-23 Rafael EspindolaThis reverts commit r211533 and r211539.
2014-06-23 Juergen RibutzkaFix cmake build.
2014-06-23 Weiming ZhaoFix PR20056: Implement pseudo LDR <reg>, =<literal...
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-23 Matt ArsenaultR600/SI: Verify restrictions on div_scale operands.
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-23 Christian PirkerARMEB: Vector extend operations
2014-06-23 Matt ArsenaultR600: Remove AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Select is not expensive.
2014-06-23 Matt ArsenaultR600: Move add/sub with overflow out of AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Move more out of AMDILISelLowering
2014-06-23 Matt ArsenaultR600: Don't set fp_round_inreg action.
2014-06-23 Matt ArsenaultR600/SI: Handle i64 sub.
2014-06-23 Matt ArsenaultR600/SI: Move selection of i64 add to separate function.
2014-06-23 Matt ArsenaultR600: Rename AMDIL file
2014-06-23 Matt ArsenaultFix missing words in sentence
2014-06-23 Matt ArsenaultUse helper function
2014-06-23 Matt ArsenaultAlphabetize forward declarations
2014-06-23 Ulrich Weigand[PowerPC] Refactor getMinCallFrameSize / getMinCallArgu...
next