aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2012-07-11Emit -verify diagnostics even when we have a fatal error.Jordan Rose
2012-07-11Fix handling of curly braces in NVPTX inline asmJustin Holewinski
2012-07-11LLVM_ON_WIN32 case: use the proper key in the UniqueFiles map.Axel Naumann
2012-07-10Improve r159256 following Chandler's comments:Axel Naumann
2012-07-10Properly update the FormattedArgs vector when the template type diffing fallsRichard Trieu
2012-07-07Wire up -mrdrnd for X86.Benjamin Kramer
2012-07-06Remove unreachable default case to pacify clang's -Wcovered-switch-default.Benjamin Kramer
2012-07-05MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macrosSimon Atanasyan
2012-07-05MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support.Simon Atanasyan
2012-07-05MIPS: Define __mips16 macro if -mips16 option is provided.Simon Atanasyan
2012-07-05MIPS: Replace the pair of boolean flags by enumeration to hold selected float...Simon Atanasyan
2012-07-05MIPS: Add -mips16 / -mno-mips16 command line support.Simon Atanasyan
2012-07-04A few more cleanups for the GNU family of ObjC runtimes.David Chisnall
2012-07-03Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall
2012-07-03Add additional architecture defines for PPC targets.Hal Finkel
2012-07-03Share ConvertUTF8toWide() between Lex and CodeGen.Nico Weber
2012-07-02Documentation cleanup: Delete a duplicated/malformed doc comment.James Dennett
2012-06-29Update the %diff modifer to have an alternate string print when a template treeRichard Trieu
2012-06-28Support MIPS DSP Rev1 intrinsics. Simon Atanasyan
2012-06-27Fix for r159256 on Windows.Axel Naumann
2012-06-27From Vassil Vassilev:Axel Naumann
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriateJohn McCall
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19Revert predefined decl tracking.Meador Inge
2012-06-19Fix the location of the fixit for -Wnewline-eof.Jordan Rose
2012-06-17Documentation cleanup: escaped # characters in Doxygen comments.James Dennett
2012-06-16clang/lib/Basic/FileManager.cpp: Detect the root directory with PathV2. It sh...NAKAMURA Takumi
2012-06-16Explicitly build __builtin_va_list.Meador Inge
2012-06-15Documentation cleanup: delete doc comments from source files where they areJames Dennett
2012-06-15Documentation cleanup: escape # in a Doxygen comment.James Dennett
2012-06-15Documentation cleanup: escape @ in a Doxygen comment.James Dennett
2012-06-11Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel
2012-06-09Add XOP feature flag.Craig Topper
2012-06-08Switch LineTableInfo to use FileID instead of int for file references,Douglas Gregor
2012-06-06Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose
2012-06-05Mips: Define __mips_hard_float macro additional to __mips_single_floatSimon Atanasyan
2012-06-03Make disabling SSE levels also disable AVX and FMA.Craig Topper
2012-06-03Make AES and PCLMUL features imply SSE2 as that's needed to get the right typ...Craig Topper
2012-06-03Add fma feature flag for Intel FMA instructions.Craig Topper
2012-05-31Add builtin for pclmulqdq instruction.Craig Topper
2012-05-30SSE4A should not imply LZCNT and POPCNT. FMA4 should imply SSE4A. Add missing...Craig Topper
2012-05-29Define __SSE4A__ when targeting new AMD CPUs.Benjamin Kramer
2012-05-29Sparc is bigendian.Roman Divacky
2012-05-26Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al...Benjamin Kramer
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski
2012-05-20Teach Clang about the NVPTX backend.Peter Collingbourne
2012-05-20CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne
2012-05-10Hexagon V5 FP support.Sirish Pande