summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Refactor RTTI emissionDavid Majnemer2014-07-079-1599/+1560
* Fix layering of file remapping and header search initializationAlp Toker2014-07-072-72/+67
* Add an explicit diagnostic for the case where an expression is not a constantRichard Smith2014-07-071-2/+7
* Cleanup. No functionality change intended.Richard Smith2014-07-071-5/+4
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-079-1/+38
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-063-1/+11
* Add parser support for __leave (sema and onward still missing).Nico Weber2014-07-062-0/+20
* Update for llvm api change.Rafael Espindola2014-07-0611-36/+60
* PlistSupport.h: avoid gcc 'defined but not used' warningAlp Toker2014-07-062-4/+2
* Modernize a couple of loopsAlp Toker2014-07-062-10/+4
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-061-17/+49
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-064-27/+26
* Use non-intrusive refcounting for LangOptionsAlp Toker2014-07-061-2/+2
* Constify a read-only parameter and give function a better nameAlp Toker2014-07-063-8/+8
* writeARCDiagsToPlist(): make sure all diag levels get handledAlp Toker2014-07-061-6/+17
* Use PlistSupport in a few more placesAlp Toker2014-07-062-50/+37
* clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber2014-07-061-1/+1
* Remove leftovers of '-arcmt-modify-in-memory' from r133315Alp Toker2014-07-051-16/+0
* CodeGen: add support for a few MSVC ARM intrinsicsSaleem Abdulrasool2014-07-051-4/+15
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-0516-40/+40
* CodeGen: add support for MSBuiltin aliasesSaleem Abdulrasool2014-07-041-1/+7
* [Driver][Mips] Support one more MIPS CPU name - octeon.Simon Atanasyan2014-07-042-2/+7
* [Driver][Mips] Support more MIPS CPU names: mips1 - mips5.Simon Atanasyan2014-07-041-0/+5
* Make a small crash preventing change.Fariborz Jahanian2014-07-031-2/+2
* [ARM] Implement ISB memory barrier intrinsicYi Kong2014-07-031-3/+4
* Add the __qdbl intrinsic to the arm_acle.h headerRenato Golin2014-07-031-0/+5
* Move the calling of emitTargetMD() later.Robert Lytton2014-07-032-6/+15
* refactor for-loop as range-loop before making changes.Robert Lytton2014-07-031-10/+6
* ARMEB: Fix function result return for composite typesChristian Pirker2014-07-031-0/+4
* [Driver][Mips] Check MIPS CPU name provided to the Clang driver.Simon Atanasyan2014-07-031-1/+10
* MS ABI: Get linkage of RTTI data correctDavid Majnemer2014-07-031-2/+17
* ARM: rename ARM builtins to use __builtin_arm prefixSaleem Abdulrasool2014-07-031-5/+5
* Address review feedback for r212238.Nico Weber2014-07-031-2/+1
* Enable clang to continue to parse libstdc++4.6 and stlport after r210091.Nico Weber2014-07-021-2/+53
* Fix linkage bug that miscompiled variable templates instantiated from similar...Larisse Voufo2014-07-021-0/+64
* CodeGen: make target builtins support languagesSaleem Abdulrasool2014-07-023-1/+7
* ARCMigrate: simplify diagnostic handlingAlp Toker2014-07-022-14/+4
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-023-10/+53
* Added standard macro guard. In case __GNUC_VA_LIST was notYaron Keren2014-07-021-0/+2
* [Driver][Mips] If ABI name is not provided deduce it from the target tripleSimon Atanasyan2014-07-021-10/+10
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-022-20/+58
* Make FunctionDecl::getReturnTypeSourceRange() support non-builtin typesAlp Toker2014-07-022-17/+15
* X86: inline all atomic operations up to 128-bits.Tim Northover2014-07-021-3/+1
* Don't accept qualified 'int' main return types in C++ or standard C modeAlp Toker2014-07-021-22/+27
* [OPENMP, C++11] Improve code of InitVLACaptures function.Alexey Bataev2014-07-021-5/+8
* Prevent Clang from crashing on template code.Richard Trieu2014-07-021-1/+8
* [OPENMP] Fixed error message reporting for nesting of regionsAlexey Bataev2014-07-021-2/+2
* Introduce a FunctionDecl::getReturnTypeSourceRange() utilityAlp Toker2014-07-023-50/+60
* CodeGen: Add some comments describing VFTable CGDavid Majnemer2014-07-011-0/+20
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-016-20/+15