summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-27
* CodeGen: Fix a typo in getThreadLocalWrapperLinkageDavid Majnemer2014-06-27
* [ARM] Fix AAPCS non-compliance caused by very large structsOliver Stannard2014-06-27
* Replace GetProgramPath("ld") with GetLinkerPath().Logan Chien2014-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
* Do not inline methods of C++ containers (coming from headers).Anna Zaks2014-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
* 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
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-26
* Make -Wincomplete-umbrella go through the VFSBen Langmuir2014-06-25
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-25
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-25
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* PR20038: DebugInfo: Call sites without DebugLocs for temporary dtors after a ...David Blaikie2014-06-25
* Fix treatment of types defined in function prototypeSerge Pavlov2014-06-25
* Headers: be a bit more careful about inline asmSaleem Abdulrasool2014-06-25
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* Align with new GCC options for x86 AndroidAlexey Volkov2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* AST: Initialization with dllimport functions in CDavid Majnemer2014-06-25
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-25
* Don't go through the TypeSourceInfo when getting the SourceRange.Zachary Turner2014-06-25
* [Driver] Follow-up to r211598, r211663. Do not build a dynamic linkerSimon Atanasyan2014-06-25
* Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...NAKAMURA Takumi2014-06-25
* Reformat.NAKAMURA Takumi2014-06-25
* [OPENMP] Improved code and replaced struct by lambda.Alexey Bataev2014-06-25
* Implement predefined stdint macrosJF Bastien2014-06-25
* Fix parsing nested __if_exists blocksReid Kleckner2014-06-25
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-24
* Merge handleDLLImportAttr and handleDLLExportAttr into one function.Hans Wennborg2014-06-24