| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement mcount profiling, enabled via -pg. | Roman Divacky | 2011-02-10 | 1 | -0/+19 |
| * | Support EFI target triple, from Carl Norum! | Douglas Gregor | 2011-02-01 | 1 | -1/+4 |
| * | lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! | NAKAMURA Takumi | 2011-01-17 | 1 | -3/+3 |
| * | lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. | NAKAMURA Takumi | 2011-01-17 | 1 | -1/+1 |
| * | lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. | NAKAMURA Takumi | 2011-01-17 | 1 | -0/+1 |
| * | wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. | Douglas Gregor | 2011-01-12 | 1 | -0/+1 |
| * | Add cortex-m3 CPU to getCPUDefineSuffix mapping. | Bob Wilson | 2011-01-06 | 1 | -0/+1 |
| * | PowerPC fixes. | Roman Divacky | 2011-01-06 | 1 | -17/+24 |
| * | set features for k8-sse3 | Roman Divacky | 2010-12-29 | 1 | -0/+3 |
| * | Change MBlaze target to have the same description string as its LLVM equivalent. | Wesley Peck | 2010-12-12 | 1 | -2/+1 |
| * | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian | 2010-11-30 | 1 | -6/+9 |
| * | Add support for soft/hard float options to the Sparc target | Bruno Cardoso Lopes | 2010-11-09 | 1 | -0/+20 |
| * | Include System/DataTypes.h in Diagnostic.h to get intptr_t. | Rafael Espindola | 2010-11-09 | 1 | -0/+1 |
| * | Handle Type.h a better way. | Dale Johannesen | 2010-10-29 | 1 | -0/+1 |
| * | Generate bitcasts going in and out of MMX parameters | Dale Johannesen | 2010-10-29 | 1 | -0/+13 |
| * | Ahem. Add rest of D and Q registers to ARM inline asm handling. | Dale Johannesen | 2010-10-28 | 1 | -1/+4 |
| * | Add D and Q register names to ARM inline asm handling. | Dale Johannesen | 2010-10-27 | 1 | -3/+9 |
| * | Change handling of inline asm 'p' constraint to match llvm-gcc. | Dale Johannesen | 2010-10-22 | 1 | -0/+2 |
| * | Revert r117005, WIN32 is not predefined after all. | Francois Pichet | 2010-10-21 | 1 | -1/+0 |
| * | MSVC defines WIN32 as a predefined macro. | Francois Pichet | 2010-10-21 | 1 | -0/+1 |
| * | Targets: Fix MinGW and VisualStudio predefined macros. | Michael J. Spencer | 2010-10-21 | 1 | -12/+56 |
| * | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 1 | -55/+74 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-10-21 | 1 | -45/+45 |
| * | Revert "Cleanup and fix predefined macros for windows." | Michael J. Spencer | 2010-10-21 | 1 | -72/+53 |
| * | Cleanup and fix predefined macros for windows. | Michael J. Spencer | 2010-10-21 | 1 | -53/+72 |
| * | CodeGen: Fix long double on Windows using MSVC runtime. | Michael J. Spencer | 2010-10-18 | 1 | -0/+2 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-10-18 | 1 | -3/+3 |
| * | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -72/+0 |
| * | Fix Windows64 target info so pointer arithmetic is done correctly, and no sig... | Cameron Esfahani | 2010-09-15 | 1 | -0/+3 |
| * | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner | 2010-08-31 | 1 | -0/+3 |
| * | Add some missing X86-specific asm constraint letters, and fix | Dale Johannesen | 2010-08-24 | 1 | -4/+18 |
| * | Detabify. | Eli Friedman | 2010-08-22 | 1 | -1/+1 |
| * | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall | 2010-08-21 | 1 | -1/+4 |
| * | Get rid of pretty non-ASCII quotes. | Sebastian Redl | 2010-08-17 | 1 | -2/+2 |
| * | apparently msvc defines _STDCALL_SUPPORTED, so we should | Chris Lattner | 2010-08-17 | 1 | -0/+1 |
| * | ARM: Recognize single precision float register names. | Daniel Dunbar | 2010-08-11 | 1 | -1/+11 |
| * | ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. | Daniel Dunbar | 2010-08-11 | 1 | -6/+5 |
| * | Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! | Douglas Gregor | 2010-08-06 | 1 | -0/+2 |
| * | fix the va_list definition for vc++64, patch by Cameron Esfahani! | Chris Lattner | 2010-08-05 | 1 | -3/+0 |
| * | Add -mavx and -mno-avx command line support | Bruno Cardoso Lopes | 2010-08-04 | 1 | -2/+18 |
| * | Catch thinko that Daniel Dunbar found. | Nate Begeman | 2010-07-21 | 1 | -0/+1 |
| * | Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL | Nate Begeman | 2010-07-21 | 1 | -1/+3 |
| * | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar | 2010-07-14 | 1 | -0/+8 |
| * | Revert 107953, remove comma ignoring from PPC constraints. | John Thompson | 2010-07-09 | 1 | -2/+0 |
| * | Updating PPC target to ignore commas in asm contrains, as apparently that is ... | John Thompson | 2010-07-09 | 1 | -0/+2 |
| * | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+26 |
| * | Translate numbers properly. | Eric Christopher | 2010-06-25 | 1 | -1/+1 |
| * | Fixed another double-char in PPC-specific asm constraints. | John Thompson | 2010-06-25 | 1 | -2/+6 |
| * | Added PPC-specific asm constraints, PS3 configuration changes. | John Thompson | 2010-06-24 | 1 | -2/+91 |
| * | More clang support for darwin tls. Add a __has_feature macro and | Eric Christopher | 2010-06-24 | 1 | -1/+1 |