Add OpSize16 flags to 32-bit CRC32 instructions so they can be encoded correctly...
[oota-llvm.git] / lib / Target /
2014-01-17 Craig TopperAdd OpSize16 flags to 32-bit CRC32 instructions so...
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperTeach X86 asm parser to understand 'ZMMWORD PTR' in...
2014-01-17 Craig TopperFix intel syntax for 64-bit version of FXSAVE/FXRSTOR...
2014-01-17 Craig TopperVEX_PREFIX_66 doesn't need to set the hasOpSize flag...
2014-01-17 Craig TopperReplace duplicated code with a existing helper function.
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-17 Kevin Qin[AArch64 NEON] Custom lower conversion between vector...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select concat_vectors...
2014-01-16 Daniel Sanders[mips][sched] Removed IIXfer. No instructions use it.
2014-01-16 Daniel Sanders[mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-16 Daniel Sanders[mips][sched] Split IIseb into II_SEB and II_SEH
2014-01-16 Daniel Sanders[mips][sched] Split IILogic into II_AND, II_OR, II_XOR...
2014-01-16 Daniel Sanders[mips][sched] Split IIArith in preparation for the...
2014-01-16 Daniel Sanders[mips] Correct itin class for MULT_MM and MULTu_MM...
2014-01-16 Daniel Sanders[mips] IIImult should have an InstrItinData in the...
2014-01-16 Jiangning LiuFor ARM, fix assertuib failures for some ld/st 3/4...
2014-01-16 Elena DemikhovskyAVX-512: fixed a compare pattern
2014-01-16 Craig TopperCopy segment register when optimizing to MOV8ao8/MOV16a...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-16 Rafael EspindolaCommentColumn is always 40. Simplify.
2014-01-16 Craig TopperRemove use of OpSize for populating VEX_PP field. A...
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2014-01-15 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-01-15 Zoran JovanovicLL and SC decoder method fix.
2014-01-15 Zoran JovanovicAdded support for LWU microMIPS instruction.
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-15 Elena DemikhovskyFixed identation.
2014-01-15 Craig TopperAdd OpSize16 to the two byte forms of INC/DEC that...
2014-01-15 Jiangning LiuFor AArch64, lowering sext_inreg and generate optimized...
2014-01-15 Rafael EspindolaFix uninitialized variable.
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-15 Weiming ZhaoPR 18466: Fix ARM Pseudo Expansion
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-14 Tim NorthoverAArch64: don't try to handle [SU]MUL_LOHI nodes
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2014-01-14 Rafael EspindolaRevert "[AArch64] Added vselect patterns with float...
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Ana Pazos[AArch64] Added vselect patterns with float and double...
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Elena DemikhovskyAVX-512: optimized scalar compare patterns
2014-01-14 Andrea Di Biagio[X86] Fix assertion failure caused by a wrong folding...
2014-01-14 Tim NorthoverARM: add constraint that RdLo != Rn != RdHi for v5...
2014-01-14 Tim NorthoverARM: remove unused UMAALv5 node
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckRevert "Handle dllexport for global aliases"
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Craig TopperSeparate the concept of 16-bit/32-bit operand size...
2014-01-14 Jakob Stoklund OlesenSwitch the NEON register class from QPR to DPair.
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Weiming ZhaoFix PR 18369: [Thumbv8] asserts due to inconsistent...
2014-01-13 Andrea Di Biagio[AArch64] Fix assertion failure caused by an invalid...
2014-01-13 Richard Sandiford[SystemZ] Optimize (sext (ashr (shl ...), ...))
2014-01-13 Tim NorthoverARM: constrain Thumb LDRLIT pseudo-instructions to...
2014-01-13 David Woodhouse[x86] Fix retq/retl handling in 64-bit mode
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-13 Kevin Qin[AArch64 NEON] Add missing patterns for bitcast from...
2014-01-13 Kevin Qin[AArch64 NEON] Add more scenarios to use perm instructi...
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-12 Saleem AbdulrasoolARM IAS: fix diagnostics of improper qualification
2014-01-12 Venkatraman Govind... [Sparc] Add support for parsing floating point instruct...
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2014-01-12 Venkatraman Govind... [Sparc] Replace (unsigned)-1 with ~OU as suggested...
2014-01-12 Jakob Stoklund OlesenThe SPARCv9 ABI returns a float in %f0.
2014-01-12 Joerg SonnenbergerAdd missing mul aliases for armv4 support. Add checks...
2014-01-11 Venkatraman Govind... [Sparc] Add missing processor types: v7 and niagara
2014-01-11 Saleem AbdulrasoolARM IAS: support emitting constant values in target...
2014-01-11 Venkatraman Govind... [Sparc] Bundle instruction with delay slow and its...
2014-01-11 Juergen Ributzka[anyregcc] Fix callee-save mask for anyregcc
2014-01-10 Artyom SkrobovMust not produce Tag_CPU_arch_profile for pre-ARMv7...
2014-01-10 Saleem AbdulrasoolARM: fix regression caused by r198914
2014-01-10 Kristof BeylsSilence unused variable warning for non-asserting build...
2014-01-10 Kristof BeylsMake sure -use-init-array has intended effect on all...
2014-01-10 Saleem AbdulrasoolARM IAS: support #:{lower,upper}16: for GNU compatibility
2014-01-10 Saleem AbdulrasoolARM IAS: support GNU extension for ldrd, strd
2014-01-10 Saleem AbdulrasoolARM IAS: support implicit immediate 0s for {LD,ST}R...
2014-01-10 Venkatraman Govind... [Sparc] Emit retl/ret instead of jmp instruction. It...
2014-01-10 Venkatraman Govind... [Sparc] Add support for parsing jmpl instruction and...
2014-01-10 Kevin EnderbyFix a bug with the ARM thumb2 CBNZ and CBNZ instruction...
2014-01-09 Venkatraman Govind... [Sparc] Multiclass for loads/stores. No functionality...
2014-01-09 Evan ChengClean up an inconsistency in v7s feature default.
2014-01-09 Richard Sandiford[SystemZ] Fix RNSBG bug introduced by r197802
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-08 Matt ArsenaultMove declaration of variables down to first use.
2014-01-08 Ana Pazos[AArch64][NEON] Added UXTL and UXTL2 instruction aliases
2014-01-08 David Woodhouse[x86] Remove OpSize16 flag from MOV32r0
2014-01-08 David Woodhouse[x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8
2014-01-08 David Woodhouse[x86] Add JMP_2 and other 16-bit PC-relative branch...
2014-01-08 David Woodhouse[x86] Do not relax PUSHi16 to PUSHi32 (PR18414)
next