| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Use OS-specific configuration for mips-netbsd and mips-freebsd. | Joerg Sonnenberger | 2011-07-05 | 1 | -4/+11 |
| * | Don't define _BIG_ENDIAN for NetBSD/PowerPC. | Joerg Sonnenberger | 2011-07-05 | 1 | -1/+2 |
| * | Fix indentation | Joerg Sonnenberger | 2011-07-05 | 1 | -3/+3 |
| * | Add explicit default case for -Wswitch-enum. | Joerg Sonnenberger | 2011-07-04 | 1 | -0/+2 |
| * | Use switch(os) style consistently. Add a bunch of NetBSD branches. | Joerg Sonnenberger | 2011-07-04 | 1 | -10/+27 |
| * | On PowerPC, both FreeBSD and NetBSD use ints for (s)size_t | Joerg Sonnenberger | 2011-07-04 | 1 | -1/+5 |
| * | Update for llvm commit r134291. | Eric Christopher | 2011-07-02 | 1 | -1/+2 |
| * | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor | 2011-07-01 | 1 | -0/+73 |
| * | Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134. | Bob Wilson | 2011-06-29 | 1 | -1/+1 |
| * | Move additional register names to their own lookup, separate from | Eric Christopher | 2011-06-21 | 1 | -13/+17 |
| * | As a hopefully temporary workaround for a header mistake, treat | John McCall | 2011-06-17 | 1 | -0/+1 |
| * | Add some more memory constraints for ARM. | Eric Christopher | 2011-06-17 | 1 | -0/+6 |
| * | On ARM make sure that we continue translating 'p' to 'r' for the | Eric Christopher | 2011-06-17 | 1 | -0/+3 |
| * | Stylistic fix: move virtual keyword before return type. | Evan Cheng | 2011-06-16 | 1 | -2/+1 |
| * | Unconditionally #define the ARC ownership qualifiers, instead of #defining | John McCall | 2011-06-16 | 1 | -8/+1 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -8/+28 |
| * | Followup to 132737; make two-character string explicit, add some | Stuart Hastings | 2011-06-08 | 1 | -1/+1 |
| * | Clang support for ARM Uv/Uy/Uq inline-asm constraints. | Stuart Hastings | 2011-06-07 | 1 | -4/+26 |
| * | Add stuff for o32 ABI conformance. | Akira Hatanaka | 2011-06-02 | 1 | -2/+4 |
| * | sandybridge is now called corei7-avx | Benjamin Kramer | 2011-05-20 | 1 | -1/+1 |
| * | Define __ARM_NEON__ in both ARM and Thumb modes. Radar 9431992. | Bob Wilson | 2011-05-13 | 1 | -3/+3 |
| * | __builtin_va_list is void* on ARM, not char*. | John McCall | 2011-05-09 | 1 | -1/+1 |
| * | Revert r130750, "Make the mno flags match GCC. Patch by Alexander Best!", it ... | Daniel Dunbar | 2011-05-03 | 1 | -45/+29 |
| * | Make the mno flags match GCC. Patch by Alexander Best! | Michael J. Spencer | 2011-05-03 | 1 | -29/+45 |
| * | Remove this assert, I don't think it's being helpful and people have | Eric Christopher | 2011-04-27 | 1 | -1/+0 |
| * | Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they | Daniel Dunbar | 2011-04-21 | 1 | -4/+8 |
| * | PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architec... | Justin Holewinski | 2011-04-20 | 1 | -0/+86 |
| * | TWEAK | Daniel Dunbar | 2011-04-19 | 1 | -1/+1 |
| * | Driver/Darwin: Switch to using -macosx for OS name in triples. | Daniel Dunbar | 2011-04-19 | 1 | -5/+1 |
| * | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar | 2011-04-19 | 1 | -12/+12 |
| * | Basic/Darwin: Add support for new -osx and -ios style triples (not yet used). | Daniel Dunbar | 2011-04-19 | 1 | -17/+33 |
| * | Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense. | Michael J. Spencer | 2011-04-17 | 1 | -4/+3 |
| * | Enable sse4 and aes for SandyBridge. Leave avx support commented out for now. | Roman Divacky | 2011-04-05 | 1 | -2/+5 |
| * | Explain why layout prefers 32 for small types on Thumb. | Sandeep Patel | 2011-04-04 | 1 | -0/+4 |
| * | Change ARM data layout strings to match llvm-gcc. | Bob Wilson | 2011-04-04 | 1 | -5/+5 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -3/+12 |
| * | Make the definition of "long double" consistent for llvm::Triple::Win32 for | Eli Friedman | 2011-03-22 | 1 | -1/+3 |
| * | Another cortex-m0 patch from James Orr. | Bob Wilson | 2011-03-21 | 1 | -0/+1 |
| * | Unbreak build. | Daniel Dunbar | 2011-03-19 | 1 | -1/+2 |