llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.
[oota-llvm.git] / lib / Target /
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-20 Richard Sandiford[SystemZ] Optimize comparisons with truncated extended...
2013-12-20 Richard Sandiford[SystemZ] Extend RISBG optimization
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-20 Tom StellardR600: Allow ftrunc
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-20 Alp TokerFix documentation typos
2013-12-19 Kevin EnderbyUn-revert: the buildbot failure in LLVM on lld-x86_64...
2013-12-19 David PeixottoEnsure deterministic when printing ARM assembler consta...
2013-12-19 Kevin EnderbyRevert my change to the X86 assembler for intel syntax...
2013-12-19 Kevin EnderbyChanged the X86 assembler for intel syntax to work...
2013-12-19 Quentin Colombet[X86][fast-isel] Fix select lowering.
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 Rafael EspindolaSmall simplification, p0 is the same as p.
2013-12-19 Zoran JovanovicSupport for microMIPS control instructions.
2013-12-19 Rafael EspindolaLong doubles are required to be aligned to 128 bits...
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-12-19 Zoran JovanovicSupport for microMIPS LL and SC instructions.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 Matt ArsenaultR600/SI: Make private pointers be 32-bit.
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-19 Rafael EspindolaAdd stack alignment information for Sparc.
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-19 Rafael EspindolaSynchronize the NaCl DataLayout strings with the ones...
2013-12-19 Reed KotlerMake cosmetic changes as part of Mips internal post...
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-18 Weiming Zhao[aarch32] fix bug 18268: Incorrect condition of vsel
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-18 Logan Chien[arm] Rename Tag_VFP_arch to Tag_FP_arch.
2013-12-18 Rafael EspindolaFix f64 and f128 for ppc-darwin.
2013-12-18 Rafael EspindolaOne ppc32-darwin, a i64 inside a structure can have...
2013-12-18 Tim NorthoverARM: update comment to match reality
2013-12-18 Tim NorthoverARM: set default float ABI based on triple.
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-12-17 Rafael EspindolaFix N32 registers and stack alignment.
2013-12-17 Hal FinkelEliminate PPC instruction decoding ambiguities
2013-12-17 Rafael EspindolaOn APCS, only try to align aggregates to 32 bits instea...
2013-12-17 Rafael EspindolaHandle i64 first for clarity. No functionality change.
2013-12-17 Duncan P. N. Exon... Assert that the last operand is actually EFLAGS
2013-12-17 Matheus Almeida[mips] Fix off by one issue when applying a fixup.
2013-12-17 Duncan P. N. Exon... Revert "Revert "Mark vastart_save_xmm_regs as changing...
2013-12-17 Rafael EspindolaFix the pointer size for the PS3 datalayout.
2013-12-17 Stepan DyatkovskiyFix for PR18045:
2013-12-17 Elena DemikhovskyAVX-512: Added implementation of CONCAT_VECTORS for...
2013-12-17 Duncan P. N. Exon... Revert "Mark vastart_save_xmm_regs as changing EFLAGS"
2013-12-17 Duncan P. N. Exon... Mark vastart_save_xmm_regs as changing EFLAGS
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Andrew Trickwhitespace
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-16 Juergen Ributzka[Stackmap] Allow WebKit_JS calling convention to store...
2013-12-16 Matt ArsenaultFix typo in instruction name.
2013-12-16 Juergen Ributzka[Stackmap] The first integer argument is passed in...
2013-12-16 Rafael EspindolaOne last cleanup of LLVM's DataLayout strings.
2013-12-16 Rafael EspindolaStructure R600's computeDataLayout more like every...
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-16 Chad Rosier[AArch64] Fix v1fx patterns for Floating-point Multiply...
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaDon't duplicate the DataLayout defaults for integer...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-16 Hal FinkelSet has_asmparser in PowerPC/LLVMBuild.txt
2013-12-16 Elena DemikhovskyAVX-512: Added legal type MVT::i1 and VK1 register...
2013-12-16 Evgeniy StepanovFix Android regression in r197332.
2013-12-16 Hao Liu[AArch64]Fix the pattern match failure for v1i8/v1i16...
2013-12-15 Reed Kotlerremove an uneeded statement (condition is covered by...
2013-12-15 Reed KotlerFix some indentation.
2013-12-15 Reed KotlerGet rid of an superfluous tab in the .s file. This...
2013-12-15 Reed KotlerLast change for mips16 prolog/epilog cleanup and optimi...
2013-12-15 Joerg SonnenbergerThere is no exp10 on NetBSD.
2013-12-15 Joerg SonnenbergerReplace string matching with a switch on Triple::getEnv...
2013-12-14 Matt ArsenaultDon't manually calculate size in bytes
2013-12-14 Iain Sandoe[Powerpc darwin] AsmParser Base implementation.
2013-12-14 Juergen Ributzka[Stackmap] Only the AnyReg calling convention should...
2013-12-14 Rafael EspindolaRefactor NVPTX's computeDataLayout.
2013-12-14 Rafael EspindolaTurn NVPTXSubtarget::getDataLayout into a static function.
2013-12-14 Rafael EspindolaTurn AMDGPUSubtarget::getDataLayout into a static function.
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-12-13 Chad Rosier[AArch64] Simplify the Neon Scalar3Same patterns for...
2013-12-13 Rafael EspindolaAssume defaults to produce smaller datalayout strings.
2013-12-13 Rafael EspindolaFix pr18235.
2013-12-13 Richard Sandiford[SystemZ] Optimize X [!=]= Y in cases where X - Y or...
2013-12-13 Richard Sandiford[SystemZ] Make more use of TMHH
2013-12-13 Iain Sandoetest commit.
2013-12-13 Richard Sandiford[SystemZ] Extend integer absolute selection
2013-12-13 Richard Sandiford[SystemZ] Add a structure to represent a selected compa...
2013-12-13 Richard Sandiford[SystemZ] Make more use of LTGFR
2013-12-13 Benjamin KramerX86: When lowering shl_parts, don't emit shift amounts...
2013-12-13 Joerg SonnenbergerEnabling thumb2 mode used to force support for armv6t2...
2013-12-13 Matheus Almeida[mips] Add checks for alignment and maximum displacemen...
2013-12-13 Kai NackeChange stack probing code for MingW.
2013-12-12 Rafael EspindolaSimplify the datalayout string of ARM and AArch64.
2013-12-12 Rafael EspindolaSimplify the SystemZ datalayout string.
2013-12-12 Rafael EspindolaUse "a" instead of "a0" in DataLayout.
2013-12-12 Rafael EspindolaSwitch to the new MingW ABI.
2013-12-12 Chad Rosier[AArch64] Removed unnecessary copy patterns with v1fx...
2013-12-12 Andrea Di BiagioAdded new X86 patterns to select SSE scalar fp arithmet...
2013-12-12 Gabor Greiftypo in comment
2013-12-12 Hao Liu[AArch64]Fix the problem that AArch64 backend fails...
2013-12-12 Reed KotlerCheck for null pointer before dereferencing. A careless...
next