- 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
- ed73473 Add in some more MIPS command line options. by Eric Christopher · 15 years ago
- e03ae30 add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 by Chris Lattner · 15 years ago
- fcd302b Re-applying 96173. Looks like finally I got the test case right. by Sanjiv Gupta · 15 years ago
- 5591a6b reverting back 96242 as it still causes a test failure. by Sanjiv Gupta · 15 years ago
- aed63cb Re-applying 96173 with corresponding changes in test. by Sanjiv Gupta · 15 years ago
- 94baf7f temporarily revert 96173, it is causing test failures. by Chris Lattner · 15 years ago
- a5999e2 renamed pic16 specifiic macros. by Sanjiv Gupta · 15 years ago
- b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
- b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
- 3bb6530 Simplify FreeBSD version parsing. by Benjamin Kramer · 15 years ago
- f959fb5 StringRef-ize the TargetInfo::ConstraintInfo constructor. by Anders Carlsson · 15 years ago
- 09f52a6 Fix alignment for msp430 integer types. by Anton Korobeynikov · 15 years ago
- d410fa2 ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 15 years ago
- 9b0fb62 Add support for 3dnow and 3dnowa, and define the target macros accordingly. (This is needed in order to build Qt). by Anders Carlsson · 15 years ago
- 21ae319 Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. by Daniel Dunbar · 15 years ago
- 103b71c Move the MacroBuilder utilitiy to its own header. Update references. by Chandler Carruth · 15 years ago
- b3ee1df Actually remove the include that r93974 made unnecessary. by Chandler Carruth · 15 years ago
- 26d18c1 long long is 64 bits on msp430 by Anton Korobeynikov · 15 years ago
- 7d95747 Predefine __weak attribute when doing objective-c by Fariborz Jahanian · 15 years ago
- 453c134 Define __weak attribute for objective-c pointers in by Fariborz Jahanian · 15 years ago
- 4872508 Hopefully unbreak build with g++ >= 4.3. by Benjamin Kramer · 15 years ago
- a999277 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 15 years ago
- 7a7ca28 improve support for dragonfly, patch by Sascha Wildner! by Chris Lattner · 15 years ago
- 2550d70 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 15 years ago
- 5affb53 ARM: Remove a FIXME, it's not actually more complicated than that. by Daniel Dunbar · 15 years ago
- a91320b ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 15 years ago
- 97f52ac ARM: Use front-end specific target features "soft-float" and "soft-float-abi" to communicate FP mode to target; __SOFTFP__ is set correctly now. by Daniel Dunbar · 15 years ago
- b93292a Targets: Allow CreateTargetInfo to mutate the target features. by Daniel Dunbar · 15 years ago
- b381441 Add f80 entry for windows targets by Anton Korobeynikov · 15 years ago
- 5d7c251 Use proper alignment for i16/i32 on msp430. This fixes PR5815. by Anton Korobeynikov · 15 years ago
- 0791aa5 ARM: Define __thumb2__ for V6T2 targets and only define by Daniel Dunbar · 15 years ago
- eac7c53 ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). by Daniel Dunbar · 15 years ago
- ec387af Tweaks for PS3 target. by John Thompson · 15 years ago
- 9cf910e Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. by Edward O'Callaghan · 15 years ago
- 3f6918a Added preliminary support step for PS3 by John Thompson · 15 years ago
- 2fc430d Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done by Daniel Dunbar · 15 years ago
- c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
- 0be42c4 Move -fms-extensions defaulting to driver, instead of using getDefaultLangOptions. by Daniel Dunbar · 15 years ago
- 1f95e65 Move char-is-signed defaulting to driver, instead of using by Daniel Dunbar · 15 years ago
- 84423a8 Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 15 years ago
- d58c03f Add TargetOptions and use it when constructing targets. by Daniel Dunbar · 15 years ago
- 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 15 years ago
- 29a790b Simplifiy target feature handling by coalescing all the logic into by Daniel Dunbar · 15 years ago
- 1932e12 teach the various targets what native integer types they have. by Chris Lattner · 15 years ago
- 7de7009 Add a preprocessor define for adding a "near" section attribute for allowing by Sanjiv Gupta · 15 years ago
- 991f9a7 The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h header and the clang stddef.h header where clang was defining as int where we use long. by Edward O'Callaghan · 15 years ago
- 03265b6 Disallow arbitrary custom inline asm constraints for msp430. by Anton Korobeynikov · 15 years ago
- 278b9f0 fix some cfstring related issues: by Chris Lattner · 15 years ago
- a55cce8 "Someone pointed out that in my previous Targets.cpp patch I didn't by Mike Stump · 15 years ago
- 9a7b085 Handle Eli remark on mingw __declspec macro definition by Cedric Venet · 15 years ago
- 9fe4a5d Factor Windows target into VS, MinGW and Cygwin variants. by Daniel Dunbar · 15 years ago
- 21fb98e implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 15 years ago
- dff10dc Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). by Daniel Dunbar · 15 years ago
- 1088039 Fix typo. by Mike Stump · 15 years ago
- e1f63b3 ARM: Incremental improvement to preprocessor defines. by Daniel Dunbar · 15 years ago
- c1f2cdd Add ARM register names and aliases. - Patch by Shantonu Sen! by Daniel Dunbar · 15 years ago
- e94e0d4 fix some ppc register name issues, patch by Richard Pennington! by Chris Lattner · 15 years ago
- 018ba5a Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. by Daniel Dunbar · 15 years ago
- a2a4161 ARM target tweaks. by Daniel Dunbar · 15 years ago
- f4aa4f61 Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
- 55cc2ed Remove TargetInfo::getTargetPrefix(). by Daniel Dunbar · 15 years ago
- 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
- da3e03e Issue an error if the user specifies parameters in a function marked as ISR. by Sanjiv Gupta · 15 years ago
- b63decf Add TCE target to clang; patch by Mikael Lepistö. by Eli Friedman · 15 years ago
- 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
- 9d6fa61 Convert CreateTargetInfo to use a Triple instead of manul string munging. by Daniel Dunbar · 15 years ago
- 1eb4343 Support compilation for the blackfin back-end by Jakob Stoklund Olesen · 15 years ago
- 4c28b1c use the new llvm::Triple parsing stuffola for handling darwin version #'s. by Chris Lattner · 15 years ago
- 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
- 59e6572 Add armv7 support. by Mike Stump · 15 years ago
- 89e887f Hook in s390x stuff into clang by Anton Korobeynikov · 15 years ago
- 95b851e codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 15 years ago
- b62bb28 add netbsd support, patch by Krister Kalfridsson! by Chris Lattner · 15 years ago
- 1e90faf Correct FreeBSD target info, fixing PR4514. Patch by Roman Divacky. by Duncan Sands · 15 years ago
- 7f579b1 pic16 preproc defs. by Sanjiv Gupta · 15 years ago
- 6036ebe More tweaks to types for OpenBSD. Patch by Jonathan Gray. by Eli Friedman · 15 years ago
- 624c146 Per PR4506, fix the type of size_t on OpenBSD. by Eli Friedman · 15 years ago
- dc04316 Add an intermediate typedef for __builtin_va_tag to make it a bit easier by Eli Friedman · 15 years ago
- a384492 Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. by Douglas Gregor · 15 years ago
- 3c7b6e4 Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 15 years ago
- 5f6c194 Reapply r74532, and inherit from OSTargetInfo instead of from Target. by Torok Edwin · 15 years ago
- b0a5b24 Revert 74532 till I figure out why it breaks a bunch of tests. by Torok Edwin · 15 years ago
- 50dd810 Use templates instead of creating a new class for each OS/Target combination. by Torok Edwin · 15 years ago
- 811844d Use true/false instead of 1/0. by Daniel Dunbar · 15 years ago
- 43a3643 Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD. by Daniel Dunbar · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
- 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
- 85de9e7 fix the type of wchar_t for windows, PR4417 by Chris Lattner · 15 years ago
- 7478bbf __APPLE_CC__ should only be set when building for darwin targets. by Chris Lattner · 15 years ago
- 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
- 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
- 9c2f84e Minor tweaks to the Windows target. by Eli Friedman · 15 years ago
- 12b2da0 PR4346: add "R" asm register constraint. by Eli Friedman · 15 years ago
- abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
- 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
- 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago