summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* [mips] Enable inlining of atomic ops on mips32 and mips64.Akira Hatanaka2013-01-181-0/+2
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-182-2/+8
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+10
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-124-19/+17
* Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay2013-01-121-2/+9
* Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei2013-01-101-1/+3
* [mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka2013-01-051-6/+6
* DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis2013-01-021-2/+4
* Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta2013-01-021-1/+1
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-3/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-024-5/+5
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-1/+2
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-0/+2
* Remove namespace qualifier that lead to build breakage.Daniel Jasper2012-12-201-2/+2
* Move operator precedence calculation to new headerDaniel Jasper2012-12-202-0/+77
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-6/+6
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-201-5/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...Craig Topper2012-12-161-1/+2
* Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...NAKAMURA Takumi2012-12-141-0/+1
* Remove little endian specification from SPIR data layout - SPIR doesn't defin...Guy Benyei2012-12-131-2/+2
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-1/+3
* PR14581: Make SourceLocation::printToString work, or it will always return an...Benjamin Kramer2012-12-121-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Add SPIR32/SPIR64 targets to ClangGuy Benyei2012-12-111-0/+98
* Speed up looking up static diagnostic infos.Benjamin Kramer2012-12-111-8/+41
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-112-21/+19
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-091-4/+4
* long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall2012-12-081-0/+4
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-072-0/+5
* Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClientEli Bendersky2012-12-041-4/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-0410-19/+17
* Don't emit a warning with an input/output parameter. We assume the user knows...Bill Wendling2012-11-301-1/+3
* Don't warn if the input size is less than the register size. Also don't warn ifBill Wendling2012-11-301-1/+3
* Add ARM cortex-a5 subtargetQuentin Colombet2012-11-291-1/+1
* Revert commit revision r168953, to change the commit message, which was emptyQuentin Colombet2012-11-291-1/+1
* (no commit message)Quentin Colombet2012-11-291-1/+1
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-272-0/+2
* Add missing "break". Thanks to Craig for spotting it.Eli Friedman2012-11-261-0/+1
* Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.Benjamin Kramer2012-11-171-1/+6
* Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...Eli Friedman2012-11-171-1/+14
* Clean up X86 target feature translation code slightly. No intended functiona...Eli Friedman2012-11-171-14/+3
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-161-15/+15
* Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith2012-11-141-2/+3
* Remove the cellspu port.Eric Christopher2012-11-141-9/+5
* The register constraint could mean a 16- or 8-bit register.Bill Wendling2012-11-121-1/+1
* Check that the input size is correct for the given constraint.Bill Wendling2012-11-121-0/+13
* Remove unneeded includes from IdentifierTableNico Weber2012-11-111-1/+0
* Add clang support of RTM from TSXMichael Liao2012-11-101-3/+19
OpenPOWER on IntegriCloud