summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis2012-11-091-0/+7
* Set TLSSupported to false on Haiku.Benjamin Kramer2012-11-081-0/+1
* Basic: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-061-1/+4
* Frontend: Add support for reading named pipes as the main file.Daniel Dunbar2012-11-051-0/+4
* Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith2012-11-051-1/+1
* isLegalUTF8() was giving the wrong answerSeth Cantrell2012-10-301-1/+1
* This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt2012-10-291-3/+10
* Handle '*' and '#' asm constraint modifiers.Ulrich Weigand2012-10-291-0/+4
* Recommit Eric's code to validate ASM string's constraints and modifiers.Bill Wendling2012-10-251-0/+24
* Modify the targets to set appropriate calling convention defaults and C varia...David Tweed2012-10-251-3/+3
* Revert r166647 to rethink the patch...Bill Wendling2012-10-251-23/+0
* Add some support for diagnosing possibly mismatched constraint, type size andBill Wendling2012-10-251-0/+23
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-2/+4
* Fix pre-commit refacto failure.Daniel Dunbar2012-10-221-1/+1
* driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI.Daniel Dunbar2012-10-221-1/+3
* When associating file ranges of macro arguments with theirArgyrios Kyrtzidis2012-10-201-37/+82
* Teach getColumnNumber to use the line cache to get the start of the line if i...Craig Topper2012-10-191-0/+11
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-4/+8
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+5
* Teach TargetInfo to hold on to the TargetOptions with which it wasDouglas Gregor2012-10-152-1/+3
* Introduce the notion of excluded headers into the module mapDouglas Gregor2012-10-151-0/+7
* Add TargetInfo for r600.Eli Friedman2012-10-121-0/+68
* Silence dead store warning. It is conceptually possible we willTed Kremenek2012-10-121-0/+1
* Properly factor Native Client defines to support NaCl as an OSDerek Schuff2012-10-111-9/+44
* Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32Derek Schuff2012-10-111-8/+9
* X86: add F16C support in ClangManman Ren2012-10-111-1/+17
* Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien2012-10-101-3/+7
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-0/+26
* Add ARM VFPv4 feature and enable it by default for Swift.Bob Wilson2012-09-291-16/+30
* Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson2012-09-291-0/+2
* In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis2012-09-291-2/+2
OpenPOWER on IntegriCloud