| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a typo spotted by Jonathan Sauer. | Chandler Carruth | 2011-09-28 | 1 | -1/+1 |
| * | Attempt to silence the GCC -Wreturn-type warning... | Chandler Carruth | 2011-09-28 | 1 | -0/+1 |
| * | Generate tests for all of the x86 SIMD instruction feature set | Chandler Carruth | 2011-09-28 | 1 | -4/+6 |
| * | Fix a think-o on my part that got enshrined in a FIXME by setting up the | Chandler Carruth | 2011-09-28 | 1 | -1/+3 |
| * | Move some of the defines down to more natural locations, consolidating | Chandler Carruth | 2011-09-28 | 1 | -10/+10 |
| * | Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode. | Chandler Carruth | 2011-09-28 | 1 | -2/+59 |
| * | Simplify the control flow for predefined macro selection by using | Chandler Carruth | 2011-09-28 | 1 | -27/+26 |
| * | Switch the X86TargetInfo object from a string representation of the | Chandler Carruth | 2011-09-28 | 1 | -57/+179 |
| * | Introduce an enumeration for the x86 CPUs recognized by Clang. I've | Chandler Carruth | 2011-09-28 | 1 | -0/+124 |
| * | Clean up a bit of the uses of CPU in the TargetInfo classes. This makes | Chandler Carruth | 2011-09-28 | 1 | -11/+6 |
| * | Begin fixing Clang's predefined macros for various architectures. This | Chandler Carruth | 2011-09-28 | 1 | -6/+101 |
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -1/+1 |
| * | Fix missing includes for llvm_unreachable | David Blaikie | 2011-09-23 | 1 | -0/+1 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
| * | PTX: Clean up target options code | Justin Holewinski | 2011-09-22 | 1 | -79/+27 |
| * | Define Mips64 TargetInfo classes. | Akira Hatanaka | 2011-09-20 | 1 | -0/+144 |
| * | Clean up TargetInfo class hierarchy. Define a base class from which TargetInfos | Akira Hatanaka | 2011-09-20 | 1 | -126/+122 |
| * | Clarify PNaCl target characteristics: set LongDoubleWidth, PtrDiffType, IntPt... | Ivan Krasin | 2011-09-20 | 1 | -7/+5 |
| * | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -4/+4 |
| * | PTX: Define target options | Justin Holewinski | 2011-09-15 | 1 | -0/+89 |
| * | Add comment. | Akira Hatanaka | 2011-09-14 | 1 | -0/+1 |
| * | O64 will not be supported. | Akira Hatanaka | 2011-09-13 | 1 | -5/+0 |
| * | mips*-*-psp is no longer supported as a target. | Akira Hatanaka | 2011-09-13 | 1 | -4/+0 |
| * | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -1/+1 |
| * | Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n... | Ivan Krasin | 2011-08-29 | 1 | -0/+2 |
| * | PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t... | Ivan Krasin | 2011-08-25 | 1 | -0/+7 |
| * | Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron... | Ivan Krasin | 2011-08-24 | 1 | -1/+6 |
| * | Add PNaCl TargetInfo. | Ivan Krasin | 2011-08-24 | 1 | -0/+72 |
| * | "-mavx" should also enable all other SSE levels. | Bruno Cardoso Lopes | 2011-08-18 | 1 | -1/+2 |
| * | Additional comments and whitespace. | Chad Rosier | 2011-08-04 | 1 | -1/+2 |
| * | Add partial support for using anonymous bitfields (e.g., int : 0) to enforce | Chad Rosier | 2011-08-04 | 1 | -0/+10 |
| * | Remove dead code flagged by GCC's -Wunused-but-set-variable. | Benjamin Kramer | 2011-07-31 | 1 | -3/+0 |
| * | Add support for the 'Q' arm memory constraint. | Eric Christopher | 2011-07-29 | 1 | -1/+4 |
| * | After further discussion it has been determined that alignof should report | Chad Rosier | 2011-07-26 | 1 | -4/+2 |
| * | Allow target to specify about using minimum alignment vs preferred. Takes ca... | Chad Rosier | 2011-07-25 | 1 | -2/+4 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -12/+12 |
| * | Define the _MIPS_SIM builtin macro on MIPS platforms. Patch by Robert Millan! | Bruno Cardoso Lopes | 2011-07-21 | 1 | -1/+19 |
| * | Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (... | Chad Rosier | 2011-07-19 | 1 | -4/+8 |
| * | Clang asserts "Invalid environment!" when using -ccc-host-triple | Chad Rosier | 2011-07-19 | 1 | -0/+4 |
| * | simplify | Chris Lattner | 2011-07-14 | 1 | -1/+1 |
| * | StringMap::first() is about to start returning a StringRef, adapt. | Chris Lattner | 2011-07-14 | 1 | -1/+2 |
| * | Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -ma... | Bruno Cardoso Lopes | 2011-07-11 | 1 | -1/+1 |
| * | Enable "avx" feature, so it can be seen by llvm | Bruno Cardoso Lopes | 2011-07-11 | 1 | -1/+1 |
| * | Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul... | Eli Friedman | 2011-07-08 | 1 | -37/+53 |
| * | Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backend | Evan Cheng | 2011-07-08 | 1 | -11/+2 |
| * | Fix a typo in the fpsr register and add the fpcr register. | Eric Christopher | 2011-07-07 | 1 | -5/+5 |
| * | FreeBSD gets FreeBSD target, just mipsel. | Joerg Sonnenberger | 2011-07-07 | 1 | -1/+1 |
| * | Fix C&P error | Joerg Sonnenberger | 2011-07-06 | 1 | -1/+1 |
| * | Remove unused member of Builtin::Info. | Eli Friedman | 2011-07-05 | 1 | -8/+8 |
| * | Hook up mipsel-netbsd and mipsel-freebsd for OS specific handling. | Joerg Sonnenberger | 2011-07-05 | 1 | -4/+11 |