summaryrefslogtreecommitdiffstats
path: root/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Merging r230253:Daniel Sanders2015-04-271-1/+1
* Merging r229680:Daniel Sanders2015-04-272-1/+4
* Merge r234636:Joerg Sonnenberger2015-04-141-0/+1
* Merge r234629:Joerg Sonnenberger2015-04-141-0/+2
* Merge r233819 into the release 36 branch with some modificationsReid Kleckner2015-04-011-1/+4
* Merging r232389:Joerg Sonnenberger2015-03-171-14/+25
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-121-0/+8
* Merging r226877:Hans Wennborg2015-01-231-0/+6
* Merging r226136:Daniel Sanders2015-01-161-0/+4
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Sema: Relax parsing of '#' in constraintsDavid Majnemer2015-01-141-4/+0
* Handle [extern_c] attribute in module printerBen Langmuir2015-01-131-2/+5
* PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be definedRichard Smith2015-01-131-0/+6
* [mips] Explain why we need to always clobber for MIPS inline asm. NFC.Toma Tabacu2015-01-121-0/+21
* Basic: Numeric constraints are multidigitDavid Majnemer2015-01-111-3/+9
* Basic: [asmSymbolicName] follows the same rule as numbers in asm inputsDavid Majnemer2015-01-111-0/+4
* Basic: The asm constraint '#m' isn't valid, reject itDavid Majnemer2015-01-111-1/+7
* Basic: The asm constraint '+#r' isn't valid, reject itDavid Majnemer2015-01-111-1/+5
* Sema: The asm constraint '+&m' isn't valid, reject itDavid Majnemer2015-01-101-0/+7
* When the diagnostic text is simply "%0", sanitize the string for anyRichard Trieu2015-01-081-0/+15
* R600: Handle amdgcn tripleTom Stellard2015-01-061-0/+1
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-062-0/+57
* Fix formatting. NFC.Craig Topper2014-12-271-2/+2
* Update for llvm front end change and use the TargetOptions structEric Christopher2014-12-181-5/+0
* Make sure that arm-linux-gnu is still the apcs-gnu ABI when weEric Christopher2014-12-181-0/+3
* Destroy the diagnostic client first in ~DiagnosticEngineReid Kleckner2014-12-171-0/+6
* [mips] Always clobber $1 for MIPS inline asm.Toma Tabacu2014-12-171-2/+1
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-4/+39
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-2/+27
* Revert r223578, perf data collection depends on the old symbol name.Paul Robinson2014-12-103-11/+11
* cmake: Make SVNVersion.inc step depend on GetSVN.cmake.Nico Weber2014-12-101-2/+4
* Re-work the Clang system for classifying Intel x86 CPUs to use theirChandler Carruth2014-12-091-38/+71
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-063-11/+11
* Specify the name of the generated header only once. NFC.Paul Robinson2014-12-051-4/+7
* Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.Richard Smith2014-12-051-10/+11
* Have the driver and the target code agree on what the default ABIEric Christopher2014-12-051-1/+36
* CUDA host device code with two code pathsReid Kleckner2014-12-031-8/+41
* Make le64 DescriptionString consistent with other targets.JF Bastien2014-12-021-1/+1
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-27/+2
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-2/+27
* [modules] Track how 'header' directives were written in module map files,Richard Smith2014-12-021-12/+13
* Update R600 address space map to include genericMatt Arsenault2014-12-011-2/+1
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-0/+7
* [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructionsSergey Dmitrouk2014-11-251-0/+7
* [CMake] Use .svn/wc.db as our VC dependency if it's available.Jordan Rose2014-11-201-6/+10
* [CMake] Always include the Clang repo version, just like the autoconf build.Jordan Rose2014-11-191-25/+43
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-45/+40
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* Fix 80-column violations, trailing whitespace, comment text.Eric Christopher2014-11-181-63/+74
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-15/+5