aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-29Crash even less on malformed attributes in an incorrect location.Nico Weber2-5/+8
2014-12-29[Hexagon] Adding allocframe, post-increment circular immediate stores, post-i...Colin LeMahieu4-18/+183
2014-12-29Fix use-after-destruction introduced in r224924.Alexey Samsonov1-1/+2
2014-12-29[Hexagon] Fixing 224952 where an addressing mode update was missed.Colin LeMahieu1-1/+1
2014-12-29Driver: convert a couple more instances to range based loopsSaleem Abdulrasool1-6/+4
2014-12-29Remove unnecessary StringRef->std::string conversion.Alexey Samsonov1-1/+1
2014-12-29[Hexagon] Adding post-increment register form stores and register-immediate f...Colin LeMahieu9-182/+278
2014-12-29[Hexagon] Replacing the remaining postincrement stores with versions that hav...Colin LeMahieu4-59/+60
2014-12-29Convert test to FileCheck. NFC.Rafael Espindola1-876/+877
2014-12-29[Hexagon] Renaming old multiclass for removal. Adding post-increment store c...Colin LeMahieu4-9/+118
2014-12-29[py3] Teach the CMake build to reject Python versions older than 2.7.Chandler Carruth1-1/+7
2014-12-29[py3] Make this test compatible with Python 3 where bytes andChandler Carruth1-8/+8
2014-12-29Remove darwin_fat.mk.Alexey Samsonov1-56/+0
2014-12-29Parse: Ignore '::' in 'struct :: {'David Majnemer3-13/+16
2014-12-29Driver: convert a number of loops to range basedSaleem Abdulrasool1-33/+10
2014-12-29Add an assertion to verify a container is non-empty before calling 'back()'David Blaikie1-0/+1
2014-12-29Reapply debug info changes now that r224385 has been recommitted to clang (in...David Blaikie2-2/+2
2014-12-29Reapply "DebugInfo: Generalize debug info location handling"David Blaikie18-195/+110
2014-12-29[X86] Fix some cases where some 8-bit instructions were marked as being conve...Craig Topper1-18/+24
2014-12-29[X86] Add the 0x82 instructions to the disassebmler. They are identical in fu...Craig Topper1-6/+35
2014-12-29[x86] Refactor some tablegen instruction info classes slightly to prepare for...Craig Topper1-29/+28
2014-12-29[x86] Remove unused classes from tablegen instruction info.Craig Topper1-23/+0
2014-12-29Add segmented stack support for DragonFlyBSD.Rafael Espindola4-3/+122
2014-12-29Refactor duplicated code.Rafael Espindola15-104/+74
2014-12-29Effectively revert r151058 which caused Clang's unwind.h to defer toChandler Carruth1-2/+2
2014-12-29Add a missing declaration to our unwind.h implementation. This isChandler Carruth1-0/+2
2014-12-29Fix trivial signed/unsigned comparison warningsAndy Gibbs2-5/+5
2014-12-29irgen: remove unused compiler.runtimetypespkg field.Peter Collingbourne1-4/+0
2014-12-29[cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth4-10/+10
2014-12-29[cmake] Teach the standalone CMake build to find the Python interpreterChandler Carruth1-0/+10
2014-12-29[cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth1-1/+2
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth5-24/+30
2014-12-29[cmake/multilib] Teach libc++'s CMake build to support multilib libdirChandler Carruth2-4/+11
2014-12-29[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth2-4/+4
2014-12-29[multilib] Teach Clang's code about multilib by threadingChandler Carruth6-12/+29
2014-12-29[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_SUFFIX for itsChandler Carruth1-3/+3
2014-12-29[multilib] Add support to the autoconf build to substituteChandler Carruth3-0/+14
2014-12-29[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth3-4/+9
2014-12-29[cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConfig.cmake fileChandler Carruth1-0/+2
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth4-8/+9
2014-12-29Sema: Permit array l-values in asm output operandsDavid Majnemer2-0/+7
2014-12-29Fixed 2 minor typos in the documentation.Elena Demikhovsky1-2/+2
2014-12-29Sema: Only permit permit modifiable l-values as asm output paramsDavid Majnemer2-14/+52
2014-12-29Don't crash on malformed attributes in an incorrect location.Nico Weber2-0/+14
2014-12-29[x86] Fix an accidental commit of a change from Ii to iC on __builtin_ia32_cm...Craig Topper1-1/+1
2014-12-29[x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C...Craig Topper1-55/+55
2014-12-29Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer3-6/+11
2014-12-29Sema: Forbid inconsistent constraint alternativesDavid Majnemer3-0/+29
2014-12-29[sanitizer-common] Fixing the ASan test build failure on OS XKuba Brecka1-0/+4
2014-12-29SemaCXX: Don't crash when annotation tokens show up before the tag nameDavid Majnemer2-5/+13