AsmParser: More generic support for integer type suffices.
[oota-llvm.git] / lib / Target /
2013-02-26 Christian KonigR600/SI: Add promotion of e32 to e64 in operand folding
2013-02-26 Christian KonigR600/SI: add VOP mapping functions
2013-02-26 Christian KonigR600/SI: swap operands if it helps folding
2013-02-26 Christian KonigR600/SI: add some more instruction flags
2013-02-26 Christian KonigR600/SI: add post ISel folding for SI v2
2013-02-26 Christian KonigR600/SI: add folding helper
2013-02-26 Christian KonigR600/SI: fix VOP3b encoding v2
2013-02-26 Christian KonigR600/SI: fix and cleanup SI register definition v2
2013-02-26 Christian KonigR600/SI: fix stupid typo
2013-02-26 Akira Hatanaka[mips] Use class RegDefsUses to track register defs...
2013-02-26 Chad Rosier[fast-isel] Make sure the FastLowerArguments function...
2013-02-25 Michael LiaoRefine fix to PR10499, no functionality change
2013-02-25 Michael LiaoFix PR10499
2013-02-25 Chad Rosier[fast-isel] Add X86FastIsel::FastLowerArguments to...
2013-02-25 Chad Rosier[ms-inline asm] Add support for the pushad/popad mnemonics.
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-25 Reed KotlerMake pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into...
2013-02-24 Reed Kotler Make psuedo FEXT_T8I816_ins into a custom emitter.
2013-02-24 Bill SchmidtFix PR14364.
2013-02-24 Francois PichetTypo
2013-02-24 Nadav RotemRevert r169638 because it broke Mesa llvmpipe tests.
2013-02-24 Reed KotlerMake psuedo FEXT_T8I816_ins a custom inserter. It shoul...
2013-02-23 Reed KotlerAdd new base instruction def for cmpi, cmp, slt and...
2013-02-23 Benjamin KramerX86: Disable cmov-memory patterns on subtargets without...
2013-02-23 Reed KotlerExpand pseudos/macros for Selt. This is the last of...
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-22 Akira Hatanaka[mips] Emit call16 operator instead of got_disp. The...
2013-02-22 Peter Collingbournex86_64: designate most general purpose and SSE register...
2013-02-22 Michel DanzerR600/SI: Add pattern for sign extension of i1 to i32.
2013-02-22 Michel DanzerR600/SI: Add pattern for logical or of i1 values.
2013-02-22 Michel DanzerR600/SI: Add pattern for fceil.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-22 Reed KotlerFix a nomenclature mistake. Slt->Slti in the functions...
2013-02-22 Reed KotlerExpand mips16 SelT form pseudso/macros.
2013-02-22 Andrew TrickRemove code copied from GenRegisterInfo.inc.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Anshuman DasguptaHexagon: Expand cttz, ctlz, and ctpop for now.
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-02-21 Bill SchmidtTrivial cleanup
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Eli BenderskygetX86SubSuperRegister has a special mode with High...
2013-02-21 Christian KonigR600/SI: inline V_ADD|SUB_F32 patterns
2013-02-21 Christian KonigR600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
2013-02-21 Christian KonigR600/SI: replace SI_V_CNDLT with a pattern
2013-02-21 Christian KonigR600/SI: use patterns for clamp, fabs, fneg
2013-02-21 Christian KonigR600/SI: add all the other missing asm operands v2
2013-02-21 Christian KonigR600/SI: add the missing M*BUF|IMG asm operands
2013-02-21 Christian KonigR600/SI: add the missing S_* asm operands
2013-02-21 Christian KonigR600/SI: rework VOP3 classes
2013-02-21 Christian KonigR600/SI: simplify VOPC_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP2_* pattern v2
2013-02-21 Christian KonigR600/SI: rework VOP1_* patterns v2
2013-02-21 Christian KonigR600/SI: add constant for inline zero operand
2013-02-21 Christian KonigR600/SI: cleanup SIInstrInfo.td and SIInstrFormat.td
2013-02-21 Tom StellardR600: Fix for Unigine when MachineSched is enabled
2013-02-21 Bill SchmidtCode review cleanup for r175697
2013-02-21 Michel DanzerR600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32
2013-02-21 Reed KotlerExpand the sel pseudo/macro. This generates basic block...
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-21 Bill SchmidtPPCDAGToDAGISel::PostprocessISelDAG()
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 Jim GrosbachR600: Update for name changes from r175667.
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-20 Bill SchmidtAdditional fixes for bug 15155.
2013-02-20 Chad Rosier[ms-inline asm] Make the comment a bit more verbose.
2013-02-20 Bill SchmidtFix bug 14779 for passing anonymous aggregates [patch...
2013-02-20 Jyotsna VermaHexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMC...
2013-02-20 Bill SchmidtFix PR15155: lost vadd/vsplat optimization.
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2013-02-20 David BlaikieFix the (clang -Werror) build by removing an unused...
2013-02-20 Reed KotlerExpand pseudos/macros:
2013-02-20 Jakub StaszakAdd missing #include.
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakAdd obvious constantness.
2013-02-19 Arnold SchwaighoferARM NEON: Don't need COPY_TO_REGCLASS in pattern
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-02-19 Jyotsna VermaHexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo...
2013-02-19 Benjamin KramerClean up HiPE prologue emission a bit and avoid signed...
2013-02-19 Rafael EspindolaMove LLVM_LIBRARY_VISIBILITY for consistency with what...
2013-02-19 Eli BenderskyMake ARMAsmPrinter pass name more precise and fix comment.
2013-02-19 Eli BenderskyMake pass name more precise and fix comment.
2013-02-19 Arnold SchwaighoferARM NEON: Merge a f32 bitcast of a v2i32 extractelt
2013-02-19 Tom StellardR600: Add AR_X to the R600_TReg_X register class.
2013-02-19 Tom StellardR600: Mark all members of the TRegMem register class...
2013-02-19 Tom StellardR600: Fix scheduler crash caused by invalid MachinePoin...
2013-02-19 Tom StellardR600: Fix tracking of implicit defs in the IndirectAddr...
2013-02-19 Craig TopperFix capitalization in comment to match function name.
2013-02-19 Reed KotlerExpand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
2013-02-19 Chandler CarruthRemove some unused private fields from the AArch64MCCod...
2013-02-19 Reed KotlerExpand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
2013-02-18 Jakub StaszakUse array_pod_sort instead of std::sort.
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fixup. Sorry for the breakage.
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fix a warning in -Asserts. [...
next