aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
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
2012-10-30isLegalUTF8() was giving the wrong answerSeth Cantrell
2012-10-29This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt
2012-10-29Handle '*' and '#' asm constraint modifiers.Ulrich Weigand
2012-10-25Recommit Eric's code to validate ASM string's constraints and modifiers.Bill Wendling
2012-10-25Modify the targets to set appropriate calling convention defaults and C varia...David Tweed
2012-10-25Revert r166647 to rethink the patch...Bill Wendling
2012-10-25Add some support for diagnosing possibly mismatched constraint, type size andBill Wendling
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-22Fix pre-commit refacto failure.Daniel Dunbar
2012-10-22driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI.Daniel Dunbar
2012-10-20When associating file ranges of macro arguments with theirArgyrios Kyrtzidis
2012-10-19Teach getColumnNumber to use the line cache to get the start of the line if i...Craig Topper
2012-10-16Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-15Teach TargetInfo to hold on to the TargetOptions with which it wasDouglas Gregor
2012-10-15Introduce the notion of excluded headers into the module mapDouglas Gregor
2012-10-12Add TargetInfo for r600.Eli Friedman
2012-10-12Silence dead store warning. It is conceptually possible we willTed Kremenek
2012-10-11Properly factor Native Client defines to support NaCl as an OSDerek Schuff
2012-10-11Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32Derek Schuff
2012-10-11X86: add F16C support in ClangManman Ren
2012-10-10Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-09-29Add ARM VFPv4 feature and enable it by default for Swift.Bob Wilson
2012-09-29Add armv7s and some other arm variants supported by Mach-O files.Bob Wilson
2012-09-29In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis
2012-09-28Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it inDaniel Jasper
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko
2012-09-22Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.Jordan Rose