summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architec...Justin Holewinski2011-04-201-0/+86
* TWEAKDaniel Dunbar2011-04-191-1/+1
* Driver/Darwin: Switch to using -macosx for OS name in triples.Daniel Dunbar2011-04-191-5/+1
* ADT/Triple: Switch to using .isOSDarwin() predicate.Daniel Dunbar2011-04-191-12/+12
* Basic/Darwin: Add support for new -osx and -ios style triples (not yet used).Daniel Dunbar2011-04-191-17/+33
* Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense.Michael J. Spencer2011-04-171-4/+3
* Enable sse4 and aes for SandyBridge. Leave avx support commented out for now.Roman Divacky2011-04-051-2/+5
* Explain why layout prefers 32 for small types on Thumb.Sandeep Patel2011-04-041-0/+4
* Change ARM data layout strings to match llvm-gcc.Bob Wilson2011-04-041-5/+5
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-3/+12
* Make the definition of "long double" consistent for llvm::Triple::Win32 forEli Friedman2011-03-221-1/+3
* Another cortex-m0 patch from James Orr.Bob Wilson2011-03-211-0/+1
* Unbreak build.Daniel Dunbar2011-03-191-1/+2
* lib/Basic/Targets.cpp: __declspec(attr) should be provided on mingw as macro,...NAKAMURA Takumi2011-03-151-2/+18
* lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too.NAKAMURA Takumi2011-03-081-0/+1
* Targets/Darwin: mcount name on Darwin needs to be unmangled.Daniel Dunbar2011-02-211-0/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-12/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+12
* [Heikki Kultala] This patch contains the ABI changes for the TCE target.NAKAMURA Takumi2011-02-181-2/+2
* Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfoPeter Collingbourne2011-02-181-12/+0
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi2011-02-171-1/+1
* Implement mcount profiling, enabled via -pg.Roman Divacky2011-02-101-0/+19
* Support EFI target triple, from Carl Norum!Douglas Gregor2011-02-011-1/+4
* lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64!NAKAMURA Takumi2011-01-171-3/+3
* lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64.NAKAMURA Takumi2011-01-171-1/+1
* lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc.NAKAMURA Takumi2011-01-171-0/+1
* wint_t is defined as 'unsigned int' on Linux. Fixes PR8938.Douglas Gregor2011-01-121-0/+1
* Add cortex-m3 CPU to getCPUDefineSuffix mapping.Bob Wilson2011-01-061-0/+1
* PowerPC fixes.Roman Divacky2011-01-061-17/+24
* set features for k8-sse3Roman Divacky2010-12-291-0/+3
* Change MBlaze target to have the same description string as its LLVM equivalent.Wesley Peck2010-12-121-2/+1
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-6/+9
* Add support for soft/hard float options to the Sparc targetBruno Cardoso Lopes2010-11-091-0/+20
* Include System/DataTypes.h in Diagnostic.h to get intptr_t.Rafael Espindola2010-11-091-0/+1
* Handle Type.h a better way.Dale Johannesen2010-10-291-0/+1
* Generate bitcasts going in and out of MMX parametersDale Johannesen2010-10-291-0/+13
* Ahem. Add rest of D and Q registers to ARM inline asm handling.Dale Johannesen2010-10-281-1/+4
* Add D and Q register names to ARM inline asm handling.Dale Johannesen2010-10-271-3/+9
* Change handling of inline asm 'p' constraint to match llvm-gcc.Dale Johannesen2010-10-221-0/+2
* Revert r117005, WIN32 is not predefined after all.Francois Pichet2010-10-211-1/+0
* MSVC defines WIN32 as a predefined macro.Francois Pichet2010-10-211-0/+1
* Targets: Fix MinGW and VisualStudio predefined macros.Michael J. Spencer2010-10-211-12/+56
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-55/+74
* Fix Whitespace.Michael J. Spencer2010-10-211-45/+45
* Revert "Cleanup and fix predefined macros for windows."Michael J. Spencer2010-10-211-72/+53
* Cleanup and fix predefined macros for windows.Michael J. Spencer2010-10-211-53/+72
* CodeGen: Fix long double on Windows using MSVC runtime.Michael J. Spencer2010-10-181-0/+2
* Fix Whitespace.Michael J. Spencer2010-10-181-3/+3
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-72/+0
* Fix Windows64 target info so pointer arithmetic is done correctly, and no sig...Cameron Esfahani2010-09-151-0/+3
OpenPOWER on IntegriCloud