aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2011-12-15Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier
2011-12-15Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...Lang Hames
2011-12-15Ensure that the nop that should follow a bl call in PPC64 ELF actually doesHal Finkel
2011-12-15Pass optLevel to XCoreDAGToDAGISel.Richard Osborne
2011-12-15Use SmallVector/assign(), rather than std::vector/push_back().Chad Rosier
2011-12-15Add support for lowering fneg when AVX is enabled.Chad Rosier
2011-12-14The saved registers weren't being processed in the correct order. This lead toBill Wendling
2011-12-14Consider CPE alignment in CreateNewWater().Jakob Stoklund Olesen
2011-12-14ARM NEON better assembly operand range checking for lane indices of VLD/VST.Jim Grosbach
2011-12-14ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.Jim Grosbach
2011-12-14ARM NEON fix alignment encoding for VST2 w/ writeback.Jim Grosbach
2011-12-14Nuke old code. Missed in last commit.Jim Grosbach
2011-12-14ARM NEON refactor VST2 w/ writeback instructions.Jim Grosbach
2011-12-14ARM NEON improve factoring a bit. No functional change.Jim Grosbach
2011-12-14Model ARM predicated write as read-mod-write. e.g.Evan Cheng
2011-12-14ARM NEON VST2 assembly parsing and encoding.Jim Grosbach
2011-12-14Fix speling and 80-col.Jakob Stoklund Olesen
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-14Fix copy/pasto that skipped the 'modify' step.Jim Grosbach
2011-12-14ARM/Thumb2 mov vs. mvn alias goes both ways.Jim Grosbach
2011-12-14VFP2 is required for FP loads. Noticed by inspection.Chad Rosier
2011-12-14Tidy up.Chad Rosier
2011-12-14ARM/Thumb2 'cmp rn, #imm' alias to cmn.Jim Grosbach
2011-12-14Fix 80-column violation and extraneous brackets.Chad Rosier
2011-12-14ARM assembler support for the target-specific .req directive.Jim Grosbach
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-12-13Thumb2 assembler aliases for "mov(shifted register)"Jim Grosbach
2011-12-13ARM LDM/STM system instruction variants.Jim Grosbach
2011-12-13Thumb2 pre/post indexed stores can be from any non-PC GPR.Jim Grosbach
2011-12-13Thumb2 tweak for ccout handling in RSB parsing.Jim Grosbach
2011-12-13ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach
2011-12-13ARM NEON two-operand aliases for VQDMULH.Jim Grosbach
2011-12-13ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach
2011-12-13ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-13ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach
2011-12-13[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier
2011-12-13Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-12-13Account for CPE alignment when searching for new water.Jakob Stoklund Olesen
2011-12-13Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies().NAKAMURA Takumi
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar
2011-12-12Emit B (unconditional branch) when -relocation-model=pic and J (jump) whenAkira Hatanaka
2011-12-12Fix indentation.Akira Hatanaka
2011-12-12fix warningTony Linthicum
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12XOP instructions and encoding tests.Jan Sjödin
2011-12-12Add a postOffset() alignment argument.Jakob Stoklund Olesen
2011-12-12Fix typo.Jakob Stoklund Olesen