Reformat code with clang-format.
[oota-llvm.git] / lib / Target /
2013-09-23 Daniel Sanders[mips][msa] Added support for matching addvi, and subvi...
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching pcnt from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching nor from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching and, or, and...
2013-09-23 Daniel SandersPartially revert r191192: Fix -Wunused-variable error...
2013-09-23 Daniel SandersFix -Wunused-variable error when assertions are disable...
2013-09-23 Daniel Sanders[mips][msa] Implemented build_vector using ldi, fill...
2013-09-22 Venkatraman Govind... [Sparc] Use correct instruction pattern for CMPri.
2013-09-22 Venkatraman Govind... [Sparc] Make SPARC instructions' encoding well defined...
2013-09-22 Venkatraman Govind... [Sparc] Clean up MOVcc instructions so that TableGen...
2013-09-22 Venkatraman Govind... [Sparc] Clean up branch instructions, so that TableGen...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-09-22 David MajnemerX86: Use R_X86_64_TPOFF64 for FK_Data_8
2013-09-22 Venkatraman Govind... [SPARC] Make functions with GLOBAL_OFFSET_TABLE access...
2013-09-22 Venkatraman Govind... [Sparc] Emit .register directive to declare the use...
2013-09-22 Hal FinkelCorrect the pre-increment load latencies in the PPC...
2013-09-21 Venkatraman Govind... [Sparc] Fix lowering FABS on fp128 (long double) on...
2013-09-21 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-09-21 Craig TopperRemove alignment restrictions from FMA load folding.
2013-09-21 Juergen RibutzkaFix the buildbot
2013-09-21 Juergen Ributzka[X86] Emulate AVX 256bit MIN/MAX support by splitting...
2013-09-21 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-09-21 Reed KotlerSet .reorder for the stub so that gas takes care of...
2013-09-20 Akira Hatanaka[mips] MUL should clobber HI0 and LO0.
2013-09-20 Craig TopperLift alignment restrictions on load/store folding of...
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 Yi JiangX86 horizontal vector reduction cost model
2013-09-19 Justin Holewinski[NVPTX] Support constant vector globals
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-19 Tim NorthoverX86: FrameIndex addressing modes do have a base register.
2013-09-18 Reed KotlerFix two issues regarding Got pointer (GP) setup.
2013-09-18 Chandler CarruthMore XCore TTI cleanup -- remove an unused private...
2013-09-18 NAKAMURA TakumiTarget/XCore/CMakeLists.txt: Add XCoreTargetTransformIn...
2013-09-18 Robert LyttonPrevent LoopVectorizer and SLPVectorizer running if...
2013-09-18 Richard Sandiford[SystemZ] Add unsigned compare-and-branch instructions
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-18 Craig TopperPrevent extra calls to ToggleFeature for Feature64Bit...
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-17 Bill Schmidt[PowerPC] Add a FIXME.
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-17 Preston GurdRemove unused code, which had been commented out.
2013-09-17 Ben LangmuirAdd llvm.x86.* intrinsics for Intel SHA Extensions
2013-09-17 Joey Gouly[ARM] Fix the deprecation of MCR encodings that map...
2013-09-17 Elena DemikhovskyAVX-512: Converted to Unix style
2013-09-17 Craig TopperAdd AES and SHA instructions to the load folding tables.
2013-09-17 Craig TopperFix column alignment. No functional change.
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-16 Bill Schmidt[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during...
2013-09-16 Vladimir MedicThis patch implements Mips load/store instructions...
2013-09-16 Benjamin KramerARM: Deduplicate ConstantPoolValues.
2013-09-16 Richard Sandiford[SystemZ] Improve extload handling
2013-09-16 Craig TopperMake F16C feature flag imply AVX rather than just check...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Reed KotlerExpand the mask capability for deciding which functions...
2013-09-14 Ben LangmuirAdd the remaining Intel SHA instructions
2013-09-14 Robert WilhelmFix spelling.
2013-09-14 Zoran JovanovicFixed bug when generating Load Upper Immediate microMIP...
2013-09-14 Zoran JovanovicSupport for microMIPS DIV instructions.
2013-09-14 Zoran JovanovicSupport for misc microMIPS instructions.
2013-09-13 Hal FinkelAdd missing break statement in PPCISelLowering
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-13 Joey Gouly[ARMv8] Emit the proper .fpu directive.
2013-09-13 Zoran JovanovicTest commit to verify that commit access works.
2013-09-13 Richard Sandiford[SystemZ] Use getTarget{Insert,Extract}Subreg rather...
2013-09-13 Richard Sandiford[SystemZ] Try to fold shifts into TMxx
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-13 Craig TopperMove operator to end of previous line to match coding...
2013-09-12 Vincent LejeuneR600: Move clamp handling code to R600IselLowering.cpp
2013-09-12 Vincent LejeuneR600: Move code handling literal folding into R600ISelL...
2013-09-12 Vincent LejeuneR600: Move fabs/fneg/sel folding logic into PostProcessIsel
2013-09-12 Chandler CarruthRemove an unused variable, fixing -Werror build with...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-12 Tom StellardR600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL trans...
2013-09-12 Tom StellardR600: Don't use trans slot for instructions that read...
2013-09-11 Hal FinkelGreatly simplify the PPC A2 scheduling itinerary
2013-09-11 Hal FinkelEnable MI scheduling (and CodeGen AA) by default for...
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-09-11 Bill WendlingMove into an anonymous namespace and closer to where...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching mulv, nlzc,...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching fadd, fdiv,...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching div_[su] from...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching addv from normal...
next