aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2013-01-10Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei
2013-01-05[mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka
2013-01-02DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis
2013-01-02Correct Hexagon DataLayout string. Fixes bug 14744.Anshuman Dasgupta
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-21Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet
2012-12-20Remove namespace qualifier that lead to build breakage.Daniel Jasper
2012-12-20Move operator precedence calculation to new headerDaniel Jasper
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-16Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...Craig Topper
2012-12-14Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...NAKAMURA Takumi
2012-12-13Remove little endian specification from SPIR data layout - SPIR doesn't defin...Guy Benyei
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-12-12PR14581: Make SourceLocation::printToString work, or it will always return an...Benjamin Kramer
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-12-11Add SPIR32/SPIR64 targets to ClangGuy Benyei
2012-12-11Speed up looking up static diagnostic infos.Benjamin Kramer
2012-12-11Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis
2012-12-09Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman
2012-12-08long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall
2012-12-07Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins
2012-12-04Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClientEli Bendersky
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-30Don't emit a warning with an input/output parameter. We assume the user knows...Bill Wendling
2012-11-30Don't warn if the input size is less than the register size. Also don't warn ifBill Wendling
2012-11-29Add ARM cortex-a5 subtargetQuentin Colombet
2012-11-29Revert commit revision r168953, to change the commit message, which was emptyQuentin Colombet
2012-11-29git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168953 91177308-0d34-...Quentin Colombet
2012-11-27Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman
2012-11-26Add missing "break". Thanks to Craig for spotting it.Eli Friedman
2012-11-17Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.Benjamin Kramer
2012-11-17Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...Eli Friedman
2012-11-17Clean up X86 target feature translation code slightly. No intended functiona...Eli Friedman
2012-11-16Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor
2012-11-14Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith
2012-11-14Remove the cellspu port.Eric Christopher
2012-11-12The register constraint could mean a 16- or 8-bit register.Bill Wendling
2012-11-12Check that the input size is correct for the given constraint.Bill Wendling
2012-11-11Remove unneeded includes from IdentifierTableNico Weber
2012-11-10Add clang support of RTM from TSXMichael Liao
2012-11-09Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis
2012-11-08Set TLSSupported to false on Haiku.Benjamin Kramer
2012-11-06Basic: Windows doesn't define S_IFIFO.Daniel Dunbar
2012-11-05Frontend: Add support for reading named pipes as the main file.Daniel Dunbar
2012-11-05Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith