Age | Commit message (Expand) | Author |
2013-01-05 | PR14573: Unnamed parameters in debug info, Part 2 | David Blaikie |
2013-01-05 | Companion patch to r171621 which changed the interface for creating TTI | Chandler Carruth |
2013-01-05 | Emit debug info for unnamed parameters. | David Blaikie |
2013-01-05 | In my last patch initialize the destination to null (with a simple store) bef... | Fariborz Jahanian |
2013-01-04 | objective-C arc: in copy helper function for | Fariborz Jahanian |
2013-01-04 | Debug Info: fix the line location for cleanup code of a block function | Manman Ren |
2013-01-04 | Fix fieldNo usage for lambdas. No behavior change since the | Eric Christopher |
2013-01-03 | Don't assert/crash on reference variables in lambdas bound to a | Eli Friedman |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2013-01-02 | Re-sort #include lines using the llvm/utils/sort_includes.py script. | Chandler Carruth |
2013-01-01 | Simplify vector splat code. No functionality change. | Benjamin Kramer |
2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
2012-12-28 | Add proper support for -fsanitize-blacklist= flag for TSan and MSan. Clang part. | Alexey Samsonov |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-24 | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov |
2012-12-24 | CGClass.cpp: [PR14335] Remove comma-separated \param, for now. [-Wdocumentation] | NAKAMURA Takumi |
2012-12-24 | CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr... | NAKAMURA Takumi |
2012-12-24 | CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation] | NAKAMURA Takumi |
2012-12-21 | Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a... | Richard Smith |
2012-12-21 | Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e... | NAKAMURA Takumi |
2012-12-21 | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola |
2012-12-20 | Fix some bugs where we would sometimes use 0, not -1, when emitting a null co... | Richard Smith |
2012-12-20 | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-19 | Make sure CodeGen uses a value of the correct type as the result of | Eli Friedman |
2012-12-18 | Similar to 170440 - fix build warning with gcc | Eli Bendersky |
2012-12-18 | CodeGen: Expand creal and cimag into complex field loads | Meador Inge |
2012-12-18 | Fix a compilation warning with gcc 4.6 | Eli Bendersky |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-18 | Remove obsolete FIXMEs. | David Chisnall |
2012-12-18 | Inline hasAtomicCopyHelperAPI. | Rafael Espindola |
2012-12-18 | Fix typo (thanks to Jordan for spotting it!). | Richard Smith |
2012-12-18 | Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a reference | Richard Smith |
2012-12-17 | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall |
2012-12-17 | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer |
2012-12-17 | Added support for new property helpers (GNUstep runtime). | David Chisnall |
2012-12-17 | This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI | Bill Schmidt |
2012-12-15 | [ubsan] Emit branch weight metadata to hint towards common case. | Will Dietz |
2012-12-13 | Make sure the __invoke function for lambdas returns properly. Per bug report... | Eli Friedman |
2012-12-13 | Debug Info: Emit vtables pointer members as artificial. | David Blaikie |
2012-12-13 | ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of | Richard Smith |
2012-12-13 | Simplify. No functionality change. | Richard Smith |
2012-12-12 | Rewrite calls to bitcast unprototyped functions when emitting a definition. | John McCall |
2012-12-12 | Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue | Chad Rosier |
2012-12-11 | BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h" | NAKAMURA Takumi |
2012-12-10 | Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p... | Bill Wendling |