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