aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-30Fix build system for rebase.HEADmastermainTim Murray
2014-04-30Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-30[mips] Add instruction alias (sltu).Matheus Almeida
2014-04-30ELFObjectWriter: deduplicate suffices in strtabHans Wennborg
2014-04-30ARM64: print fp immediates without using scientific notation.Tim Northover
2014-04-30AArch64/ARM64: implement remaining TLS relocations (purely MC).Tim Northover
2014-04-30AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests.Tim Northover
2014-04-30AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0"Tim Northover
2014-04-30IR: Alloca clones should remember inalloca stateDavid Majnemer
2014-04-30[mips] Add instruction alias (dsll and dsrl).Matheus Almeida
2014-04-30Fix a use of uninitialized memory in SmallVector's move-assignment operator.Douglas Gregor
2014-04-30Relax the test a bit.Rafael Espindola
2014-04-30R600/SI: Use VALU instructions for copying i1 valuesTom Stellard
2014-04-30R600/SI: Teach moveToVALU how to handle some SMRD instructionsTom Stellard
2014-04-30[ARM64][fast-isel] Fast-isel doesn't know how to handle f128.Chad Rosier
2014-04-30Rename the test, it is testing the symver directive.Rafael Espindola
2014-04-30[mips] Add instruction alias (sll and srl).Matheus Almeida
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic
2014-04-30[mips] Update tests with encoding information for slt, slti, sltiu and sltu.Matheus Almeida
2014-04-30R600: Remove unused function AMDGPUSubtarget::getDefaultSize()Tom Stellard
2014-04-30[asan] Disable asm instrumentation on unsupported platforms.Evgeniy Stepanov
2014-04-30ARM64: enable AArch64's basic-a64-instructions testTim Northover
2014-04-30ARM64: print lsr instead of lsrv for variable shifts (etc)Tim Northover
2014-04-30ARM64: use 32-bit operations for uxtb & uxthTim Northover
2014-04-30AArch64/ARM64: allow smaller granule relocations on MOVZ/MOVNTim Northover
2014-04-30AArch64/ARM64: copy support for bCC instead of b.CC across.Tim Northover
2014-04-30AArch64/ARM64: expunge CPSR from the sourcesTim Northover
2014-04-30AArch64/ARM64: use HS instead of CS & LO instead of CC.Tim Northover
2014-04-30Grammar fix.Rafael Espindola
2014-04-30[mips][msa] Fix vector insertions where the index is variableDaniel Sanders
2014-04-30ARM64: accept ELF-relocated load/store insts without a #.Tim Northover
2014-04-30ARM64: remove duplication by templating InstPrinter methodsTim Northover
2014-04-30[mips] Add support for .cpload.Matheus Almeida
2014-04-30[mips] Emit all three relocation operations for each relocation entry on Mips...Matheus Almeida
2014-04-30ARM64: use hex immediates for movz/movk instructionsTim Northover
2014-04-30ARM64: hexify printing various immediate operandsTim Northover
2014-04-30ARM64: print canonical syntax for add/sub (imm) instructions.Tim Northover
2014-04-30[LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth
2014-04-30Fix multiline comment warning.Evgeniy Stepanov
2014-04-30[ARM64] Simplify if condition.James Molloy
2014-04-30[ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp - aarch64_be -> arm64_beJames Molloy
2014-04-30[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.James Molloy
2014-04-30[ARM64] Ensure arm64_be is dealt with when emitting debug info.James Molloy
2014-04-30raw_ostream::operator<<(StringRef): Avoid potential overflow in pointer arith...NAKAMURA Takumi
2014-04-30ARM64: make sure FastISel uses a GPR64 source in 64-bit extensions.Tim Northover
2014-04-30[LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth
2014-04-30Add a <tuple> include to more files that aren't getting it transitively on MSVC.Benjamin Kramer
2014-04-30Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper
2014-04-30ARM: support stack probe emission for Windows on ARMSaleem Abdulrasool
2014-04-30ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSys...NAKAMURA Takumi