| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar | 2009-11-11 | 1 | -17/+22 |
| * | teach the various targets what native integer types they have. | Chris Lattner | 2009-11-07 | 1 | -17/+18 |
| * | Add a preprocessor define for adding a "near" section attribute for allowing | Sanjiv Gupta | 2009-10-24 | 1 | -0/+2 |
| * | The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he... | Edward O'Callaghan | 2009-10-18 | 1 | -0/+35 |
| * | Disallow arbitrary custom inline asm constraints for msp430. | Anton Korobeynikov | 2009-10-15 | 1 | -2/+2 |
| * | fix some cfstring related issues: | Chris Lattner | 2009-10-14 | 1 | -4/+0 |
| * | "Someone pointed out that in my previous Targets.cpp patch I didn't | Mike Stump | 2009-10-08 | 1 | -0/+1 |
| * | Handle Eli remark on mingw __declspec macro definition | Cedric Venet | 2009-09-27 | 1 | -1/+1 |
| * | Factor Windows target into VS, MinGW and Cygwin variants. | Daniel Dunbar | 2009-09-23 | 1 | -11/+128 |
| * | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner | 2009-09-23 | 1 | -0/+12 |
| * | Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). | Daniel Dunbar | 2009-09-22 | 1 | -3/+20 |
| * | Fix typo. | Mike Stump | 2009-09-17 | 1 | -1/+1 |
| * | ARM: Incremental improvement to preprocessor defines. | Daniel Dunbar | 2009-09-17 | 1 | -13/+38 |
| * | Add ARM register names and aliases. | Daniel Dunbar | 2009-09-17 | 1 | -75/+107 |
| * | fix some ppc register name issues, patch by Richard Pennington! | Chris Lattner | 2009-09-16 | 1 | -45/+78 |
| * | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. | Daniel Dunbar | 2009-09-14 | 1 | -1/+9 |
| * | ARM target tweaks. | Daniel Dunbar | 2009-09-14 | 1 | -2/+24 |
| * | Swizzle the target triple based on -mthumb, and update clang-cc to recognize | Daniel Dunbar | 2009-09-11 | 1 | -0/+1 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -37/+37 |
| * | Add basic support for -pthread. | Daniel Dunbar | 2009-09-03 | 1 | -0/+9 |
| * | Remove TargetInfo::getTargetPrefix(). | Daniel Dunbar | 2009-08-24 | 1 | -27/+9 |
| * | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar | 2009-08-24 | 1 | -27/+27 |
| * | Issue an error if the user specifies parameters in a function marked as ISR. | Sanjiv Gupta | 2009-08-20 | 1 | -2/+7 |
| * | Add TCE target to clang; patch by Mikael Lepistö. | Eli Friedman | 2009-08-19 | 1 | -0/+67 |
| * | Switch to SmallString::str from SmallString::c_str. | Daniel Dunbar | 2009-08-19 | 1 | -6/+7 |
| * | Convert CreateTargetInfo to use a Triple instead of manul string munging. | Daniel Dunbar | 2009-08-18 | 1 | -72/+66 |
| * | Support compilation for the blackfin back-end | Jakob Stoklund Olesen | 2009-08-17 | 1 | -0/+81 |
| * | use the new llvm::Triple parsing stuffola for handling darwin version #'s. | Chris Lattner | 2009-08-12 | 1 | -93/+47 |
| * | fix a couple of problems with section attributes: | Chris Lattner | 2009-08-10 | 1 | -1/+13 |
| * | Add armv7 support. | Mike Stump | 2009-08-04 | 1 | -2/+8 |
| * | Hook in s390x stuff into clang | Anton Korobeynikov | 2009-07-16 | 1 | -0/+69 |
| * | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner | 2009-07-16 | 1 | -8/+0 |
| * | add netbsd support, patch by Krister Kalfridsson! | Chris Lattner | 2009-07-13 | 1 | -0/+23 |
| * | Correct FreeBSD target info, fixing PR4514. | Duncan Sands | 2009-07-08 | 1 | -1/+3 |
| * | pic16 preproc defs. | Sanjiv Gupta | 2009-07-07 | 1 | -0/+5 |
| * | More tweaks to types for OpenBSD. Patch by Jonathan Gray. | Eli Friedman | 2009-07-05 | 1 | -1/+14 |
| * | Per PR4506, fix the type of size_t on OpenBSD. | Eli Friedman | 2009-07-05 | 1 | -1/+12 |
| * | Add an intermediate typedef for __builtin_va_tag to make it a bit easier | Eli Friedman | 2009-07-03 | 1 | -1/+2 |
| * | Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. | Douglas Gregor | 2009-07-01 | 1 | -5/+5 |
| * | Fix for PR4192: fix the definition of int64_t on x86_64 Linux. | Eli Friedman | 2009-07-01 | 1 | -2/+15 |
| * | Reapply r74532, and inherit from OSTargetInfo instead of from Target. | Torok Edwin | 2009-06-30 | 1 | -353/+183 |
| * | Revert 74532 till I figure out why it breaks a bunch of tests. | Torok Edwin | 2009-06-30 | 1 | -183/+353 |
| * | Use templates instead of creating a new class for each OS/Target combination. | Torok Edwin | 2009-06-30 | 1 | -353/+183 |
| * | Use true/false instead of 1/0. | Daniel Dunbar | 2009-06-29 | 1 | -4/+4 |
| * | Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD. | Daniel Dunbar | 2009-06-29 | 1 | -1/+0 |
| * | OpenBSD support. | Daniel Dunbar | 2009-06-29 | 1 | -0/+46 |
| * | Make the StackProtector bitfield use enums instead of obscure numbers. | Bill Wendling | 2009-06-28 | 1 | -1/+1 |
| * | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling | 2009-06-28 | 1 | -3/+6 |
| * | fix the type of wchar_t for windows, PR4417 | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
| * | __APPLE_CC__ should only be set when building for darwin targets. | Chris Lattner | 2009-06-23 | 1 | -0/+1 |