| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] Pass in the architecture to TargetParser to cope with API change | Bradley Smith | 2015-11-16 | 1 | -2/+3 |
* | Cull non-standard variants of ARM architectures (NFC) | Artyom Skrobov | 2015-11-12 | 1 | -5/+0 |
* | Silencing a -Wreturn-type warning for control reaching the end of a non-void ... | Aaron Ballman | 2015-11-11 | 1 | -0/+1 |
* | [WebAssembly] Change long double to be quadruple-precision floating point. | Dan Gohman | 2015-11-10 | 1 | -0/+2 |
* | Add the variant of __sparc_v9__ with five underscores, not just four. | Joerg Sonnenberger | 2015-11-10 | 1 | -1/+3 |
* | Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8 | Joerg Sonnenberger | 2015-11-09 | 1 | -14/+88 |
* | [x86] Additional small fix for MCU psABI support | Andrey Bokhanko | 2015-11-05 | 1 | -2/+6 |
* | [x86] Front-end part of MCU psABI support | Andrey Bokhanko | 2015-11-02 | 1 | -1/+7 |
* | ARMv7k: implement ABI changes for watchOS from standard iOS. | Tim Northover | 2015-10-30 | 1 | -10/+40 |
* | Watch and TV OS: wire up basic ABI choices | Tim Northover | 2015-10-30 | 1 | -1/+4 |
* | Preprocessor: define correct tvOS and watchOS version macros | Tim Northover | 2015-10-30 | 1 | -1/+16 |
* | Fix the calling convention of Mingw64 long double values | Reid Kleckner | 2015-10-28 | 1 | -1/+7 |
* | Simplify boolean conditional return statements in lib/Basic. | Rafael Espindola | 2015-10-24 | 1 | -3/+3 |
* | [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev | Artyom Skrobov | 2015-10-23 | 1 | -1/+1 |
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -11/+3 |
* | Fix __ARM_FP value for sp-only FPUs with Half-precision | Richard Barton | 2015-10-21 | 1 | -1/+1 |
* | [X86] Remove a few 'else' after 'return' | Craig Topper | 2015-10-20 | 1 | -7/+6 |
* | Make getTargetBuiltins return an ArrayRef instead of having two out parameter... | Craig Topper | 2015-10-19 | 1 | -63/+44 |
* | Recommit "Return an ArrayRef instead of having two out parameters of a pointe... | Craig Topper | 2015-10-19 | 1 | -178/+93 |
* | Revert r250676 "Return an ArrayRef instead of having two out parameters of a ... | Craig Topper | 2015-10-19 | 1 | -93/+178 |
* | Return an ArrayRef instead of having two out parameters of a pointer and leng... | Craig Topper | 2015-10-19 | 1 | -178/+93 |
* | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -3/+3 |
* | [X86] Add fxsr feature name for fxsave/fxrestore builtins. | Craig Topper | 2015-10-16 | 1 | -0/+18 |
* | Add support for CloudABI/aarch64. | Ed Schouten | 2015-10-15 | 1 | -0/+2 |
* | [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin... | Craig Topper | 2015-10-15 | 1 | -1/+48 |
* | [X86] Use C+11 non-static data member initialization to initialize all the X8... | Craig Topper | 2015-10-14 | 1 | -34/+30 |
* | Fix whitespace, 80-column violations, embedded tabs for the | Eric Christopher | 2015-10-09 | 1 | -15/+18 |
* | constify the feature vector going into initFeatureMap as it shouldn't | Eric Christopher | 2015-10-09 | 1 | -24/+30 |
* | Use Triple.isAndroid() where possible. | Evgeniy Stepanov | 2015-10-08 | 1 | -1/+1 |
* | Handle sse turning on mmx, but no -mmx not turning off SSE. | Eric Christopher | 2015-10-08 | 1 | -11/+8 |
* | Migrate most feature map inclusion to initFeatureMap for the x86 target so | Eric Christopher | 2015-10-08 | 1 | -17/+21 |
* | Simplify DefaultCPU in ARMTargetInfo | Renato Golin | 2015-10-08 | 1 | -19/+11 |
* | The Driver does not set the +strict-align flag when targeting | Alexandros Lamprineas | 2015-10-05 | 1 | -4/+0 |
* | [mips][p5600] Add -mcpu=p5600 option. | Daniel Sanders | 2015-10-05 | 1 | -0/+1 |
* | Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] tar... | Alexandros Lamprineas | 2015-10-02 | 1 | -6/+6 |
* | [PowerPC] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* macros on all PPC cores | Hal Finkel | 2015-10-01 | 1 | -8/+6 |
* | [CUDA] 32-bit NVPTX should have 32-bit long type. | Artem Belevich | 2015-09-28 | 1 | -0/+1 |
* | Move the darwin define static function to be close to the OS define. | Eric Christopher | 2015-09-24 | 1 | -24/+23 |
* | Use just one larger anonymous namespace instead of a lot of smaller ones. | Eric Christopher | 2015-09-24 | 1 | -15/+0 |
* | Recommit r248154: [ARM] Handle DSP feature as an ArchExtKind | Artyom Skrobov | 2015-09-24 | 1 | -10/+8 |
* | Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def" | James Molloy | 2015-09-21 | 1 | -5/+5 |
* | [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def | Artyom Skrobov | 2015-09-21 | 1 | -5/+5 |
* | Reduce indentation in the TargetInfo implementations and fix up | Eric Christopher | 2015-09-18 | 1 | -369/+362 |
* | Support __builtin_ms_va_list. | Charles Davis | 2015-09-17 | 1 | -0/+3 |
* | [WebAssembly] Define the atomic type sizes | Dan Gohman | 2015-09-14 | 1 | -4/+3 |
* | [WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64 | Dan Gohman | 2015-09-14 | 1 | -0/+13 |
* | Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi... | Hans Wennborg | 2015-09-10 | 1 | -13/+14 |
* | Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes" | Hans Wennborg | 2015-09-10 | 1 | -14/+13 |
* | Fix Clang-tidy misc-use-override warnings, other minor fixes | Hans Wennborg | 2015-09-10 | 1 | -13/+14 |
* | Refactoring of how ARMTargetInfo handles default target features. | Alexandros Lamprineas | 2015-09-06 | 1 | -31/+14 |