summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* ARM: implement support for crypto intrinsics in arm_neon.hTim Northover2014-02-031-0/+8
* NetBSD uses signed wchar_t on AArch64. It also wants __LITTLE_ENDIAN__ /Joerg Sonnenberger2014-02-021-0/+11
* ARM & AArch64: share the BI__builtin_neon enum defs.Tim Northover2014-01-301-0/+14
* SPARCv9 supports atomic operations up to 64 bits.Jakob Stoklund Olesen2014-01-301-0/+1
* Cortex-M3 and Cortex-M4 should not enable hwdiv-arm (committing again, with a...Artyom Skrobov2014-01-291-2/+3
* Revert "Cortex-M3 and Cortex-M4 should not enable hwdiv-arm"Reid Kleckner2014-01-271-3/+2
* Cortex-M3 and Cortex-M4 should not enable hwdiv-armArtyom Skrobov2014-01-271-2/+3
* XCore target exception handlingRobert Lytton2014-01-271-0/+4
* [Mips] Fix __mips macro definition.Simon Atanasyan2014-01-271-1/+7
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-2/+2
* Fix r195149. Triple should correctly reflect that target. If it contains ios,Evan Cheng2014-01-261-31/+25
* Use canonical spelling of NetBSDJoerg Sonnenberger2014-01-261-1/+1
* Fix -Wreturn-type build failure on ASTMatchers, plus an intended assertAlp Toker2014-01-261-1/+1
* Update docstrings following the param name change in r200132Alp Toker2014-01-261-3/+3
* Remove flawed diagnostic mapping functionsAlp Toker2014-01-261-35/+0
* PR18465: [Thumbv8] add predefined macrosWeiming Zhao2014-01-221-4/+8
* [ARM] Add ACLE enum/wchar size predefinesBradley Smith2014-01-201-0/+6
* SPARCv9 implements long double as an IEEE quad.Jakob Stoklund Olesen2014-01-161-0/+6
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-3/+6
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-151-2/+1
* Ensure i686-nacl long long is aligned 8 bytes (like malign-double)Jan Wen Voung2014-01-151-0/+2
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-142-8/+4
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-2/+2
* Remove trailing spacesSylvestre Ledru2014-01-141-2/+2
* Hook up NetBSD/aarch64.Joerg Sonnenberger2014-01-131-0/+2
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-101-2/+2
* [cmake] Write Version.inc at cmake time, not at build time.Nico Weber2014-01-071-14/+7
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-071-1/+5
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-072-2/+2
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-071-2/+0
* Prospective MSVC 2010 build fixAlp Toker2014-01-061-3/+3
* Support diagnostic formatting of keyword tokensAlp Toker2014-01-062-7/+21
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-062-2/+2
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-061-3/+5
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-3/+4
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-031-28/+23
* Update for llvm's DataLayout including mangling information.Rafael Espindola2014-01-031-38/+57
* Reformat the description strings. No functionality change.Rafael Espindola2014-01-031-81/+33
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-0/+4
* Remove the now unused 's' specifications.Rafael Espindola2014-01-021-3/+3
* Pass the aapcs and apcs features down to llvm.Rafael Espindola2014-01-021-0/+5
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-261-0/+1
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-0/+29
* Document the Message parameter of getCustomDiagID()Alp Toker2013-12-231-0/+3
* Small simplification: p0 is the same as p.Rafael Espindola2013-12-191-1/+1
* Update SI datalayout for 32-bit private pointersMatt Arsenault2013-12-191-2/+1
* On spacv8 f128 is only aligned to 64 bits.Rafael Espindola2013-12-191-3/+1
* Fix the DataLayout string produced by clang for NaCl.Rafael Espindola2013-12-181-1/+12
* Make setABIAPCS and setABIAAPCS easier to reason about.Rafael Espindola2013-12-181-25/+39
* Split setABI in two helpers. No functionality change.Rafael Espindola2013-12-181-44/+50
OpenPOWER on IntegriCloud