Age | Commit message (Expand) | Author |
2010-03-05 | Emit warning on indirect goto that potentially violates | Chris Lattner |
2010-03-05 | address PR6502 by downgrading the scope checker's address | Chris Lattner |
2010-03-05 | Use clang::io::Emit8 | Kovarththanan Rajaratnam |
2010-03-05 | Make sure the raw_string_ostream gets flushed so we don't accidentally return... | Benjamin Kramer |
2010-03-05 | Remove reference to AnalysisContext in Environment. We already have LocationC... | Zhongxing Xu |
2010-03-05 | Remove header file dependencies in block patch | Fariborz Jahanian |
2010-03-05 | add support for a 1<<29 bit in the block flags field to mark blocks using alt... | Blaine Garst |
2010-03-05 | Don't produce an alias for a destructor if the target is weak. | Rafael Espindola |
2010-03-05 | When we invalidate a declaration, make it public, so that it doesn't | Douglas Gregor |
2010-03-04 | Make rewritten source compiled with clang++. | Fariborz Jahanian |
2010-03-04 | Make rewritten source compiled with clang++ for correctness. | Fariborz Jahanian |
2010-03-04 | Change test to compile rewritten test with clang++. | Fariborz Jahanian |
2010-03-04 | Patch to get around a rewriter bug rewriting storage class | Fariborz Jahanian |
2010-03-04 | really fix 6473 by handling weakref in constant expressions. | Rafael Espindola |
2010-03-04 | add TCE target support, patch by Pekka J! | Chris Lattner |
2010-03-04 | Use LLVM's new DESTDIR-less PROJ_* variables. | Erick Tryzelaar |
2010-03-04 | c-index-test's printing of linkage was completely broken, as was the | Douglas Gregor |
2010-03-04 | Fixes a bug whereby static const block var has static | Fariborz Jahanian |
2010-03-04 | Fix PR6473. | Rafael Espindola |
2010-03-04 | Steal the TARGET lit condition from the LLVM test suite. | John McCall |
2010-03-04 | The FIXME is fixed. | Zhongxing Xu |
2010-03-04 | When profiling Environment, also profile with AnalysisContext*, bacause | Zhongxing Xu |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |
2010-03-04 | XFAIL these tests on win32, since the win32 buildbot apparently disables all | John McCall |
2010-03-04 | First start on smmintrin.h, rounding and blending. | Eric Christopher |
2010-03-04 | Add in disabled case as well. | Eric Christopher |
2010-03-04 | Add in -msse4.1 and -msse4.2 options and continuing a rather | Eric Christopher |
2010-03-04 | Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. | Eric Christopher |
2010-03-04 | Refactor local class name mangling and make it | Fariborz Jahanian |
2010-03-04 | Implement __builtin_dwarf_sp_column(). | John McCall |
2010-03-04 | fix a buildbot failure, this was passing for me because the | Chris Lattner |
2010-03-04 | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall |
2010-03-03 | Reinstate r97674 with a fix for the assertion that was firing in <list> | Douglas Gregor |
2010-03-03 | Remove the linux c includes part of my last patch. | Eric Christopher |
2010-03-03 | Revert r97674; it's causing failures | Douglas Gregor |
2010-03-03 | Implement disambiguation of base class members via a | Douglas Gregor |
2010-03-03 | Fix code gen bug generating code for | Fariborz Jahanian |
2010-03-03 | merge asm-2.c into asm.c, remove asm-inout.c because it is | Chris Lattner |
2010-03-03 | fix PR6475, we were doing side-effecting stuff in an assert. | Chris Lattner |
2010-03-03 | Add in more c++ header paths for later gccs under gentoo linux. | Eric Christopher |
2010-03-03 | Implements mangling of local class names to | Fariborz Jahanian |
2010-03-03 | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner |
2010-03-03 | Simplify code a bit and remove unneeded semicolons. | Benjamin Kramer |
2010-03-03 | Sketch out an implementation for __builtin_dwarf_cfa. I have no idea | John McCall |
2010-03-03 | Add '-test-print-linkage-source' option to c-index-test | Ted Kremenek |
2010-03-03 | Export clang_getCursorLinkage(). | Ted Kremenek |
2010-03-03 | Add clang_getCursorLinkage(), which returns the | Ted Kremenek |
2010-03-03 | Implement __builtin_eh_return. | John McCall |
2010-03-03 | Fix a bug with base offset merging that Devang noticed. | Anders Carlsson |
2010-03-03 | Implement name hiding for names found through virtual base subobjects | Douglas Gregor |