summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [ubsan] Don't add a --dynamic-list for ubsan symbols when building a sharedRichard Smith2014-06-04
* Formatting cleanup.Richard Smith2014-06-04
* Don't dynamically initialize dllimport vars (PR19933)Hans Wennborg2014-06-04
* Remove the overload of GetAddrOfConstantString methodAlexey Samsonov2014-06-04
* Refactor and generalize GetAddrOfConstantString and GetAddrOfConstantStringFr...Alexey Samsonov2014-06-04
* This cast is not necessary any more (llvm api change).Rafael Espindola2014-06-04
* Update for llvm api change.Rafael Espindola2014-06-04
* MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer2014-06-04
* MS-ABI: Implement user defined literalsDavid Majnemer2014-06-04
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* clang-format: Leave empty lines within UnwrappedLines.Daniel Jasper2014-06-04
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-04
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-04
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* Fix leak from r210059Alp Toker2014-06-03
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-03
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Remove incorrect assertion.Richard Smith2014-06-03
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-03
* Teach AST dumper to dump the array filler in an initializer list.Richard Smith2014-06-03
* PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith2014-06-03
* When emitting a multidimensional array new, emit the initializers for theRichard Smith2014-06-03
* Don't assume an implicit IntrusiveRefCntPtr -> bool operator.Rafael Espindola2014-06-03
* Update for llvm API change.Rafael Espindola2014-06-03
* Fix -emit-codegen-only to not generate binariesAlp Toker2014-06-03
* Eliminate redundant MangleBuffer classAlp Toker2014-06-03
* Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtablesHans Wennborg2014-06-02
* Delete apparently unused methodAlexey Samsonov2014-06-02
* [CodeGen] Don't use SizeTy for EmitNeonSplat.Michael J. Spencer2014-06-02
* Remove unused variableAlexey Samsonov2014-06-02
* Fix comment vs function name mismatchHans Wennborg2014-06-02
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-02
* CGDebugInfo: Simplify/invert createLexicalBlock parameter construction.David Blaikie2014-06-02
* The exception-declaration for a function-try-block cannot redeclare aAaron Ballman2014-06-02
* clang-format: Fix special case of binary operator detection.Daniel Jasper2014-06-02
* clang-format: No space between ")" and braced init list.Daniel Jasper2014-06-02
* clang-format: Fix Allman brace breaking of enums.Daniel Jasper2014-06-02
* clang-format: Fix trailing const (etc.) with Allman brace style.Daniel Jasper2014-06-02
* Don't compare an error_code with nullptr.Rafael Espindola2014-06-01
* Fix PR18498: Support explicit template arguments with variadic generic lambdasFaisal Vali2014-06-01
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-31
* Rename utility function templatesAlp Toker2014-05-31
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-31
* AST Dump: print the Inherited flag on attributesHans Wennborg2014-05-31
* Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker2014-05-31
* Preprocessor: don't exit early in CheckMacroName()Alp Toker2014-05-31
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-31
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-31
* PR12961 - Extend DR532 to cover C++98/03.Nikola Smiljanic2014-05-31