summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of pretty non-ASCII quotes.Sebastian Redl2010-08-171-2/+2
* apparently msvc defines _STDCALL_SUPPORTED, so we shouldChris Lattner2010-08-171-0/+1
* ARM: Recognize single precision float register names.Daniel Dunbar2010-08-111-1/+11
* ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc.Daniel Dunbar2010-08-111-6/+5
* Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén!Douglas Gregor2010-08-061-0/+2
* fix the va_list definition for vc++64, patch by Cameron Esfahani!Chris Lattner2010-08-051-3/+0
* Add -mavx and -mno-avx command line supportBruno Cardoso Lopes2010-08-041-2/+18
* Catch thinko that Daniel Dunbar found.Nate Begeman2010-07-211-0/+1
* Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULLNate Begeman2010-07-211-1/+3
* CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar2010-07-141-0/+8
* Revert 107953, remove comma ignoring from PPC constraints.John Thompson2010-07-091-2/+0
* Updating PPC target to ignore commas in asm contrains, as apparently that is ...John Thompson2010-07-091-0/+2
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+26
* Translate numbers properly.Eric Christopher2010-06-251-1/+1
* Fixed another double-char in PPC-specific asm constraints.John Thompson2010-06-251-2/+6
* Added PPC-specific asm constraints, PS3 configuration changes.John Thompson2010-06-241-2/+91
* More clang support for darwin tls. Add a __has_feature macro andEric Christopher2010-06-241-1/+1
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-111-0/+6
* Create a LinuxTargetInfo on ARM. This make clang correctly expandRafael Espindola2010-06-101-0/+2
* On Darwin, initialization and destruction functions should go into the __Stat...Anders Carlsson2010-06-081-0/+6
* Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola2010-06-041-0/+2
* Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64.Daniel Dunbar2010-05-301-2/+23
* Roll back r104941.John McCall2010-05-281-1/+1
* Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall2010-05-281-1/+1
* Darwin/ARM seems to support mac68k align as well.Daniel Dunbar2010-05-271-1/+3
* Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin.Daniel Dunbar2010-05-271-0/+1
* david conrad points out that {|} in inline assembly on arm are not asmChris Lattner2010-04-231-0/+4
* another tweak for haiku support, patch by Paul Davey!Chris Lattner2010-04-221-0/+2
* ARM/APCS: Don't respect bit-field types when laying out structures.Daniel Dunbar2010-04-221-0/+4
* Sink the _GNU_SOURCE definition down into the target configuration,Douglas Gregor2010-04-211-0/+4
* add haiku support, patch by Paul Davey!Chris Lattner2010-04-111-0/+19
* Add option and macro definition for AES instructions. Now produces realEric Christopher2010-04-021-2/+20
* PS3 needs __PPC__. Should this be in the PPC target?John Thompson2010-03-251-0/+1
* fix PR6584: __SSE3__ not defined with -mss3Nuno Lopes2010-03-121-0/+1
* add mblaze target support, patch by Wesley Peck!Chris Lattner2010-03-061-0/+131
* add TCE target support, patch by Pekka J!Chris Lattner2010-03-041-3/+4
* Add in disabled case as well.Eric Christopher2010-03-041-0/+4
* Add in -msse4.1 and -msse4.2 options and continuing a ratherEric Christopher2010-03-041-3/+8
* add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner2010-03-031-3/+10
* Add in some more MIPS command line options.Eric Christopher2010-03-021-1/+29
* add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318Chris Lattner2010-02-161-1/+10
* Re-applying 96173. Looks like finally I got the test case right.Sanjiv Gupta2010-02-161-5/+7
* reverting back 96242 as it still causes a test failure.Sanjiv Gupta2010-02-151-7/+5
* Re-applying 96173 with corresponding changes in test.Sanjiv Gupta2010-02-151-5/+7
* temporarily revert 96173, it is causing test failures.Chris Lattner2010-02-141-7/+5
* renamed pic16 specifiic macros.Sanjiv Gupta2010-02-141-5/+7
* Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar2010-02-101-3/+0
* Don't explicitly force utf strings into the __TEXT,__ustringChris Lattner2010-02-011-4/+0
* Simplify FreeBSD version parsing.Benjamin Kramer2010-01-301-10/+4
* StringRef-ize the TargetInfo::ConstraintInfo constructor.Anders Carlsson2010-01-301-1/+1
OpenPOWER on IntegriCloud