summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Get arm_acle tests from r211962 workingHEADmasterAlp Toker2014-06-28
* Extend -Wdynamic-class-memaccess to records containing dynamic classesReid Kleckner2014-06-27
* Introduce arm_acle.h supporting existing LLVM builtin intrinsicsYi Kong2014-06-27
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* Add reparse test for libclangBen Langmuir2014-06-27
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-27
* CodeGen: Fix a typo in getThreadLocalWrapperLinkageDavid Majnemer2014-06-27
* Fix a bug in my previous patch by restoring the behavior that the fatalChandler Carruth2014-06-27
* This fixes libclang to cope with the now compile-time multithreadedChandler Carruth2014-06-27
* [ARM] Fix AAPCS non-compliance caused by very large structsOliver Stannard2014-06-27
* Replace GetProgramPath("ld") with GetLinkerPath().Logan Chien2014-06-27
* [ARM-BE] Generate correct NEON intrinsics for big endian systems.James Molloy2014-06-27
* Don't check clang binary name, as it can be different in some test setups.Alexander Kornienko2014-06-27
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-27
* const_cast the memory MemoryBuffer following LLVM r211883Alp Toker2014-06-27
* Driver: Pass -ivfsoverlay to module crashdumpsJustin Bogner2014-06-27
* Add a FIXME for an unfortunate issue in ConvertBackendLocation()Alp Toker2014-06-27
* Driver: use GNU::Link for the Generic_GCC toolchainSaleem Abdulrasool2014-06-27
* CodeGenAction: don't duplicate entire .ll/.bc files into memoryAlp Toker2014-06-27
* [OPENMP] Added several test cases in nesting of OpenMP regions test after rev...Alexey Bataev2014-06-27
* Account for differences in grep implementationsAlp Toker2014-06-27
* Restore test from r211844 skipping '.file' directivesAlp Toker2014-06-27
* Partially disable test from r211844Alp Toker2014-06-27
* Add test coverage for .bc input in the frontendAlp Toker2014-06-27
* Remove .bc from test config.suffixesAlp Toker2014-06-27
* clang/test/Driver/fuse-ld.c: Really fix to match dos path.NAKAMURA Takumi2014-06-27
* Do not inline methods of C++ containers (coming from headers).Anna Zaks2014-06-27
* Allow different path separator for windows build.Logan Chien2014-06-27
* Avoid extra back reference key lookup in msmanglerReid Kleckner2014-06-26
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-26
* Driver: Fix a misleading comment and test for what it actually didJustin Bogner2014-06-26
* Driver: Remove trailing whitespaceJustin Bogner2014-06-26
* clang-cl: Don't store the cl compiler Tool on the stack (PR20131)Hans Wennborg2014-06-26
* ARM: Correctly identify cortex-m4 as v7em.Jim Grosbach2014-06-26
* Add a Visualizer for VarDecl.Zachary Turner2014-06-26
* Propset the executables for GetProgramPath().Logan Chien2014-06-26
* Implement the -fuse-ld= option.Logan Chien2014-06-26
* Add ppc64/power8 as a targetWill Schmidt2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* Sema: Allow dllimport entities in template args for mingwDavid Majnemer2014-06-26
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-26
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-26
* Make test from r211758 portableAlp Toker2014-06-26
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* Reformat RAVs to sync up following recent updatesAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-26
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* Make PR20038.cpp test case portable to non-Itanium ABIsDavid Blaikie2014-06-25