Replace some explicit compare loops with std::equal.
[oota-llvm.git] / lib / Target /
2012-07-19 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Manman RenX86: remove redundant cmp against zero.
2012-07-18 Preston GurdThis patch fixes 8 out of 20 unexpected failures in...
2012-07-18 Andrew TrickFix ARMTargetLowering::isLegalAddImmediate to consider...
2012-07-18 Andrew Trickwhitespace
2012-07-18 Nadav RotemThe vbroadcast family of instructions has 'fallback...
2012-07-18 Jack CarterMips specific inline asm operand modifier 'M':
2012-07-18 Craig TopperRemove tab characters.
2012-07-18 Craig TopperFix typo in error message and remove some tab characters.
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-17 Akira HatanakaClean up Mips16InstrFormats.td and Mips16InstrInfo.td.
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 Evan ChengImplement r160312 as target indepedenet dag combine.
2012-07-17 Evan ChengThis is another case where instcombine demanded bits...
2012-07-16 Evan ChengFor something like
2012-07-16 Tom StellardRevert "AMDGPU: Add core backend files for R600/SI...
2012-07-16 Tom StellardRevert "Build script changes for R600/SI Codegen v6"
2012-07-16 Tom StellardRevert "Target/AMDGPU/R600KernelParameters.cpp: Fix...
2012-07-16 Tom StellardRevert "Target/AMDGPU: [CMake] Fix dependencies. 1...
2012-07-16 Tom StellardRevert "Target/AMDGPU/R600KernelParameters.cpp: Don...
2012-07-16 Tom StellardRevert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_...
2012-07-16 Tom StellardRevert "Target/AMDGPU: Fix includes, or msvc build...
2012-07-16 Chad RosierWith r160248 in place this code is no longer needed.
2012-07-16 NAKAMURA TakumiTarget/AMDGPU: Fix includes, or msvc build failed.
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreacha...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/R600KernelParameters.cpp: Don't use ...
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-07-16 NAKAMURA TakumiTarget/AMDGPU: [CMake] Fix dependencies. 1) Add intrins...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/R600KernelParameters.cpp: Fix two include...
2012-07-16 Tom StellardBuild script changes for R600/SI Codegen v6
2012-07-16 Tom StellardAMDGPU: Add core backend files for R600/SI codegen v6
2012-07-16 Nadav RotemFix a bug in the 3-address conversion of LEA when one...
2012-07-16 Alexey SamsonovThis CL changes the function prologue and epilogue...
2012-07-15 Nadav RotemTeach getTargetVShiftNode about TargetConstant nodes.
2012-07-15 Nadav RotemRename VBROADCASTSDrm into VBROADCASTSDYrm to match...
2012-07-14 Nadav RotemAVX: Fix a bug in getTargetVShiftNode. The shift amount...
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from ARM call instructions.
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-13 Benjamin KramerMake helper functions static.
2012-07-13 Craig TopperMark VINSERTI128rm as MayLoad=1. Fixes PR13348.
2012-07-12 Benjamin KramerGive the rdrand instructions a SideEffect flag and...
2012-07-12 Benjamin KramerAdd intrinsics for Ivy Bridge's rdrand instruction.
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-07-11 Manman RenARM: fix typo in comments
2012-07-11 Manman RenARM: Fix optimizeCompare to correctly check safe condition.
2012-07-11 Jack CarterPatch for Mips direct object generation.
2012-07-11 Jack CarterThis change removes an "initialization" warning.
2012-07-11 Akira HatanakaIn register classes in MipsRegisterInfo.td, list the...
2012-07-11 Chad Rosier[x86 fast-isel] Per discussion with Eric, add all cases...
2012-07-11 Manman RenX86: Update to peephole optimization to move Movr0...
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Chad Rosier[x86 fast-isel] Rather then call llvm_unreachable(...
2012-07-11 Nadav RotemWhen ext-loading and trunc-storing vectors to memory...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-07-10 Nadav RotemImprove the loading of load-anyext vectors by allowing...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-10 Jim GrosbachARM: Allow more flexible patterns in NEON formats.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Manman RenX86: implement functions to analyze & synthesize CMOV...
2012-07-09 Akira HatanakaReapply r158846.
2012-07-09 Richard BartonSome formatting to keep Clang happy
2012-07-09 Richard BartonOops - correct broken disassembly for VMOV
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-07-09 Richard BartonSpelling!
2012-07-09 Richard BartonTeach the assembler to use the narrow thumb encodings...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Manman RenX86: Fix optimizeCompare to correctly check safe condition.
2012-07-06 Chad RosierFix the naming of ensureAlignment. Per the coding...
2012-07-06 Jim GrosbachARM: Add test cleanup entry to the README.
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
2012-07-06 Manman RenX86: peephole optimization to remove cmp instruction
2012-07-06 NAKAMURA TakumiRevert r159804, "[arm-fast-isel] Add support for vararg...
2012-07-06 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-06 Jack Carter Changes per review of commit 159787
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Akira HatanakaEnclose instruction rdhwr with directives, which are...
2012-07-04 Jakob Stoklund OlesenMake X86 call and return instructions non-variadic.
2012-07-04 Jakob Stoklund OlesenEnsure CopyToReg nodes are always glued to the call...
2012-07-04 Jakob Stoklund OlesenAdd early if-conversion support to X86.
2012-07-03 Craig TopperRemove extra space.
2012-07-03 Craig TopperChange i128mem/i256mem to f128mem/f256mem on some float...
2012-07-03 Craig TopperAdd aliases for pblendvb, blendvpd, and blendvps instru...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
next