summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* [AArch64 NEON] Add missing patterns for bitcast from or to v1f64Kevin Qin2014-01-13
* [AArch64 NEON] Add more scenarios to use perm instructions when lowering shuf...Kevin Qin2014-01-13
* correct target directive handling error handlingSaleem Abdulrasool2014-01-13
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* ARM IAS: fix diagnostics of improper qualificationSaleem Abdulrasool2014-01-12
* [Sparc] Add support for parsing floating point instructions.Venkatraman Govindaraju2014-01-12
* ARM: change implicit immediate forms of {ld,st}r{,b}t to psuedo-instructionsSaleem Abdulrasool2014-01-12
* [Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner.Venkatraman Govindaraju2014-01-12
* The SPARCv9 ABI returns a float in %f0.Jakob Stoklund Olesen2014-01-12
* Add missing mul aliases for armv4 support. Add checks that armv4 canJoerg Sonnenberger2014-01-12
* [Sparc] Add missing processor types: v7 and niagaraVenkatraman Govindaraju2014-01-11
* ARM IAS: support emitting constant values in target expressionsSaleem Abdulrasool2014-01-11
* [Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...Venkatraman Govindaraju2014-01-11
* [anyregcc] Fix callee-save mask for anyregccJuergen Ributzka2014-01-11
* Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2014-01-10
* ARM: fix regression caused by r198914Saleem Abdulrasool2014-01-10
* Silence unused variable warning for non-asserting builds that was introduced ...Kristof Beyls2014-01-10
* Make sure -use-init-array has intended effect on all AArch64 ELF targets, not...Kristof Beyls2014-01-10
* ARM IAS: support #:{lower,upper}16: for GNU compatibilitySaleem Abdulrasool2014-01-10
* ARM IAS: support GNU extension for ldrd, strdSaleem Abdulrasool2014-01-10
* ARM IAS: support implicit immediate 0s for {LD,ST}R{B,}TSaleem Abdulrasool2014-01-10
* [Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...Venkatraman Govindaraju2014-01-10
* [Sparc] Add support for parsing jmpl instruction and make indirect call and j...Venkatraman Govindaraju2014-01-10
* Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions thatKevin Enderby2014-01-10
* [Sparc] Multiclass for loads/stores. No functionality change intended.Venkatraman Govindaraju2014-01-09
* Clean up an inconsistency in v7s feature default.Evan Cheng2014-01-09
* [SystemZ] Fix RNSBG bug introduced by r197802Richard Sandiford2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move declaration of variables down to first use.Matt Arsenault2014-01-08
* [AArch64][NEON] Added UXTL and UXTL2 instruction aliasesAna Pazos2014-01-08
* [x86] Remove OpSize16 flag from MOV32r0David Woodhouse2014-01-08
* [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8David Woodhouse2014-01-08
* [x86] Add JMP_2 and other 16-bit PC-relative branch instructionsDavid Woodhouse2014-01-08
* [x86] Do not relax PUSHi16 to PUSHi32 (PR18414)David Woodhouse2014-01-08
* [x86] Make AsmParser validate registers for memory operands a bit betterDavid Woodhouse2014-01-08
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* [x86] Use 16-bit addressing where possible in 16-bit modeDavid Woodhouse2014-01-08
* [x86] Fix JCXZ,JECXZ_32 for 16-bit modeDavid Woodhouse2014-01-08
* [x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse2014-01-08
* [x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit versions, fix aliasesDavid Woodhouse2014-01-08
* [x86] Add JMP16[rm],CALL16[rm] instructions, and fix up aliasesDavid Woodhouse2014-01-08
* [x86] Add PUSHA16,POPA16 instructions, and fix aliases for 16-bit modeDavid Woodhouse2014-01-08
* [x86] Add OpSize16 to instructions that need itDavid Woodhouse2014-01-08
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* [AArch64 NEON] Fix generating incorrect value type of NEON_VDUPLANEKevin Qin2014-01-08
* [SparcV9] Rename operands in some sparc64 instructions so that TableGen can e...Venkatraman Govindaraju2014-01-08
* [Sparc] Correct the mask for fixup_sparc_br19.Venkatraman Govindaraju2014-01-08