summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the PPC target feature handling to more resemble other targets.Eric Christopher2015-08-251-32/+42
* Extract handling of user defined features into a function so we canEric Christopher2015-08-251-6/+2
* Reimplement the PPC explicit option checking to be a bit more obviousEric Christopher2015-08-251-8/+19
* [AArch64] Define the macro __ARM_FP16_ARGSKeith Walker2015-08-241-0/+1
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+2
* Revert the 64bit part of r245084; long double values were not changed byYaron Keren2015-08-201-4/+1
* Revert the 32bit part of r245084; mingw values were correct before it.Yaron Keren2015-08-201-5/+1
* [OPENMP 4.1] Initial support for modifiers in 'linear' clause.Alexey Bataev2015-08-201-2/+15
* According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.Yaron Keren2015-08-191-1/+2
* [ARM] Proper generic cpus handlingVladimir Sukharev2015-08-191-12/+10
* Rename getDefaultFeatures -> initDefaultFeatures and update commentEric Christopher2015-08-191-10/+10
* Remove dead code, there's no need for an override that just duplicatesEric Christopher2015-08-171-2/+0
* WindowsX86: long double is x87DoubleExtended on mingwMartell Malone2015-08-141-2/+8
* Windows ARM: ignore calling conventions as described on MSDNMartell Malone2015-08-141-0/+13
* [modules] Add an experimental -cc1 feature to embed the contents of an inputRichard Smith2015-08-141-0/+7
* Wdeprecated: StoredDiagnostics are stored in a SmallVector, so make sure they...David Blaikie2015-08-131-4/+0
* Removed one too many braces.Brad Smith2015-08-131-0/+1
* [SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on OpenBSD.Brad Smith2015-08-131-7/+10
* [Modules] Add Darwin-specific compatibility module map parsing hacksBen Langmuir2015-08-131-0/+9
* Add SourceManager::dump() to dump the current set of SLocEntries.Richard Smith2015-08-131-0/+57
* [modules] If loading a .pcm file would cause us to run out of source location...Richard Smith2015-08-121-1/+3
* Rangify some for loops; NFC.Aaron Ballman2015-08-121-6/+5
* [MIPS] Use arch values for lock-free atomic operationsPetar Jovanovic2015-08-111-2/+1
* Update a comment to be more descriptive.Eric Christopher2015-08-071-1/+1
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-0/+2
* Make sure the Features field of the Builtin Info struct is always initialized...Craig Topper2015-08-072-36/+44
* Make 'arm' cover both 32 and 64 bit architecutresBen Langmuir2015-08-071-0/+2
* Continue the work from r243908 by adding a Features field to Builtin::InfoEric Christopher2015-08-061-2/+4
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-9/+9
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-052-86/+84
* Remove unused header includes.Eric Christopher2015-08-051-1/+0
* Rename builtin_lang -> Langs to match the rest of the code a bit better.Eric Christopher2015-08-051-9/+10
* Remove unused function GetBuiltinNames.Eric Christopher2015-08-051-13/+0
* [FileManager] Use StringRef::copy to store canonical paths.Benjamin Kramer2015-08-041-9/+3
* [modules] Fix issue where building a module from a relative path when -workin...Argyrios Kyrtzidis2015-07-311-2/+14
* Add support for System z vector language extensionsUlrich Weigand2015-07-303-1/+5
* Add a comment explaining differing Windows behavior.Sean Silva2015-07-301-1/+7
* Attempt to make clang-x64-ninja-win7 happy.Sean Silva2015-07-301-6/+8
* Avoid failure to canonicalize '..'.Sean Silva2015-07-301-8/+11
* RegParmMax must be 0 for AArch64, as the regparm function attribute is not su...Kristof Beyls2015-07-281-1/+0
* [Targets] Define _M_AMD64 and _M_X64 to a more appropriate valueDavid Majnemer2015-07-261-2/+2
* Correct x86_64 Android fp128 mangled nameChih-Hung Hsieh2015-07-241-0/+4
* Test commit.Chih-Hung Hsieh2015-07-241-3/+3
* [MSVC Compatibility] Use a better predicate for __BOOL_DEFINEDDavid Majnemer2015-07-221-1/+2
* Add cygwin x86_64 target.Yaron Keren2015-07-221-0/+27
* ARM: actually define __ARM_ARCH_7S__ for the armv7s sliceTim Northover2015-07-211-1/+2
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+10
* Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson2015-07-201-2/+2
* [X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt,L,e,Z,s asm constraints (p...Alexey Bataev2015-07-201-21/+51
* basic: default to MSVC on WindowsSaleem Abdulrasool2015-07-171-6/+3
OpenPOWER on IntegriCloud