summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+2
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+2
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-34/+34
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-293/+22
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-233-2/+15
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-221-9/+6
* Update R600 datalayoutMatt Arsenault2014-05-221-1/+1
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-81/+92
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-201-1/+10
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-201-0/+116
* Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwindJoerg Sonnenberger2014-05-131-0/+11
* [OPENMP] Removed unnecessary enums from OpenMP constructsAlexey Bataev2014-05-121-10/+4
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+3
* [C++11] Use 'nullptr'.Craig Topper2014-05-0812-110/+109
* [mips] Pass nan2008 info to the back-end.Matheus Almeida2014-05-071-3/+0
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+15
* [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...Argyrios Kyrtzidis2014-05-052-8/+15
* Target: fix wchar_t definition for Windows on ARMSaleem Abdulrasool2014-05-041-2/+9
* Add support for -march=bdver4.Benjamin Kramer2014-05-021-0/+10
* [ARM64/AArch64] Define the correct value for __ARM_NEON_FPBradley Smith2014-05-021-2/+2
* [ARM64/AArch64] Hook up CRC32 subtarget feature to the driverBradley Smith2014-05-021-0/+14
* Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Pa...Richard Smith2014-05-011-1/+0
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-292-0/+201
* LLVM supports TLS on Windows and we can use it from ClangReid Kleckner2014-04-291-2/+0
* [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders2014-04-241-0/+2
* [mips] Correct size_t and ptrdiff_t for N32.Daniel Sanders2014-04-241-10/+22
* Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir2014-04-231-4/+6
* [ARM64] Change inline assembly constraints to be more lax, to match the behav...James Molloy2014-04-231-30/+21
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+2
* Try to fix bad Twine usage in r206791 with std::stringReid Kleckner2014-04-211-1/+3
* MinGW: Define __stdcall&co when -fms-extensions is disabledReid Kleckner2014-04-211-22/+27
* Initialize clang::Module::IsMissingRequirement. Fix msan issue and hopefully ...Richard Smith2014-04-211-6/+6
* Fix a hole with nested unavailable submodules from r206664Ben Langmuir2014-04-181-3/+4
* Don't build modules with (submodules with) missing headersBen Langmuir2014-04-181-0/+5
* Add more constness to module-related APIsDmitri Gribenko2014-04-181-1/+1
* [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more te...James Molloy2014-04-171-0/+1
* Revert "Move -fms-extensions predefined macros into InitPreprocessor"Reid Kleckner2014-04-161-0/+13
* Move -fms-extensions predefined macros into InitPreprocessorReid Kleckner2014-04-161-13/+0
* Add support for optimization reports.Diego Novillo2014-04-161-0/+5
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-161-18/+27
* [ARM64] Fix up predefines, including adding big endian support to Targets.cppJames Molloy2014-04-161-21/+78
* [Allocator] Make the ContentCache object actually carry the 8-byteChandler Carruth2014-04-151-12/+4
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-2/+2
* [SystemZ] Don't indent SystemZTargetInfo relative to its namespaceRichard Sandiford2014-04-101-91/+91
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-5/+96
* Basic: rename VisualStudio to WindowsSaleem Abdulrasool2014-04-041-6/+6
* Post-commit review coding style change: renaming HasAttribute to hasAttribute...Aaron Ballman2014-03-311-1/+1
* Reapplying r204952 a second time.Aaron Ballman2014-03-312-0/+18
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+2
* [PowerPC] Make -pg generate calls to _mcount not mcountHal Finkel2014-03-301-0/+10
OpenPOWER on IntegriCloud