Formatting.
[oota-llvm.git] / lib / Target /
2012-12-18 Jakob Stoklund OlesenExtract a method, no functional change intended.
2012-12-17 Chad Rosier[arm fast-isel] Minor cleanup. No functional change...
2012-12-17 Chad Rosier[arm fast-isel] Fast-isel only handles simple VTs,...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Tom StellardR600: enable S_*N2_* instructions
2012-12-17 Tom StellardR600: BB operand support for SI
2012-12-17 Tom StellardR600: remove nonsense setPrefLoopAlignment
2012-12-17 Patrik HagglundRevert/correct some FastISel changes in r170104 (EVT...
2012-12-17 Richard OsborneAdd instruction encodings for PEEK and ENDIN.
2012-12-17 Richard OsborneFix parameter name in prototypes in XCoreDisassembler.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for ZEXT and SEXT.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneSimplify assertion in XCoreInstPrinter.
2012-12-17 Richard OsborneUpdate comments to match recommended doxygen style.
2012-12-17 Richard OsborneRemove unnecessary include.
2012-12-17 Craig TopperRemove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The...
2012-12-17 Craig TopperSimplify BMI ANDN matching to use patterns instead...
2012-12-17 Craig TopperAdd rest of BMI/BMI2 instructions to the folding tables...
2012-12-17 Craig TopperRemove store forms of DEC/INC from isDefConvertible...
2012-12-16 Richard OsborneAdd instruction encodings and disassembly for 1r instru...
2012-12-16 Richard OsborneAdd XCore disassembler.
2012-12-16 Richard OsborneRemove invalid instruction encodings.
2012-12-16 Richard OsborneMark anything deriving from PseudoInstXCore as a pseudo...
2012-12-16 Richard OsborneSet instruction size correctly in XCoreInstrFormats.td
2012-12-16 Richard OsborneChange XCoreAsmPrinter to lower MachineInstrs to MCInst...
2012-12-16 Richard OsborneReplace ${:comment} with the comment symbol.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-15 Benjamin KramerX86: Add a couple of target-specific dag combines that...
2012-12-15 Chandler CarruthMake '-mtune=x86_64' assume fast unaligned memory accesses.
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-14 Nadav RotemTypeLegalizer: Do not generate target specific nodes...
2012-12-14 Bill SchmidtThis patch removes some nondeterminism from direct...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-13 Shuxin YangRemove two popcount patterns which we are already able...
2012-12-13 Bill SchmidtThis is another cleanup patch for 64-bit PowerPC TLS...
2012-12-13 Tom StellardFix warnings with -DNDEBUG
2012-12-13 Bill SchmidtThis is just a clean-up patch that simplifies the initi...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-13 Akira Hatanaka[mips] Do not copy GOT address to register $gp if the...
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
2012-12-13 Akira Hatanaka[mips] Delete all floating point instruction classes...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point conditional...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point comparison...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point branch...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point indexed...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point multiply...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point load and...
2012-12-13 Akira Hatanaka[mips] Modify definitions of move from/to coprocessor...
2012-12-13 Akira Hatanaka[mips] Modify definitions of two register operand float...
2012-12-13 Akira Hatanaka[mips] Modify definitions of three register operand...
2012-12-13 Jakob Stoklund OlesenAvoid setIsInsideBundle in Target/R600.
2012-12-13 Akira Hatanaka[mips] Move classes that do not belong in MipsInstrForm...
2012-12-13 Akira Hatanaka[mips] Set isCommutable flag in a more explicit way.
2012-12-13 Akira Hatanaka[mips] Remove fmt from the parameter list of classes...
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-13 Akira Hatanaka[mips] Move class IsCommutable into MipsInstrInfo.td.
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-13 Eli BenderskyFix a bogus comment
2012-12-12 Akira Hatanaka[mips] Fix a memory leak bug report by NAKAMURA Takumi.
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-12 NAKAMURA Takumi[CMake] Fixup R600.
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-11 Jim GrosbachTrim unneeded header #include.
2012-12-11 Jim GrosbachARM: Remove old testing option.
2012-12-11 Jim GrosbachARM: Remove old testing options.
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Tom StellardAdd R600 backend
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-11 Jyotsna VermaUse multiclass for new-value store instructions with...
2012-12-11 Evan ChengStylistic tweak.
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-12-10 Chandler CarruthRevert "Make '-mtune=x86_64' assume fast unaligned...
2012-12-10 Chandler CarruthMake '-mtune=x86_64' assume fast unaligned memory accesses.
2012-12-10 Chandler CarruthFix a typo in my previous commit -- bloomfield is 0x1A...
2012-12-10 Chandler CarruthAddress a FIXME and update the fast unaligned memory...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-08 Benjamin KramerSimplify code. Sort includes. No functionality change.
2012-12-08 Chandler CarruthFix a use-after-free bug found by ASan. You can't assig...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 Nadav RotemWhen we use the BLEND instruction that uses the MSB...
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-07 Nadav RotemX86: Prefer using VPSHUFD over VPERMIL because it has...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
next