- 399ffa5 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 16 years ago
- 5cc15e0 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 16 years ago
- 0b26a61 Add in some more MIPS command line options. by Eric Christopher · 16 years ago
- db5c16b add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 by Chris Lattner · 16 years ago
- ecd2600 Re-applying 96173. Looks like finally I got the test case right. by Sanjiv Gupta · 16 years ago
- 9d23f93 reverting back 96242 as it still causes a test failure. by Sanjiv Gupta · 16 years ago
- af56d37 Re-applying 96173 with corresponding changes in test. by Sanjiv Gupta · 16 years ago
- d041384 temporarily revert 96173, it is causing test failures. by Chris Lattner · 16 years ago
- 1ef8cdd renamed pic16 specifiic macros. by Sanjiv Gupta · 16 years ago
- 3241d40 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 16 years ago
- 5b5d2db Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 16 years ago
- 31a68e7 Simplify FreeBSD version parsing. by Benjamin Kramer · 16 years ago
- 0b0a122 StringRef-ize the TargetInfo::ConstraintInfo constructor. by Anders Carlsson · 16 years ago
- cbc4e98 Fix alignment for msp430 integer types. by Anton Korobeynikov · 16 years ago
- 377dc2f ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 16 years ago
- e437c68 Add support for 3dnow and 3dnowa, and define the target macros accordingly. (This is needed in order to build Qt). by Anders Carlsson · 16 years ago
- d86666f 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 · 16 years ago
- 26b29a0 Move the MacroBuilder utilitiy to its own header. Update references. by Chandler Carruth · 16 years ago
- 5b6d926 Actually remove the include that r93974 made unnecessary. by Chandler Carruth · 16 years ago
- 6bedbf1 long long is 64 bits on msp430 by Anton Korobeynikov · 16 years ago
- 3f7b8b2 Predefine __weak attribute when doing objective-c by Fariborz Jahanian · 16 years ago
- 42c0699 Define __weak attribute for objective-c pointers in by Fariborz Jahanian · 16 years ago
- dc2f006 Hopefully unbreak build with g++ >= 4.3. by Benjamin Kramer · 16 years ago
- 2d6fda3 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 16 years ago
- 002ba6b improve support for dragonfly, patch by Sascha Wildner! by Chris Lattner · 16 years ago
- cfca1f0 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 16 years ago
- 42fe663 ARM: Remove a FIXME, it's not actually more complicated than that. by Daniel Dunbar · 16 years ago
- 0def3d1 ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 16 years ago
- 893d475 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 · 16 years ago
- 7b245ed Targets: Allow CreateTargetInfo to mutate the target features. by Daniel Dunbar · 16 years ago
- d7e4a09 Add f80 entry for windows targets by Anton Korobeynikov · 16 years ago
- d94329a Use proper alignment for i16/i32 on msp430. This fixes PR5815. by Anton Korobeynikov · 16 years ago
- c454ecf ARM: Define __thumb2__ for V6T2 targets and only define by Daniel Dunbar · 16 years ago
- acde99e ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). by Daniel Dunbar · 16 years ago
- 6f8dba7 Tweaks for PS3 target. by John Thompson · 16 years ago
- 847f2a1 Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. by Edward O'Callaghan · 16 years ago
- e467e19 Added preliminary support step for PS3 by John Thompson · 16 years ago
- 2208c57 Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done by Daniel Dunbar · 16 years ago
- 4656c53 Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 16 years ago
- 0730e4f Move -fms-extensions defaulting to driver, instead of using getDefaultLangOptions. by Daniel Dunbar · 16 years ago
- d609b7b Move char-is-signed defaulting to driver, instead of using by Daniel Dunbar · 16 years ago
- e9a58b1 Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 16 years ago
- b9bbd54 Add TargetOptions and use it when constructing targets. by Daniel Dunbar · 16 years ago
- 0fb5bbd do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 16 years ago
- 979586e Simplifiy target feature handling by coalescing all the logic into by Daniel Dunbar · 16 years ago
- 5c67237f teach the various targets what native integer types they have. by Chris Lattner · 16 years ago
- 84f0f77 Add a preprocessor define for adding a "near" section attribute for allowing by Sanjiv Gupta · 16 years ago
- 9dda8e98 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 · 16 years ago
- 051913b Disallow arbitrary custom inline asm constraints for msp430. by Anton Korobeynikov · 16 years ago
- 4f8a2e2 fix some cfstring related issues: by Chris Lattner · 16 years ago
- af9afe9 "Someone pointed out that in my previous Targets.cpp patch I didn't by Mike Stump · 16 years ago
- bc8d0de Handle Eli remark on mingw __declspec macro definition by Cedric Venet · 16 years ago
- 3e7a723 Factor Windows target into VS, MinGW and Cygwin variants. by Daniel Dunbar · 16 years ago
- d545ad1 implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 16 years ago
- 0318479 Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). by Daniel Dunbar · 16 years ago
- faacf01 Fix typo. by Mike Stump · 16 years ago
- 2f5c75e ARM: Incremental improvement to preprocessor defines. by Daniel Dunbar · 16 years ago
- 1da76c4 Add ARM register names and aliases. - Patch by Shantonu Sen! by Daniel Dunbar · 16 years ago
- f7ff53d fix some ppc register name issues, patch by Richard Pennington! by Chris Lattner · 16 years ago
- b4091a9 Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. by Daniel Dunbar · 16 years ago
- 125f8fb ARM target tweaks. by Daniel Dunbar · 16 years ago
- 33a004e Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 16 years ago
- 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- a77eaeb Add basic support for -pthread. by Daniel Dunbar · 16 years ago
- 576d90d Remove TargetInfo::getTargetPrefix(). by Daniel Dunbar · 16 years ago
- 4016518 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 16 years ago
- b841d1b Issue an error if the user specifies parameters in a function marked as ISR. by Sanjiv Gupta · 16 years ago
- a9c3d71 Add TCE target to clang; patch by Mikael Lepistö. by Eli Friedman · 16 years ago
- 58bc48c Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 16 years ago
- 5232203 Convert CreateTargetInfo to use a Triple instead of manul string munging. by Daniel Dunbar · 16 years ago
- 0de52f9 Support compilation for the blackfin back-end by Jakob Stoklund Olesen · 16 years ago
- 859c37a use the new llvm::Triple parsing stuffola for handling darwin version #'s. by Chris Lattner · 16 years ago
- 30ba674 fix a couple of problems with section attributes: by Chris Lattner · 16 years ago
- b0dd95d Add armv7 support. by Mike Stump · 16 years ago
- b5b703b Hook in s390x stuff into clang by Anton Korobeynikov · 16 years ago
- 3afa3e1 codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 16 years ago
- d1d820ed add netbsd support, patch by Krister Kalfridsson! by Chris Lattner · 16 years ago
- 9cb27e9 Correct FreeBSD target info, fixing PR4514. Patch by Roman Divacky. by Duncan Sands · 16 years ago
- 30f95ec pic16 preproc defs. by Sanjiv Gupta · 16 years ago
- 245f229 More tweaks to types for OpenBSD. Patch by Jonathan Gray. by Eli Friedman · 16 years ago
- e3aa454 Per PR4506, fix the type of size_t on OpenBSD. by Eli Friedman · 16 years ago
- fb36b02 Add an intermediate typedef for __builtin_va_tag to make it a bit easier by Eli Friedman · 16 years ago
- c05d2a1 Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. by Douglas Gregor · 16 years ago
- 2857ccb Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 16 years ago
- b2b37c6 Reapply r74532, and inherit from OSTargetInfo instead of from Target. by Torok Edwin · 16 years ago
- 4e05416 Revert 74532 till I figure out why it breaks a bunch of tests. by Torok Edwin · 16 years ago
- 45d60b5 Use templates instead of creating a new class for each OS/Target combination. by Torok Edwin · 16 years ago
- 86e35b3 Use true/false instead of 1/0. by Daniel Dunbar · 16 years ago
- 302ab13 Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD. by Daniel Dunbar · 16 years ago
- 10de9e6 OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 16 years ago
- 1835107 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 16 years ago
- d63bbad Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 16 years ago
- 46be2e1 fix the type of wchar_t for windows, PR4417 by Chris Lattner · 16 years ago
- 2fe5b26 __APPLE_CC__ should only be set when building for darwin targets. by Chris Lattner · 16 years ago
- 5abdec7 move the various builtins stuff from libast to libbasic. This by Chris Lattner · 16 years ago
- eed62b7 Add stack alignment to x86_64 target data. by Daniel Dunbar · 16 years ago
- ebb9e4d Minor tweaks to the Windows target. by Eli Friedman · 16 years ago
- cf432d3 PR4346: add "R" asm register constraint. by Eli Friedman · 16 years ago
- aa27a87 Misc minor fixes for clang for the Windows target. by Eli Friedman · 16 years ago
- 9ffd4a9 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 17 years ago