summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-09Test commit accessRoman Kashitsyn
2014-08-09Update disassembler test to check the full dccci/iccci form.Joerg Sonnenberger
2014-08-09Use the full form of dccci and iccci from the early PPC 405 documents,Joerg Sonnenberger
2014-08-09Initialize PPC DataLayout based on the Triple only.Eric Christopher
2014-08-09Remove extraneous 64-bit argument to the PPC TargetMachine constructorEric Christopher
2014-08-09Initialize X86 DataLayout based on the Triple only.Eric Christopher
2014-08-09R600: Disable FP exceptions.Matt Arsenault
2014-08-09Move some X86 subtarget configuration onto the subtarget that's beingEric Christopher
2014-08-09R600/SI: Custom lower CONCAT_VECTORSTom Stellard
2014-08-09R600/SI: Update concat_vectors.ll to check for scratch usageTom Stellard
2014-08-09Fix expected windows result.Rafael Espindola
2014-08-09Fix typo.Eric Christopher
2014-08-08[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.Lang Hames
2014-08-08[FastISel][X86] Silence -Wenum-compare warningRui Ueyama
2014-08-08Fix the windows build.Rafael Espindola
2014-08-08Reword comment slightly.Eric Christopher
2014-08-08Remove dead code. Fixes pr20544.Rafael Espindola
2014-08-08Convert from Windows to Unix paths in sys::path::native.Rafael Espindola
2014-08-08Allow large immediates for branch instructions in 32bit mode.Joerg Sonnenberger
2014-08-08Provide an implementation of getNoopForMachoTarget for PPC, otherwiseJoerg Sonnenberger
2014-08-08[FastISel][X86] Fix INC/DEC optimization (r215230)Juergen Ributzka
2014-08-08AArch64: avoid deleting the current iterator in a loop.Tim Northover
2014-08-08[FastISel][AArch64] Attach MachineMemOperands to load and store instructions.Juergen Ributzka
2014-08-08[FastISel][X86] Use INC/DEC when possible for {sadd|ssub}.with.overflow intri...Juergen Ributzka
2014-08-08DebugInfo: Recommit (reverted in r215217, originally committed in r215157) th...David Blaikie
2014-08-08AArch64A57FPLoadBalancing.cpp: Define ColorNames in !NDEBUG.NAKAMURA Takumi
2014-08-08DataTypes.h.cmake: Define PRIx32 &c for !HAVE_INTTYPES_H hosts.NAKAMURA Takumi
2014-08-08Delete dead code. NFC.Rafael Espindola
2014-08-08Added a TLI hook to signal that the target does not have or does not care aboutPedro Artigas
2014-08-08Add low-level option for avoiding float stores from va_start untilJoerg Sonnenberger
2014-08-08Add support for SPE load/store from memory.Joerg Sonnenberger
2014-08-08getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola
2014-08-08Use a simpler predicate. NFC.Rafael Espindola
2014-08-08DebugInfo: Remove assertion (added in r215157) that's firing on a blocksDavid Blaikie
2014-08-08pr20589: Fix duplicated arch flag.Rafael Espindola
2014-08-08pr20588: add missing calls to va_end.Rafael Espindola
2014-08-08[mips] Invert the abicalls feature bit to be noabicalls so that it's possible...Daniel Sanders
2014-08-08Add missing Interpreter intrinsic lowering for sin, cos and ceilJosh Klontz
2014-08-08Fix for #20408 - CMake LLVM_ENABLE_FFI=ON build fails on reconfigureJosh Klontz
2014-08-08[AArch64] Fix a type conversion bug for anlyzing compare.Jiangning Liu
2014-08-08Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola
2014-08-08[mips] Remove reason for XFAIL from a test that isn't actually XFAILed.Daniel Sanders
2014-08-08[LoopVectorizer] Enable support for floating-point subtraction reductionsJames Molloy
2014-08-08[AArch64] Add an FP load balancing pass for Cortex-A57James Molloy
2014-08-08llvm-objdump: add missing % in format specifier.Tim Northover
2014-08-08llvm-objdump: use portable format specifiers for info.Tim Northover
2014-08-08[mips] Initial implementation of -mabicalls/-mno-abicalls.Daniel Sanders
2014-08-08AArch64: stop trying to take control of all UnknownArch triples.Tim Northover
2014-08-08[pr19635] Revert most of r170537, and add new testcase.Patrik Hagglund
2014-08-08GlobalOpt: Optimize in the face of insertvalue/extractvalueDavid Majnemer