| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing a precedence issue with my previous commit. | Aaron Ballman | 2012-11-30 | 1 | -1/+1 |
| * | Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types ... | Aaron Ballman | 2012-11-30 | 1 | -1/+1 |
| * | Fix a small calling-convention bug for x86-32. PR14453. | Eli Friedman | 2012-11-29 | 1 | -2/+8 |
| * | This patch exposes to Clang users three more sanitizers are experimental feat... | Alexey Samsonov | 2012-11-29 | 1 | -8/+24 |
| * | Merge function types in C. | Rafael Espindola | 2012-11-29 | 1 | -1/+9 |
| * | objective-C blocks: Make sure that identical logic is used | Fariborz Jahanian | 2012-11-28 | 3 | -6/+5 |
| * | ABI: comments from Eli on r168820. | Manman Ren | 2012-11-28 | 1 | -0/+2 |
| * | ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of | Manman Ren | 2012-11-28 | 1 | -12/+12 |
| * | [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Cla... | Kostya Serebryany | 2012-11-28 | 1 | -1/+2 |
| * | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian | 2012-11-27 | 2 | -6/+17 |
| * | Add -fsanitize=integer for reporting suspicious integer behaviors. | Will Dietz | 2012-11-27 | 1 | -22/+52 |
| * | This patch addresses an incompatibility relative to the 64-bit PowerPC | Bill Schmidt | 2012-11-27 | 1 | -0/+3 |
| * | MSPGCC renamed ISR vectors from vector_<address> to __isr_<number>. This patc... | Anton Korobeynikov | 2012-11-26 | 1 | -2/+2 |
| * | PR14306: Move -fbounds-checking to -fsanitize=bounds. | Joey Gouly | 2012-11-23 | 1 | -4/+2 |
| * | Update method calls to the new interface re r168354. | Bill Wendling | 2012-11-20 | 2 | -3/+4 |
| * | Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. | Benjamin Kramer | 2012-11-17 | 1 | -5/+4 |
| * | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith | 2012-11-16 | 4 | -5/+5 |
| * | Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a... | Eli Friedman | 2012-11-15 | 1 | -1/+11 |
| * | Simplify code. No functionality change. | Benjamin Kramer | 2012-11-15 | 1 | -18/+12 |
| * | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 2012-11-15 | 4 | -6/+6 |
| * | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames | 2012-11-15 | 2 | -5/+5 |
| * | When evaluating variably modified types for function parameters, dig out the | Eli Friedman | 2012-11-14 | 1 | -1/+10 |
| * | The ObjC++-to-C++ personality trick is only necessary on NeXT runtimes, | John McCall | 2012-11-14 | 1 | -4/+5 |
| * | fixes a buildbot failure. | Fariborz Jahanian | 2012-11-14 | 1 | -0/+1 |
| * | Fix 80-column violation. | Fariborz Jahanian | 2012-11-14 | 1 | -3/+5 |
| * | objective-C blocks: Provide layout map for byref | Fariborz Jahanian | 2012-11-14 | 6 | -78/+203 |
| * | Move some GNUStep-specific code out of CGObjCGNU. | John McCall | 2012-11-14 | 1 | -22/+25 |
| * | Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." | Eric Christopher | 2012-11-13 | 1 | -12/+9 |
| * | Use the 'count' attribute instead of the 'upper_bound' attribute. | Bill Wendling | 2012-11-13 | 1 | -9/+12 |
| * | Fix IR generation for bool on PPC (and any other target where bool is not 8 b... | Eli Friedman | 2012-11-13 | 1 | -5/+7 |
| * | objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. | Fariborz Jahanian | 2012-11-10 | 1 | -2/+2 |
| * | Turn FrontendInputFile into an immutable class and have it also accept | Argyrios Kyrtzidis | 2012-11-09 | 1 | -1/+1 |
| * | Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves | Chad Rosier | 2012-11-09 | 1 | -1/+0 |
| * | [driver] Add a -mstrict-align compiler option for ARM targets. | Chad Rosier | 2012-11-09 | 1 | -0/+1 |
| * | When deciding whether to convert an array construction loop into a memcpy, look | Richard Smith | 2012-11-07 | 1 | -11/+4 |
| * | objective-C blocks: bring back the CharUnit patch for | Fariborz Jahanian | 2012-11-07 | 1 | -45/+46 |
| * | Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that | David Chisnall | 2012-11-07 | 3 | -7/+9 |
| * | Put something sane in the DWARF offset field for bitfield ObjC ivars. | Eli Friedman | 2012-11-06 | 3 | -6/+29 |
| * | Implement codegen for init_priority attribute properly - make sure it | Anton Korobeynikov | 2012-11-06 | 2 | -19/+48 |
| * | Back out 167431+167437+167487; I didn't realize how incomplete our test | Eli Friedman | 2012-11-06 | 4 | -135/+141 |
| * | Fix a silly mistake in r167437. | Eli Friedman | 2012-11-06 | 1 | -2/+2 |
| * | Cleanup: 80-column violation | Manman Ren | 2012-11-06 | 1 | -4/+6 |
| * | ARM byval: when type alignment is bigger than ABI alignment, instead of | Manman Ren | 2012-11-06 | 1 | -5/+4 |
| * | Propagate CharUnits through CGObjCMac.cpp. | Eli Friedman | 2012-11-06 | 1 | -84/+78 |
| * | Minor fix to ObjC layout bitmap metadata. Found while I was trying to | Eli Friedman | 2012-11-06 | 1 | -1/+1 |
| * | Classify the INT_MIN/-1 check as -fsanitize=signed-integer-overflow, not as -... | Richard Smith | 2012-11-06 | 1 | -9/+17 |
| * | Propagate CharUnits into ObjC CodeGen. No intended functional change. | Eli Friedman | 2012-11-06 | 4 | -66/+66 |
| * | Have the parser initialize Sema before it consumes the first | Douglas Gregor | 2012-11-05 | 1 | -1/+3 |
| * | ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee | Manman Ren | 2012-11-05 | 1 | -2/+10 |
| * | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith | 2012-11-05 | 5 | -42/+52 |