Return an ErrorOr<Binary *> from createBinary.
[oota-llvm.git] / lib / Target /
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)
2014-01-08 David Woodhouse[x86] Make AsmParser validate registers for memory...
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-08 David Woodhouse[x86] Use 16-bit addressing where possible in 16-bit...
2014-01-08 David Woodhouse[x86] Fix JCXZ,JECXZ_32 for 16-bit mode
2014-01-08 David Woodhouse[x86] Disambiguate RET[QL] and fix aliases for 16-bit...
2014-01-08 David Woodhouse[x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit...
2014-01-08 David Woodhouse[x86] Add JMP16[rm],CALL16[rm] instructions, and fix...
2014-01-08 David Woodhouse[x86] Add PUSHA16,POPA16 instructions, and fix aliases...
2014-01-08 David Woodhouse[x86] Add OpSize16 to instructions that need it
2014-01-08 Elena DemikhovskyAVX-512: Added more intrinsics for pmin/pmax, pabs...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-08 Kevin Qin[AArch64 NEON] Fix generating incorrect value type...
2014-01-08 Venkatraman Govind... [SparcV9] Rename operands in some sparc64 instructions...
2014-01-08 Venkatraman Govind... [Sparc] Correct the mask for fixup_sparc_br19.
2014-01-08 Venkatraman Govind... [Sparc] Add support for parsing branch instructions...
2014-01-08 Saleem AbdulrasoolARM IAS: properly handle expression operands
2014-01-08 David Woodhouse[x86] Kill gratuitous X86_{32,64}TargetMachine subclass...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Rafael EspindolaDon't assert with private type info variables.
2014-01-07 David PeixottoAdd ARM fconsts/fconstd aliases for vmov.f32/vmov.f64
2014-01-07 Logan Chien[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2014-01-07 Hao Liu[AArch64]Add support to copy D tuples such as DPair...
next