Age | Commit message (Expand) | Author |
2010-10-22 | Change handling of inline asm 'p' constraint to match llvm-gcc. | Dale Johannesen |
2010-10-21 | Revert r117005, WIN32 is not predefined after all. | Francois Pichet |
2010-10-21 | MSVC defines WIN32 as a predefined macro. | Francois Pichet |
2010-10-21 | Targets: Fix MinGW and VisualStudio predefined macros. | Michael J. Spencer |
2010-10-21 | Reorganize predefined macros for all Windows targets. | Michael J. Spencer |
2010-10-21 | Fix Whitespace. | Michael J. Spencer |
2010-10-21 | Revert "Cleanup and fix predefined macros for windows." | Michael J. Spencer |
2010-10-21 | Cleanup and fix predefined macros for windows. | Michael J. Spencer |
2010-10-18 | CodeGen: Fix long double on Windows using MSVC runtime. | Michael J. Spencer |
2010-10-18 | Fix Whitespace. | Michael J. Spencer |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-09-15 | Fix Windows64 target info so pointer arithmetic is done correctly, and no sig... | Cameron Esfahani |
2010-08-31 | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner |
2010-08-24 | Add some missing X86-specific asm constraint letters, and fix | Dale Johannesen |
2010-08-22 | Detabify. | Eli Friedman |
2010-08-21 | The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that | John McCall |
2010-08-17 | Get rid of pretty non-ASCII quotes. | Sebastian Redl |
2010-08-17 | apparently msvc defines _STDCALL_SUPPORTED, so we should | Chris Lattner |
2010-08-11 | ARM: Recognize single precision float register names. | Daniel Dunbar |
2010-08-11 | ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. | Daniel Dunbar |
2010-08-06 | Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! | Douglas Gregor |
2010-08-05 | fix the va_list definition for vc++64, patch by Cameron Esfahani! | Chris Lattner |
2010-08-04 | Add -mavx and -mno-avx command line support | Bruno Cardoso Lopes |
2010-07-21 | Catch thinko that Daniel Dunbar found. | Nate Begeman |
2010-07-21 | Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL | Nate Begeman |
2010-07-14 | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar |
2010-07-09 | Revert 107953, remove comma ignoring from PPC constraints. | John Thompson |
2010-07-09 | Updating PPC target to ignore commas in asm contrains, as apparently that is ... | John Thompson |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |
2010-06-25 | Translate numbers properly. | Eric Christopher |
2010-06-25 | Fixed another double-char in PPC-specific asm constraints. | John Thompson |
2010-06-24 | Added PPC-specific asm constraints, PS3 configuration changes. | John Thompson |
2010-06-24 | More clang support for darwin tls. Add a __has_feature macro and | Eric Christopher |
2010-06-11 | Add an option to specify the target C++ ABI to the frontend. Use it to | Charles Davis |
2010-06-10 | Create a LinuxTargetInfo on ARM. This make clang correctly expand | Rafael Espindola |
2010-06-08 | On Darwin, initialization and destruction functions should go into the __Stat... | Anders Carlsson |
2010-06-04 | Correctly align large arrays in x86-64. This fixes PR5599. | Rafael Espindola |
2010-05-30 | Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. | Daniel Dunbar |
2010-05-28 | Roll back r104941. | John McCall |
2010-05-28 | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall |
2010-05-27 | Darwin/ARM seems to support mac68k align as well. | Daniel Dunbar |
2010-05-27 | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar |
2010-04-23 | david conrad points out that {|} in inline assembly on arm are not asm | Chris Lattner |
2010-04-22 | another tweak for haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-22 | ARM/APCS: Don't respect bit-field types when laying out structures. | Daniel Dunbar |
2010-04-21 | Sink the _GNU_SOURCE definition down into the target configuration, | Douglas Gregor |
2010-04-11 | add haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-02 | Add option and macro definition for AES instructions. Now produces real | Eric Christopher |
2010-03-25 | PS3 needs __PPC__. Should this be in the PPC target? | John Thompson |
2010-03-12 | fix PR6584: __SSE3__ not defined with -mss3 | Nuno Lopes |