Age | Commit message (Expand) | Author |
2012-05-24 | Replace PTX back-end with NVPTX back-end in all places where Clang cares | Justin Holewinski |
2012-05-23 | If the first argument of __builtin_object_size can be folded to a constant | Richard Smith |
2012-05-23 | Emit C++11 enum class information if it exists. | Eric Christopher |
2012-05-22 | wire -fbounds-checking to the new LLVM bounds checking pass | Nuno Lopes |
2012-05-22 | revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM... | Nuno Lopes |
2012-05-21 | Revert r115805. An array type is required to have a range type, | Eric Christopher |
2012-05-20 | Teach Clang about the NVPTX backend. | Peter Collingbourne |
2012-05-20 | CUDA: add CodeGen support for global variable address spaces. | Peter Collingbourne |
2012-05-20 | Zap a bogus assert for delegating constructors. PR12890, part 2. | Eli Friedman |
2012-05-19 | Update API usage for llvm DIBuilder changes for rvalue reference | Eric Christopher |
2012-05-16 | Remove unnecessary temporary. | Eric Christopher |
2012-05-16 | Fix code generation of variables reference expressions when mixing | Douglas Gregor |
2012-05-14 | Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the | Richard Smith |
2012-05-12 | Add support for __attribute__((hot)) and __attribute__((cold)). | Benjamin Kramer |
2012-05-11 | Coerce byval aggregate arguments to integers whose size matches the integer | Akira Hatanaka |
2012-05-11 | Fix handling of vector return types. | Akira Hatanaka |
2012-05-11 | Hexagon V5 intrinsics support in clang. | Sirish Pande |
2012-05-09 | Implement PPC64TargetCodeGenInfo. | Roman Divacky |
2012-05-09 | update calls to objectsize intrinsic to match LLVM r156473 | Nuno Lopes |
2012-05-08 | add -fbounds-checking option. | Nuno Lopes |
2012-05-08 | The address of a vla is actually complex and requires a dereference. | Eric Christopher |
2012-05-08 | Whitespace. | Eric Christopher |
2012-05-07 | remove code to add bound checks for simple array accesses, since those are al... | Nuno Lopes |
2012-05-07 | Convert AVX non-temporal store builtins to LLVM-native IR. This was previousl... | Craig Topper |
2012-05-05 | Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa... | Argyrios Kyrtzidis |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov |
2012-05-01 | During block layout, after padding up to the max field alignment, | John McCall |
2012-05-01 | Spacing. | Chad Rosier |
2012-05-01 | Push variable declaration into nested scope (the only place where it is used)... | Ted Kremenek |
2012-05-01 | Add support for laying out vtordisps according to our current | John McCall |
2012-05-01 | Abstract the emission of global destructors into ABI-specific code | John McCall |
2012-05-01 | Refactor the C++ ABI code a little bit to take advantage of | John McCall |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-27 | Use enum to set debug info size generated by Clang | Alexey Samsonov |
2012-04-27 | Add a missing check in CodeGen of packed classes with vtables. <rdar://probl... | Eli Friedman |
2012-04-26 | objective-c IRGen. Fixes a getter synthesis bug | Fariborz Jahanian |
2012-04-26 | Fix a bug with block layout when the block contains something | John McCall |
2012-04-24 | Add a flag to the image info section indicating that the program is compiled for | Bill Wendling |
2012-04-24 | enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia... | Kostya Serebryany |
2012-04-23 | Forward declarations should take a context. This helps the debugger | Eric Christopher |
2012-04-23 | Revert r155363, due to the underlying patches in LLVM causing regression | Chandler Carruth |
2012-04-23 | Hexagon V5 (floating point) support in cfe. | Sirish Pande |
2012-04-22 | PR12571: Objects of type clang::ConstantArrayType aren't always emitted with | Richard Smith |
2012-04-20 | Fix bug 12574 - Avoid infinite recursion in constructors and destructors when... | Timur Iskhodzhanov |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-18 | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth |
2012-04-17 | Fix case where the alignment is overaligned, per Eli's suggestion. | Chad Rosier |
2012-04-17 | Make sure EmitMoveFromReturnSlot is passing the correct alignment to | Chad Rosier |
2012-04-16 | Typo. | Eric Christopher |
2012-04-16 | Remove support for -fast-math metadata for the moment. | Duncan Sands |