summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [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
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-24
* Add R600 builtin codegen.Matt Arsenault2014-06-24
* Correctly Load Mixed FP-GP Variadic Arguments for x86-64.Rafael Espindola2014-06-24
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-24
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-24
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-24
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24